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

  /src/external/lgpl3/mpfr/dist/src/
setmax.c 0 /* mpfr_setmax -- maximum representable floating-point number (raw version)
28 mpfr_setmax (mpfr_ptr x, mpfr_exp_t e) function
next.c 53 mpfr_setmax (x, __gmpfr_emax);
exp.c 151 mpfr_setmax (y, 0); /* y = 1 - epsilon */
erf.c 134 mpfr_setmax (y, 0); /* warning: setmax keeps the old sign of y */
exceptions.c 421 mpfr_setmax (x, __gmpfr_emax);
mpfr-impl.h 2425 __MPFR_DECLSPEC void mpfr_setmax (mpfr_ptr, mpfr_exp_t);
  /src/external/lgpl3/mpfr/dist/tests/
tdigamma.c 77 mpfr_setmax (x, __gmpfr_emax);
ttan.c 126 mpfr_setmax (x, mpfr_get_emax ());
tgeneric.c 302 mpfr_setmax (x, REDUCE_EMAX);
305 mpfr_setmax (x2, REDUCE_EMAX);
315 mpfr_setmax (x2, REDUCE_EMAX);
321 mpfr_setmax (x, REDUCE_EMAX);
tfmma.c 133 mpfr_setmax (a, MPFR_EMAX_MAX);
202 mpfr_setmax (x, MPFR_EMAX_MAX);
tfms.c 91 mpfr_setmax (x, mpfr_get_emax ()); /* x = 2^emax - ulp */
218 mpfr_setmax (z, mpfr_get_emax ());
texp10.c 235 mpfr_setmax (y1, emax);
thypot.c 254 mpfr_setmax (x, mpfr_get_emax ());
tui_sub.c 276 mpfr_setmax (x, MPFR_EMAX_MAX);
tadd.c 650 mpfr_setmax (b, mpfr_get_emax ());
691 mpfr_setmax (b, mpfr_get_emax ());
1165 mpfr_setmax (v, mpfr_get_emin ());
tsub.c 124 mpfr_setmax (y, __gmpfr_emax);
751 mpfr_setmax (b, 0);
769 mpfr_setmax (a1, __gmpfr_emax - j);
tfma.c 91 mpfr_setmax (x, mpfr_get_emax ()); /* x = 2^emax - ulp */
450 mpfr_setmax (z, mpfr_get_emax ());
tsum.c 836 mpfr_setmax (v, mpfr_get_emin ());
1017 mpfr_setmax (x, mpfr_get_emax ());
tpow_all.c 349 mpfr_setmax (t, mpfr_get_emax ());
tdiv.c 1261 mpfr_setmax (x, MPFR_EMAX_MAX);

Completed in 47 milliseconds