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

  /src/external/lgpl3/mpfr/dist/tests/
tfprintf.c 1 /* tfprintf.c -- test file for mpfr_fprintf and mpfr_vfprintf
24 For instance, slightly changing the code of mpfr_fprintf does not
76 if (mpfr_fprintf (fout, fmt, x) == -1)
78 mpfr_printf ("Error in mpfr_fprintf(fout, \"%s\", %Re)\n",
221 mpfr_fprintf (stderr,
367 mpfr_fprintf (fout, "mpfr_fprintf(fout, \"%s\", %d, %s, %Re)\n",
369 ret = mpfr_fprintf (fout, fmt, prec, rnd, x);
376 mpfr_fprintf (fout, "too large !");
380 mpfr_printf ("Error in mpfr_fprintf(fout, \"%s\", %d, %s, %Re)\n"
    [all...]
tprintf.c 65 mpfr_fprintf (stderr, "Error in test #%d: mpfr_printf printed %" \
341 mpfr_fprintf (stderr,
  /src/external/lgpl3/mpfr/dist/src/
printf.c 99 mpfr_fprintf (FILE *fp, const char *fmt, ...) function
mpfr.h 1204 #define mpfr_fprintf __gmpfr_fprintf macro
1205 __MPFR_DECLSPEC int mpfr_fprintf (FILE*, const char*, ...);
mpfr-impl.h 268 /* Two constants are used by the logging functions (via mpfr_fprintf,
2085 Ziv loops used by the MPFR functions called by the mpfr_fprintf
2177 /* LOG_PRINT calls mpfr_fprintf on mpfr_log_file with logging disabled
2184 mpfr_log_level = -1; /* disable logging in mpfr_fprintf */ \
2187 mpfr_fprintf (mpfr_log_file, format, __VA_ARGS__); \
  /src/external/lgpl3/mpfr/dist/tune/
bidimensional_sample.c 206 mpfr_fprintf (output, "%e\t", mpfr_get_d (x, MPFR_RNDN));
207 mpfr_fprintf (output, "%Pu\t", (mpfr_prec_t)prec);
219 mpfr_fprintf (output, "%e\t", t[i]);
tuneup.c 421 mpfr_fprintf (stderr, "x=%RNf is not a regular number.\n");

Completed in 62 milliseconds