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

  /src/external/lgpl3/mpfr/dist/tests/
tset_d.c 177 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));
tget_d.c 134 e = (mpfr_get_d1) (u);
180 e = mpfr_get_d1(u);
trandom.c 53 d = mpfr_get_d1 (x); av += d; var += d*d;
turandom.c 89 d = mpfr_get_d1 (x);
  /src/external/lgpl3/mpfr/dist/src/
get_d.c 135 #undef mpfr_get_d1 macro
137 mpfr_get_d1 (mpfr_srcptr src) function
set_ld.c 408 x -= (long double) mpfr_get_d1 (u); /* exact */
exp_2.c 142 MPFR_LOG_MSG (("d(x)=%1.30e n=%ld\n", mpfr_get_d1(x), n));
strtofr.c 133 printf ("Base: %d x=%e ", base, mpfr_get_d1 (x));
mpfr.h 530 __MPFR_DECLSPEC double mpfr_get_d1 (mpfr_srcptr);
mpfr-impl.h 1629 #define mpfr_get_d1(x) mpfr_get_d(x,__gmpfr_default_rounding_mode) macro

Completed in 23 milliseconds