| /src/external/lgpl3/mpfr/dist/tests/ |
| tfmod.c | 1 /* tfmod -- test file for mpfr_fmod 25 #define TEST_FUNCTION mpfr_fmod 68 printf ("error: mpfr_fmod (r, x, y, rnd)\n x = "); 92 inex0 = mpfr_fmod (r0, x, y, rnd); 144 inexact = mpfr_fmod (r, x, y, MPFR_RNDN); 150 inexact = mpfr_fmod (r, x, y, MPFR_RNDN); 156 inexact = mpfr_fmod (r, x, y, MPFR_RNDN); 162 inexact = mpfr_fmod (r, x, y, MPFR_RNDN); 168 inexact = mpfr_fmod (r, x, y, MPFR_RNDN); 174 inexact = mpfr_fmod (r, x, y, MPFR_RNDN) [all...] |
| taway.c | 495 test3 (mpfr_fmod, "mpfr_fmod");
|
| reuse.c | 696 test3 (mpfr_fmod, "mpfr_fmod", p, (mpfr_rnd_t) rnd);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| fmod_ui.c | 52 inex = mpfr_fmod (r, x, uu, rnd_mode); 60 inex = mpfr_fmod (r, x, uu, rnd_mode);
|
| rem1.c | 2 mpfr_fmod -- compute the floating-point remainder of x/y 266 mpfr_fmod (mpfr_ptr rem, mpfr_srcptr x, mpfr_srcptr y, mpfr_rnd_t rnd) function
|
| mpfr.h | 681 __MPFR_DECLSPEC int mpfr_fmod (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t);
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| trigd.inc | 127 mpfr_fmod (x, x, period, GFC_RND_MODE); 275 mpfr_fmod (x, x, period, GFC_RND_MODE); 421 mpfr_fmod (x, x, period, GFC_RND_MODE);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| trigd.inc | 127 mpfr_fmod (x, x, period, GFC_RND_MODE); 275 mpfr_fmod (x, x, period, GFC_RND_MODE); 421 mpfr_fmod (x, x, period, GFC_RND_MODE);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fold-const-call.cc | 1439 return do_mpfr_arg2 (result, mpfr_fmod, arg0, arg1, format);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fold-const-call.cc | 1377 return do_mpfr_arg2 (result, mpfr_fmod, arg0, arg1, format);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 6148 mpfr_fmod (result->value.real, a->value.real, p->value.real, 6200 mpfr_fmod (result->value.real, a->value.real, p->value.real,
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| simplify.cc | 6078 mpfr_fmod (result->value.real, a->value.real, p->value.real, 6130 mpfr_fmod (result->value.real, a->value.real, p->value.real,
|