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

  /src/external/lgpl3/mpfr/dist/src/
dump.c 1 /* mpfr_dump, mpfr_fdump -- dump a float (for the tests and debugging purpose)
45 mpfr_fdump (FILE *stream, mpfr_srcptr x) function
131 mpfr_fdump (stdout, x);
add1sp.c 96 mpfr_fdump (stderr, tmpb);
98 mpfr_fdump (stderr, tmpc);
100 mpfr_fdump (stderr, tmpa);
102 mpfr_fdump (stderr, a);
mul.c 217 mpfr_fdump (stderr, tb);
219 mpfr_fdump (stderr, tc);
221 mpfr_fdump (stderr, ta);
223 mpfr_fdump (stderr, a);
sub1sp.c 90 mpfr_fdump (stderr, tmpb);
92 mpfr_fdump (stderr, tmpc);
94 mpfr_fdump (stderr, tmpa);
96 mpfr_fdump (stderr, a);
mpfr-impl.h 2432 __MPFR_DECLSPEC void mpfr_fdump (FILE *, mpfr_srcptr);

Completed in 20 milliseconds