Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsqrt.c79 mpfr_prec_t exp_u = MPFR_EXP(u), exp_r, sh = GMP_NUMB_BITS - p; in mpfr_sqrt1() local
93 exp_r = exp_u / 2; in mpfr_sqrt1()
147 if (MPFR_UNLIKELY (exp_r > __gmpfr_emax)) in mpfr_sqrt1()
151 if (MPFR_UNLIKELY (exp_r < __gmpfr_emin)) in mpfr_sqrt1()
164 if (exp_r < __gmpfr_emin - 1 || in mpfr_sqrt1()
170 if (exp_r == __gmpfr_emin - 1 && in mpfr_sqrt1()
179 MPFR_EXP (r) = exp_r; in mpfr_sqrt1()
183 MPFR_ASSERTD(exp_r >= __gmpfr_emin); in mpfr_sqrt1()
184 MPFR_ASSERTD(exp_r <= __gmpfr_emax); in mpfr_sqrt1()
199 MPFR_ASSERTD(exp_r >= __gmpfr_emin); in mpfr_sqrt1()
[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-src/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()