Searched refs:mpfr_const_log2 (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtconst_log2.c1 /* Test file for mpfr_const_log2.
40 mpfr_const_log2 (z, MPFR_RNDN);
49 mpfr_const_log2 (x, rnd);
55 printf ("mpfr_const_log2 fails for prec=%u, rnd=%s Diff=%d\n",
75 (mpfr_const_log2) (x, MPFR_RNDN); /* First one ! */
76 (mpfr_const_log2) (y, MPFR_RNDN); /* Then the other - cache - */
87 mpfr_const_log2 (x, MPFR_RNDZ);
100 i = mpfr_const_log2 (x, MPFR_RNDN);
107 i = mpfr_const_log2 (x, MPFR_RNDN);
116 mpfr_const_log2 (
[all...]
H A Dtremquo.c228 mpfr_const_log2 (y, MPFR_RNDN);
H A Dtexp.c893 mpfr_const_log2 (t, i ? MPFR_RNDD : MPFR_RNDU);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dconst_log2.c0 /* mpfr_const_log2 -- compute natural logarithm of 2
30 #undef mpfr_const_log2 macro
32 mpfr_const_log2 (mpfr_ptr x, mpfr_rnd_t rnd_mode) { function
H A Dexp.c73 mpfr_const_log2 (bound, expo.saved_emax < 0 ? MPFR_RNDD : MPFR_RNDU);
87 mpfr_const_log2 (bound, expo.saved_emin < 0 ? MPFR_RNDU : MPFR_RNDD);
H A Dlog2.c112 mpfr_const_log2(t,MPFR_RNDD); /* log(2) */
H A Dexp2.c119 mpfr_const_log2 (t, MPFR_RNDU); /* ln(2) */
H A Dexpm1.c86 mpfr_const_log2 (t, MPFR_RNDU); /* round upward since x is negative */
H A Dlog.c135 mpfr_const_log2 (tmp1, MPFR_RNDN); /* compute log(2), err<=1ulp */
H A Dacosh.c107 mpfr_const_log2 (ln2, MPFR_RNDN); /* err(ln2) < 1/2 ulp(t) */
H A Dexp_2.c105 mpfr_const_log2 (r, MPFR_RNDZ);
149 mpfr_const_log2 (s, (n >= 0) ? MPFR_RNDZ : MPFR_RNDU);
H A Derf.c113 mpfr_const_log2 (xf, MPFR_RNDU);
H A Deint.c245 mpfr_const_log2 (tmp, MPFR_RNDU);
H A Dpow.c209 mpfr_const_log2 (u, MPFR_RNDD);
H A Dyn.c234 mpfr_const_log2 (t, MPFR_RNDU); /* upper bound of log(2) */
H A Dmpfr.h515 __MPFR_DECLSPEC int mpfr_const_log2 _MPFR_PROTO ((mpfr_ptr, mpfr_rnd_t));
H A Dmpfr-impl.h927 #define mpfr_const_log2(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_log2, _r) macro
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A Dtpow_ui.c106 mpfr_const_log2 (mpc_imagref (z), GMP_RNDN);

Completed in 138 milliseconds