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

  /src/external/lgpl3/mpfr/dist/src/
exp.c 85 inexact = mpfr_set_exp_t (e, expo.saved_emax, MPFR_RNDN);
114 inexact = mpfr_set_exp_t (e, expo.saved_emin, MPFR_RNDN);
erfc.c 212 mpfr_set_exp_t (u, MPFR_PREC (y), MPFR_RNDU);
ubf.c 58 MPFR_DBGRES (inex = mpfr_set_exp_t (e, ex, MPFR_RNDN));
pow.c 579 inex2 = mpfr_set_exp_t (tmp, MPFR_GET_EXP (x), MPFR_RNDN);
mpfr-impl.h 1006 # define mpfr_set_exp_t(x,e,r) mpfr_set_si((x),(e),(r)) macro
1012 # define mpfr_set_exp_t(x,e,r) mpfr_set_sj((x),(e),(r)) macro
get_str.c 2470 mpfr_set_exp_t (t, e, MPFR_RNDU);
  /src/external/lgpl3/mpfr/dist/tests/
tlog10.c 72 mpfr_set_exp_t (y0, e, MPFR_RNDN);
texp10.c 339 inex = mpfr_set_exp_t (t2, mpfr_get_emin () - 2, MPFR_RNDN);
texp2.c 253 mpfr_set_exp_t (x, __gmpfr_emin - 2, MPFR_RNDN);
tsub.c 1216 inexact = mpfr_set_exp_t (ee, e[j], MPFR_RNDN);
1315 inexact = mpfr_set_exp_t (ee, e[j], MPFR_RNDN);
tpow_all.c 611 inex = mpfr_set_exp_t (y, mpfr_get_emin () - 2, MPFR_RNDN);
tpow.c 1643 mpfr_set_exp_t (y, mpfr_get_emin () - 2, MPFR_RNDN);

Completed in 34 milliseconds