Searched refs:mpfr_frac (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtfrac.c1 /* Test file for mpfr_frac.
56 inex1 = mpfr_frac (dst, sum, rnd);
60 printf ("Wrong inexact flag in mpfr_frac for\n");
69 printf ("Error in mpfr_frac (y, x, %s) with\nx = ",
82 inex1 = mpfr_frac (sum, sum, rnd);
85 printf ("Wrong inexact flag in mpfr_frac\n");
92 printf ("Error in mpfr_frac (x, x, %s) with\nx = ",
138 mpfr_frac (t, z, MPFR_RNDN);
149 mpfr_frac (t, z, MPFR_RNDN);
160 mpfr_frac (
[all...]
H A Dtaway.c468 test2 (mpfr_frac, "mpfr_frac");
H A Dreuse.c667 test2 (mpfr_frac, "mpfr_frac", p, (mpfr_rnd_t) rnd);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmodf.c89 inexf = mpfr_frac (fop, op, rnd_mode);
94 inexf = mpfr_frac (fop, op, rnd_mode);
H A Dfrac.c0 /* mpfr_frac -- Fractional part of a floating-point number.
31 mpfr_frac (mpfr_ptr r, mpfr_srcptr u, mpfr_rnd_t rnd_mode) function
H A Dexp2.c109 MPFR_DBGRES (inexact = mpfr_frac (xfrac, x, MPFR_RNDN));
H A Dzeta.c600 mpfr_frac (s1, s1, MPFR_RNDN); /* exact, -1 < s1 < 0 */
627 mpfr_frac (s1, s1, MPFR_RNDN); /* exact, -1 < s1 < 0 */
H A Dmpfr.h675 __MPFR_DECLSPEC int mpfr_frac (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c2124 mpfr_frac (f, src->value.real, GFC_RND_MODE);
2294 mpfr_frac (f, src->value.real, GFC_RND_MODE);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc2174 mpfr_frac (f, src->value.real, GFC_RND_MODE);
2344 mpfr_frac (f, src->value.real, GFC_RND_MODE);

Completed in 207 milliseconds