Searched refs:mpfr_fprintf (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tfprintf.c | 76 if (mpfr_fprintf (fout, fmt, x) == -1) in check() 221 mpfr_fprintf (stderr, in check_mixed() 367 mpfr_fprintf (fout, "mpfr_fprintf(fout, \"%s\", %d, %s, %Re)\n", in check_random() 369 ret = mpfr_fprintf (fout, fmt, prec, rnd, x); in check_random() 376 mpfr_fprintf (fout, "too large !"); in check_random() 385 mpfr_fprintf (fout, "\n"); in check_random()
|
| H A D | tprintf.c | 65 mpfr_fprintf (stderr, "Error in test #%d: mpfr_printf printed %" \ 341 mpfr_fprintf (stderr, in check_mixed()
|
| /netbsd-src/external/lgpl3/mpfr/dist/tune/ |
| H A D | bidimensional_sample.c | 206 mpfr_fprintf (output, "%e\t", mpfr_get_d (x, MPFR_RNDN)); in generate_2D_sample() 207 mpfr_fprintf (output, "%Pu\t", (mpfr_prec_t)prec); in generate_2D_sample() 219 mpfr_fprintf (output, "%e\t", t[i]); in generate_2D_sample()
|
| H A D | tuneup.c | 421 mpfr_fprintf (stderr, "x=%RNf is not a regular number.\n"); in domeasure2()
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | printf.c | 99 mpfr_fprintf (FILE *fp, const char *fmt, ...) in mpfr_fprintf() function
|
| H A D | mpfr.h | 1204 #define mpfr_fprintf __gmpfr_fprintf macro 1205 __MPFR_DECLSPEC int mpfr_fprintf (FILE*, const char*, ...);
|
| H A D | mpfr-impl.h | 2187 mpfr_fprintf (mpfr_log_file, format, __VA_ARGS__); \
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | NEWS | 327 mpfr_printf, mpfr_fprintf, mpfr_vprintf, mpfr_vfprintf,
|
| H A D | ChangeLog | 3518 since mpfr_fprintf cannot be defined with mini-gmp. 23047 the logging functions (via mpfr_fprintf, then mpfr_log, for the base 23053 for MPFR 3.1.0, based on mpfr_fprintf instead of mpfr_out_str (which 23116 to logging (i.e. used by the MPFR functions called by the mpfr_fprintf 23223 done in r7575,7578 (mpfr_fprintf is now used for logging instead of 29229 add tests for mpfr_fprintf functions
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | README.dev | 532 is not available with mini-gmp, since mpfr_fprintf 980 with mini-gmp, since mpfr_fprintf cannot be defined with mini-gmp.
|
| H A D | mpfr.info | 2478 -- Function: int mpfr_fprintf (FILE *STREAM, const char *TEMPLATE, ...) 3657 • ‘mpfr_fprintf’ in MPFR 2.4. 4902 * mpfr_fprintf: Formatted Output Functions.
|
| H A D | mpfr.texi | 3078 @deftypefun int mpfr_fprintf (FILE *@var{stream}, const char *@var{template}, @dots{}) 4405 @item @code{mpfr_fprintf} in MPFR@tie{}2.4.
|