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

  /src/external/lgpl3/mpfr/dist/tests/
tfrac.c 1 /* 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 (t, z, MPFR_RNDN)
    [all...]
taway.c 468 test2 (mpfr_frac, "mpfr_frac");
reuse.c 667 test2 (mpfr_frac, "mpfr_frac", p, (mpfr_rnd_t) rnd);
  /src/external/lgpl3/mpfr/dist/src/
modf.c 89 inexf = mpfr_frac (fop, op, rnd_mode);
94 inexf = mpfr_frac (fop, op, rnd_mode);
exp2.c 109 MPFR_DBGRES (inexact = mpfr_frac (xfrac, x, MPFR_RNDN));
frac.c 0 /* mpfr_frac -- Fractional part of a floating-point number.
31 mpfr_frac (mpfr_ptr r, mpfr_srcptr u, mpfr_rnd_t rnd_mode) function
zeta.c 600 mpfr_frac (s1, s1, MPFR_RNDN); /* exact, -1 < s1 < 0 */
627 mpfr_frac (s1, s1, MPFR_RNDN); /* exact, -1 < s1 < 0 */
mpfr.h 675 __MPFR_DECLSPEC int mpfr_frac (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 2322 mpfr_frac (f, src->value.real, GFC_RND_MODE);
2502 mpfr_frac (f, src->value.real, GFC_RND_MODE);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 2174 mpfr_frac (f, src->value.real, GFC_RND_MODE);
2344 mpfr_frac (f, src->value.real, GFC_RND_MODE);

Completed in 86 milliseconds