Searched refs:mpfr_get_ui (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtreimref.c34 if (mpfr_get_ui (mpc_realref (z), MPFR_RNDN) != 18)
40 if (mpfr_get_ui (mpc_imagref (z), MPFR_RNDN) != 43)
H A Dtgeneric.c1099 ul1 = mpfr_get_ui (mpc_realref(z2), GMP_RNDN);
1128 ul1 = mpfr_get_ui (mpc_realref(z2), GMP_RNDN);
1129 ul2 = mpfr_get_ui (mpc_imagref(z2), GMP_RNDN);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_si.c1 /* Test file for mpfr_set_si, mpfr_set_ui, mpfr_get_si and mpfr_get_ui.
267 i = mpfr_get_ui (x, MPFR_RNDN);
304 u = mpfr_get_ui (x, (mpfr_rnd_t) r);
331 /* Test mpfr_get_si and mpfr_get_ui, on values around some particular
443 tu, mpfr_get_ui, "u", "u");
505 dl = mpfr_get_ui (x, MPFR_RNDZ);
577 if (MPFR_IS_NEG (x) || mpfr_get_ui (x, (mpfr_rnd_t) r) != 0)
618 MPFR_ASSERTN(mpfr_get_ui (x, MPFR_RNDN) == 0);
621 mpfr_get_ui (x, MPFR_RNDU);
626 dl = mpfr_get_ui (
[all...]
H A Dtinits.c61 if (mpfr_get_ui (a, MPFR_RNDN) != 17)
H A Dtpow_all.c164 unsigned long yy = mpfr_get_ui (y, MPFR_RNDN);
180 unsigned long xx = mpfr_get_ui (x, MPFR_RNDN);
290 unsigned long xx = mpfr_get_ui (x, MPFR_RNDN);
H A Dtexceptions.c196 mpfr_get_ui (x, MPFR_RNDN);
H A Dtdiv.c71 inex2 = mpfr_ui_div (a2, mpfr_get_ui (b, MPFR_RNDN), c, r);
103 inex2 = mpfr_div_ui (a2, b, mpfr_get_ui (c, MPFR_RNDN), r);
/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Ddivworst.c50 return mpfr_get_ui (z, rnd);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_ui.c0 /* mpfr_get_ui -- convert a floating-point number to an unsigned long.
26 mpfr_get_ui (mpfr_srcptr f, mpfr_rnd_t rnd) function
H A Dlog10.c131 && !mpfr_ui_pow_ui (tt, 10, mpfr_get_ui (t, MPFR_RNDN), MPFR_RNDN)
H A Dai.c152 MPFR_BLOCK (flags, cond = mpfr_get_ui (tmp2_sp, MPFR_RNDU));
169 MPFR_BLOCK (flags, t = mpfr_get_ui (tmp2_sp, MPFR_RNDU));
211 x3u = mpfr_get_ui (x3, MPFR_RNDU); /* x3u >= ceil(x^3) */
377 MPFR_BLOCK (flags, cond = mpfr_get_ui (tmp2_sp, MPFR_RNDU));
394 MPFR_BLOCK (flags, t = mpfr_get_ui (tmp2_sp, MPFR_RNDU));
451 x3u = mpfr_get_ui (z[1], MPFR_RNDU); /* x3u >= ceil (x^3) */
H A Dgamma.c92 r = mpfr_get_ui (x, MPFR_RNDU); /* lower bound on ceil(x) */
272 u = mpfr_get_ui (x, MPFR_RNDN);
H A Djn.c74 k0 = mpfr_get_ui (t, MPFR_RNDN);
250 zz = mpfr_get_ui (y, MPFR_RNDU);
H A Dbernoulli.c87 p = mpfr_get_ui (z, MPFR_RNDU); /* (n/e/2/pi)^n <= 2^p */
H A Dlog_ui.c178 N = mpfr_get_ui (tmp, MPFR_RNDU);
H A Dmpf2mpfr.h125 #define mpf_get_ui(x) mpfr_get_ui(x,MPFR_DEFAULT_RND)
H A Dyn.c92 zz = mpfr_get_ui (y, MPFR_RNDU); /* y = z^2/4 */
H A Dstrtofr.c137 tab[i] = mpfr_get_ui (y, MPFR_RNDN);
H A Dlngamma.c456 k = mpfr_get_ui (s, MPFR_RNDU);
H A Dmpfr.h535 __MPFR_DECLSPEC unsigned long mpfr_get_ui (mpfr_srcptr, mpfr_rnd_t);
H A Dget_str.c2554 ret = mpfr_get_ui (d, MPFR_RNDU);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c1452 mant_long = mpfr_get_ui (tmp.val, MPFR_RNDZ) & 0xffffffffL;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c1455 mant_long = mpfr_get_ui (tmp.val, MPFR_RNDZ) & 0xffffffffL;

Completed in 360 milliseconds