Searched refs:__gmpfr_const_log2_RNDU (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | constant.c | 68 const mpfr_t __gmpfr_const_log2_RNDU = variable
|
H A D | expm1.c | 92 mpfr_div (t, x, __gmpfr_const_log2_RNDU, MPFR_RNDU); /* > x / ln(2) */ in mpfr_expm1()
|
H A D | exp.c | 88 __gmpfr_const_log2_RNDD : __gmpfr_const_log2_RNDU, in mpfr_exp()
|
H A D | erf.c | 113 mpfr_div (xf, x, __gmpfr_const_log2_RNDU, MPFR_RNDZ); /* round to zero in mpfr_erf()
|
H A D | eint.c | 285 mpfr_div (ump, ump, __gmpfr_const_log2_RNDU, MPFR_RNDD); in mpfr_eint()
|
H A D | mpfr-impl.h | 340 __MPFR_DECLSPEC extern const mpfr_t __gmpfr_const_log2_RNDU;
|