Home
last modified time | relevance | path

Searched refs:exp_3 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtexp.c647 exp_3 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in exp_3() function
722 inex = e3 ? exp_3 (y, x, (mpfr_rnd_t) rnd) in underflow_up()
845 inex = e3 ? exp_3 (y, x, (mpfr_rnd_t) rnd) in underflow_up()
926 inex = e3 ? exp_3 (y, x, MPFR_RNDN) : mpfr_exp (y, x, MPFR_RNDN); in underflow_up()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog32990 improved exp_3 (binary-splitting algorithm)
33937 Same patch for exp_3.
33942 Add corresponding test case. exp_3 may need similar patchs.