Home
last modified time | relevance | path

Searched refs:exp_r (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/lgpl3/mpfr/dist/src/
H A Dsqrt.c93 exp_r = exp_u / 2; in mpfr_sqrt1()
164 if (exp_r < __gmpfr_emin - 1 || in mpfr_sqrt1()
179 MPFR_EXP (r) = exp_r; in mpfr_sqrt1()
214 MPFR_SET_EXP (r, exp_r + 1); in mpfr_sqrt1()
224 mpfr_prec_t exp_u = MPFR_EXP(u), exp_r; in mpfr_sqrt1n() local
243 exp_r = exp_u / 2; in mpfr_sqrt1n()
310 MPFR_EXP (r) = exp_r; in mpfr_sqrt1n()
343 MPFR_SET_EXP (r, exp_r + 1); in mpfr_sqrt1n()
374 exp_r = exp_u / 2; in mpfr_sqrt2()
455 MPFR_EXP (r) = exp_r; in mpfr_sqrt2()
[all …]
H A Dmpn_exp.c76 mpfr_mpn_exp (mp_limb_t *a, mpfr_exp_t *exp_r, int b, mpfr_exp_t e, size_t n) in mpfr_mpn_exp() argument
192 *exp_r = f; in mpfr_mpn_exp()
/netbsd/external/lgpl3/mpc/dist/src/
H A Dpow_ui.c70 mpfr_exp_t exp_r = mpfr_get_exp (mpc_realref (x)), in mpc_pow_usi() local
72 if ( MPC_MAX (exp_r, exp_i) > mpfr_get_emax () / (mpfr_exp_t) y in mpc_pow_usi()
74 || MPC_MAX (-exp_r, -exp_i) > (-mpfr_get_emin ()) / (mpfr_exp_t) y in mpc_pow_usi()