Home
last modified time | relevance | path

Searched refs:mpfr_ui_div (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtui_div.c33 mpfr_ui_div (zz, y, xx, rnd_mode); in check()
73 inexact = mpfr_ui_div (y, u, x, (mpfr_rnd_t) rnd); in check_inexact()
111 MPFR_ASSERTN (mpfr_ui_div (q, 1L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
119 MPFR_ASSERTN (mpfr_ui_div (q, 1L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
126 MPFR_ASSERTN (mpfr_ui_div (q, 1L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
133 MPFR_ASSERTN (mpfr_ui_div (q, 0L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
140 MPFR_ASSERTN (mpfr_ui_div (q, 1L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
148 MPFR_ASSERTN (mpfr_ui_div (q, 1L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
155 MPFR_ASSERTN (mpfr_ui_div (q, 0L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
162 MPFR_ASSERTN (mpfr_ui_div (q, 0L, d, MPFR_RNDZ) == 0); /* exact */ in check_special()
[all …]
Dtcmp_d.c67 mpfr_ui_div (x, 1, x, MPFR_RNDU); in main()
Dtcmp_ld.c69 mpfr_ui_div (x, 1, x, MPFR_RNDU); in main()
Dtcot.c99 mpfr_ui_div (y, 1, y, (mpfr_rnd_t) rnd); /* no overflow/underflow */ in two2emin()
Dtl2b.c124 mpfr_ui_div (p, 1, p, MPFR_RNDU); in compute_l2b()
Dtsprintf.c515 mpfr_ui_div (x, 1, x, MPFR_RNDN); /* x=1e-17 */ in decimal()
535 mpfr_ui_div (x, 1, x, MPFR_RNDN); in decimal()
552 mpfr_ui_div (x, 1, x, MPFR_RNDN); in decimal()
567 mpfr_ui_div (x, 1, x, MPFR_RNDN); in decimal()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dsi_op.c151 res = mpfr_ui_div (y, u, x, rnd_mode); in mpfr_si_div()
154 res = - mpfr_ui_div (y, - (unsigned long) u, x, in mpfr_si_div()
Ddigamma.c50 mpfr_ui_div (t, 1, x, MPFR_RNDN); /* error <= 1/2 ulp */ in mpfr_digamma_approx()
60 mpfr_ui_div (invxx, 1, invxx, MPFR_RNDU); /* invxx = 1/x^2 * (1 + theta)^2 */ in mpfr_digamma_approx()
287 mpfr_ui_div (t, 1, x_plus_j, MPFR_RNDN); /* err <= 1/2 ulp */ in mpfr_digamma_positive()
Dcsc.c52 inexact = mpfr_ui_div (y, 1, x, r); \
Dcsch.c55 inexact = mpfr_ui_div (y, 1, x, r); \
Dcot.c67 inexact = mpfr_ui_div (y, 1, x, r); \
Dcoth.c69 inexact = mpfr_ui_div (y, 1, x, r); \
Droot.c383 return mpfr_ui_div (y, 1, x, rnd_mode); in mpfr_rootn_si()
418 inexact = mpfr_ui_div (t, 1, t, rnd_mode); in mpfr_rootn_si()
Dgen_inverse.h88 mpfr_ui_div (z, 1, z, MPFR_RNDN); in FUNCTION()
Dui_div.c28 mpfr_ui_div (mpfr_ptr y, unsigned long int u, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_ui_div() function
Dai.c96 mpfr_ui_div (y1, 1, y1, MPFR_RNDN); in mpfr_ai1()
219 mpfr_ui_div (ti, 1, ti, MPFR_RNDN); /* ti = 1/( Gamma (2/3)*9^(1/3) ) */ in mpfr_ai1()
467 mpfr_ui_div (u0, 1, u0, MPFR_RNDN); /* u0 = 1/( Gamma (2/3)*9^(1/3) ) */ in mpfr_ai2()
Dgamma.c220 MPFR_BLOCK (flags, inex = mpfr_ui_div (gamma, 1, x, rnd_mode)); in mpfr_gamma()
370 mpfr_ui_div (tmp, 12, tmp, MPFR_RNDU); /* upper bound */ in mpfr_gamma()
Dcosh.c104 mpfr_ui_div (t, 1, te, MPFR_RNDU); /* 1/exp(x) */ in mpfr_cosh()
Dgamma_inc.c217 mpfr_ui_div (t, 1, a, MPFR_RNDA); /* t = 1/a * (1 + theta) */ in mpfr_gamma_inc()
380 mpfr_ui_div (t, 1, x, MPFR_RNDN); /* t = 1/x * (1 + theta) */ in mpfr_gamma_inc_negint()
Dsinh_cosh.c117 mpfr_ui_div (ti, 1, s, MPFR_RNDU); /* 1/exp(x) */ in mpfr_sinh_cosh()
Dsinh.c150 mpfr_ui_div (ti, 1, t, MPFR_RNDU); /* 1/exp(x) */ in mpfr_sinh()
Dpow_si.c205 MPFR_BLOCK (flags, mpfr_ui_div (t, 1, x, rnd1)); in POW_S()
Dlog_ui.c177 mpfr_ui_div (tmp, w, tmp, MPFR_RNDU); in mpfr_log_ui()
Dstrtofr.c132 mpfr_ui_div (x, 1, x, MPFR_RNDN);
139 mpfr_ui_div (x, 1, x, MPFR_RNDN);
Dcompound.c289 mpfr_ui_div (t, 1, x, MPFR_RNDU); in mpfr_compound_si()

12