Home
last modified time | relevance | path

Searched defs: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
224 mpfr_prec_t exp_u = MPFR_EXP(u), exp_r; in mpfr_sqrt1n() local
357 mpfr_prec_t exp_u = MPFR_EXP(u), exp_r, sh = 2 * GMP_NUMB_BITS - p; in mpfr_sqrt2() local
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()
/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