| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tui_div.c | 33 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 …]
|
| D | tcmp_d.c | 67 mpfr_ui_div (x, 1, x, MPFR_RNDU); in main()
|
| D | tcmp_ld.c | 69 mpfr_ui_div (x, 1, x, MPFR_RNDU); in main()
|
| D | tcot.c | 99 mpfr_ui_div (y, 1, y, (mpfr_rnd_t) rnd); /* no overflow/underflow */ in two2emin()
|
| D | tl2b.c | 124 mpfr_ui_div (p, 1, p, MPFR_RNDU); in compute_l2b()
|
| D | tsprintf.c | 515 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/ |
| D | si_op.c | 151 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()
|
| D | digamma.c | 50 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()
|
| D | csc.c | 52 inexact = mpfr_ui_div (y, 1, x, r); \
|
| D | csch.c | 55 inexact = mpfr_ui_div (y, 1, x, r); \
|
| D | cot.c | 67 inexact = mpfr_ui_div (y, 1, x, r); \
|
| D | coth.c | 69 inexact = mpfr_ui_div (y, 1, x, r); \
|
| D | root.c | 383 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()
|
| D | gen_inverse.h | 88 mpfr_ui_div (z, 1, z, MPFR_RNDN); in FUNCTION()
|
| D | ui_div.c | 28 mpfr_ui_div (mpfr_ptr y, unsigned long int u, mpfr_srcptr x, mpfr_rnd_t rnd_mode) in mpfr_ui_div() function
|
| D | ai.c | 96 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()
|
| D | gamma.c | 220 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()
|
| D | cosh.c | 104 mpfr_ui_div (t, 1, te, MPFR_RNDU); /* 1/exp(x) */ in mpfr_cosh()
|
| D | gamma_inc.c | 217 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()
|
| D | sinh_cosh.c | 117 mpfr_ui_div (ti, 1, s, MPFR_RNDU); /* 1/exp(x) */ in mpfr_sinh_cosh()
|
| D | sinh.c | 150 mpfr_ui_div (ti, 1, t, MPFR_RNDU); /* 1/exp(x) */ in mpfr_sinh()
|
| D | pow_si.c | 205 MPFR_BLOCK (flags, mpfr_ui_div (t, 1, x, rnd1)); in POW_S()
|
| D | log_ui.c | 177 mpfr_ui_div (tmp, w, tmp, MPFR_RNDU); in mpfr_log_ui()
|
| D | strtofr.c | 132 mpfr_ui_div (x, 1, x, MPFR_RNDN); 139 mpfr_ui_div (x, 1, x, MPFR_RNDN);
|
| D | compound.c | 289 mpfr_ui_div (t, 1, x, MPFR_RNDU); in mpfr_compound_si()
|