HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_snprintf (Results 1 - 9 of 9) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tsprintf.c 1 /* tsprintf.c -- test file for mpfr_sprintf, mpfr_vsprintf, mpfr_snprintf,
64 2. then test mpfr_snprintf (buffer, p, fmt, x) with a random p. */
81 /* test mpfr_snprintf */
85 n1 = mpfr_snprintf (NULL, 0, fmt, x);
90 n1 = mpfr_snprintf (buffer, randsize, fmt, x);
93 printf ("Buffer overflow in mpfr_snprintf for randsize = %d!\n",
100 printf ("Error in mpfr_snprintf (s, %d, \"%s\", x) return value\n",
143 /* test mpfr_snprintf */
1308 mpfr_snprintf (s2, 256, "0x7.fff8p+%ld 0x8.00p+%ld", e-3, e-3);
1327 mpfr_snprintf (s2, 256, "1.111111111111111p+%ld 1.00p+%ld", e-1, e)
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
printf.c 153 mpfr_snprintf (char *buf, size_t size, const char *fmt, ...) function
mpfr.h 561 __MPFR_DECLSPEC int mpfr_snprintf (char*, size_t, const char*, ...);
  /src/external/gpl3/gcc/dist/gcc/
ubsan.cc 1962 /* Use mpfr_snprintf rounding to compute the smallest
1967 mpfr_snprintf (buf, sizeof buf, "%.*RUe", p - 1, (mpfr_srcptr) m);
1976 /* Use mpfr_snprintf rounding to compute the largest
1981 mpfr_snprintf (buf, sizeof buf, "%.*RDe", p - 1, (mpfr_srcptr) m);
gimple-ssa-sprintf.cc 1591 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x);
1992 in the call to mpfr_snprintf can result in the reverse. */
  /src/external/gpl3/gcc.old/dist/gcc/
ubsan.cc 1889 /* Use mpfr_snprintf rounding to compute the smallest
1894 mpfr_snprintf (buf, sizeof buf, "%.*RUe", p - 1, m);
1903 /* Use mpfr_snprintf rounding to compute the largest
1908 mpfr_snprintf (buf, sizeof buf, "%.*RDe", p - 1, m);
gimple-ssa-sprintf.cc 1580 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x);
1981 in the call to mpfr_snprintf can result in the reverse. */
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 1542 int size = mpfr_snprintf (NULL, 0, host_format.c_str (), tmp.val);
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 1542 int size = mpfr_snprintf (NULL, 0, host_format.c_str (), tmp.val);

Completed in 28 milliseconds