| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tsprintf.c | 85 n1 = mpfr_snprintf (NULL, 0, fmt, x); in check_sprintf() 90 n1 = mpfr_snprintf (buffer, randsize, fmt, x); in check_sprintf() 1308 mpfr_snprintf (s2, 256, "0x7.fff8p+%ld 0x8.00p+%ld", e-3, e-3); in check_emax_aux() 1327 mpfr_snprintf (s2, 256, "1.111111111111111p+%ld 1.00p+%ld", e-1, e); in check_emax_aux() 1427 r = mpfr_snprintf (buf, 32, "%.*RDf", -2, x); in test20161214() 1429 r = mpfr_snprintf (buf, 32, "%.*RDf", INT_MIN + 1, x); in test20161214() 1431 r = mpfr_snprintf (buf, 32, "%.*RDf", INT_MIN, x); in test20161214() 1449 r = mpfr_snprintf (0, 0, "%.*RDf", ndigits, x); in bug21056() 1454 r = mpfr_snprintf (0, 0, "%.*RDf", ndigits, x); in bug21056() 1458 r = mpfr_snprintf (0, 0, "%.*RDa", ndigits, x); in bug21056() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | printf.c | 153 mpfr_snprintf (char *buf, size_t size, const char *fmt, ...) in mpfr_snprintf() function
|
| H A D | mpfr.h | 561 __MPFR_DECLSPEC int mpfr_snprintf (char*, size_t, const char*, ...);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ubsan.c | 1872 mpfr_snprintf (buf, sizeof buf, "%.*RUe", p - 1, m); in ubsan_instrument_float_cast() 1886 mpfr_snprintf (buf, sizeof buf, "%.*RDe", p - 1, m); in ubsan_instrument_float_cast()
|
| H A D | gimple-ssa-sprintf.c | 1571 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x); in get_mpfr_format_length()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ubsan.cc | 1894 mpfr_snprintf (buf, sizeof buf, "%.*RUe", p - 1, m); in ubsan_instrument_float_cast() 1908 mpfr_snprintf (buf, sizeof buf, "%.*RDe", p - 1, m); in ubsan_instrument_float_cast()
|
| H A D | gimple-ssa-sprintf.cc | 1580 len = mpfr_snprintf (NULL, 0, fmtstr, (int)p, x); in get_mpfr_format_length()
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | NEWS | 328 mpfr_sprintf, mpfr_snprintf, mpfr_vsprintf, mpfr_vsnprintf,
|
| H A D | ChangeLog | 8110 mpfr_snprintf on a large number of output characters (> INT_MAX) with 12144 (to test mpfr_snprintf with size = 0 more often), and call mixed() 12429 because the size argument of mpfr_snprintf has type size_t. 12432 (4-byte int, 8-byte size_t), due to the use of mpfr_snprintf 12805 [tests/tsprintf.c] Added a mpfr_snprintf test with a null pointer, 12814 [src/vasprintf.c] Fix for mpfr_snprintf with size=0: do not allocate 27345 tests/tsprintf.c: added mpfr_snprintf/mpfr_vsnprintf tests with 27359 …printf.c: Fix wrong return value, mpfr_snprintf and mpfr_vsnprintf functions must always return th… 27360 …tests/tsprintf.c: Fix test of mpfr_snprintf and mpfr_vsnprintf (the wrong return value was checked… 27364 printf.c: fix buffer overflow in mpfr_snprintf and mpfr_vsnprintf. [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | mpfr.info | 2501 -- Function: int mpfr_snprintf (char *BUF, size_t N, const char 3749 • ‘mpfr_snprintf’ and ‘mpfr_sprintf’ in MPFR 2.4. 5262 * mpfr_snprintf: Formatted Output Functions.
|
| H A D | mpfr.texi | 3105 @deftypefun int mpfr_snprintf (char *@var{buf}, size_t @var{n}, const char *@var{template}, @dots{}) 4498 @item @code{mpfr_snprintf} and @code{mpfr_sprintf} in MPFR@tie{}2.4.
|