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

  /src/external/lgpl3/mpfr/dist/tests/
tremquo.c 1 /* tremquo -- test file for mpfr_remquo, mpfr_remainder and mpfr_fmodquo.
70 mpfr_remquo (r, q, x, y, MPFR_RNDN);
89 mpfr_remquo (r, q, x, y, MPFR_RNDN);
96 mpfr_remquo (r, q, x, y, MPFR_RNDN);
103 mpfr_remquo (r, q, x, y, MPFR_RNDN);
110 mpfr_remquo (r, q, x, y, MPFR_RNDN);
117 mpfr_remquo (r, q, x, y, MPFR_RNDN);
124 mpfr_remquo (r, q, x, y, MPFR_RNDN);
134 mpfr_remquo (r, q, x, y, MPFR_RNDN);
143 mpfr_remquo (r, q, x, y, MPFR_RNDN)
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
rem1.c 3 mpfr_remquo and mpfr_remainder -- argument reduction functions
259 mpfr_remquo (mpfr_ptr rem, long *quo, function
sin_cos.c 627 mpfr_remquo (x_red, &q, x, pi, MPFR_RNDN);
mpfr.h 677 __MPFR_DECLSPEC int mpfr_remquo (mpfr_ptr, long*, mpfr_srcptr, mpfr_srcptr,
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 11848 /* If arguments ARG0 and ARG1 are REAL_CSTs, call mpfr_remquo() to set
11884 mpfr_remquo (m0, &integer_quo, m0, m1, rnd);
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 10634 /* If arguments ARG0 and ARG1 are REAL_CSTs, call mpfr_remquo() to set
10670 mpfr_remquo (m0, &integer_quo, m0, m1, rnd);

Completed in 28 milliseconds