Searched refs:mpfr_get_d1 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_d.c177 if (mpfr_get_d1 (x) != d)
181 d, mpfr_get_d1 (x));
188 if (d != mpfr_get_d1 (x))
192 d, mpfr_get_d1 (x));
205 dd = mpfr_get_d1 (x);
208 printf ("Mismatch on : %1.18g != %1.18g\n", d, mpfr_get_d1 (x));
H A Dtget_d.c134 e = (mpfr_get_d1) (u);
180 e = mpfr_get_d1(u);
H A Dtrandom.c53 d = mpfr_get_d1 (x); av += d; var += d*d;
H A Dturandom.c89 d = mpfr_get_d1 (x);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_d.c135 #undef mpfr_get_d1 macro
137 mpfr_get_d1 (mpfr_srcptr src) function
H A Dset_ld.c408 x -= (long double) mpfr_get_d1 (u); /* exact */
H A Dexp_2.c142 MPFR_LOG_MSG (("d(x)=%1.30e n=%ld\n", mpfr_get_d1(x), n));
H A Dstrtofr.c133 printf ("Base: %d x=%e ", base, mpfr_get_d1 (x));
H A Dmpfr.h530 __MPFR_DECLSPEC double mpfr_get_d1 (mpfr_srcptr);
H A Dmpfr-impl.h1629 #define mpfr_get_d1(x) mpfr_get_d(x,__gmpfr_default_rounding_mode) macro

Completed in 280 milliseconds