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

  /src/external/lgpl3/mpfr/dist/tests/
tremquo.c 1 /* tremquo -- test file for mpfr_remquo, mpfr_remainder and mpfr_fmodquo.
36 mpfr_remainder (r1, x, y, MPFR_RNDU);
41 printf ("Error in mpfr_remainder (bug20090227)\n");
384 mpfr_remainder (r, x, y, MPFR_RNDN);
389 mpfr_remainder (r, x, y, MPFR_RNDN);
395 mpfr_remainder (x, x, y, MPFR_RNDN);
412 inex = mpfr_remainder (r, x, y, MPFR_RNDA);
taway.c 483 test3 (mpfr_remainder, "mpfr_remainder");
reuse.c 683 test3 (mpfr_remainder, "mpfr_remainder", p, (mpfr_rnd_t) rnd);
  /src/external/lgpl3/mpfr/dist/src/
sin.c 131 mpfr_remainder (xr, x, c, MPFR_RNDN);
cos.c 196 /* If |x| >= 4, first reduce x cmod (2*Pi) into xr, using mpfr_remainder:
209 mpfr_remainder (xr, x, c, MPFR_RNDN);
rem1.c 3 mpfr_remquo and mpfr_remainder -- argument reduction functions
253 mpfr_remainder (mpfr_ptr rem, mpfr_srcptr x, mpfr_srcptr y, mpfr_rnd_t rnd) function
sin_cos.c 149 mpfr_remainder (xr, x, c, MPFR_RNDN);
mpfr.h 679 __MPFR_DECLSPEC int mpfr_remainder (mpfr_ptr, mpfr_srcptr, mpfr_srcptr,
  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 1427 return do_mpfr_arg2 (result, mpfr_remainder, arg0, arg1, format);
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 1368 return do_mpfr_arg2 (result, mpfr_remainder, arg0, arg1, format);

Completed in 114 milliseconds