Home
last modified time | relevance | path

Searched refs:mp_exp_t (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-sub.c34 mp_exp_t exp; in check_rand()
226 if (SIZ (y)) EXP (y) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
227 if (SIZ (want)) EXP (want) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
228 EXP (x) = (mp_exp_t) SIZ (x); in check_data()
248 if (SIZ (x)) EXP (x) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
249 if (SIZ (want)) EXP (want) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
250 EXP (y) = (mp_exp_t) SIZ (y); in check_data()
H A Dt-div.c63 mpf_random2 (u, PREC(u), (mp_exp_t) 20); in check_rand()
72 mpf_random2 (v, PREC(v), (mp_exp_t) 20); in check_rand()
125 mpf_random2 (got, input_prec, (mp_exp_t) 20); in check_reuse_three()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dget_str.c121 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) in mpf_get_str()
123 mp_exp_t ue; in mpf_get_str()
129 mp_exp_t exp_in_base; in mpf_get_str()
H A Ddump.c43 mp_exp_t exp; in mpf_dump()
H A Dint_p.c39 mp_exp_t exp; in mpf_integer_p()
H A Dget_ui.c77 mp_exp_t exp; in mpf_get_ui()
H A Dfits_u.h41 mp_exp_t exp; in FUNCTION()
H A Dget_si.c55 mp_exp_t exp; in mpf_get_si()
H A Drandom2.c37 mpf_random2 (mpf_ptr x, mp_size_t xs, mp_exp_t exp) in mpf_random2()
H A Dfits_s.h41 mp_exp_t exp; in FUNCTION()
H A Dswap.c39 mp_exp_t texp; in mpf_swap()
H A Dcmp_ui.c38 mp_exp_t uexp; in mpf_cmp_ui()
H A Durandomb.c41 mp_exp_t exp; in mpf_urandomb()
H A Dtrunc.c43 mp_exp_t exp; in mpf_trunc()
H A Dcmp_si.c39 mp_exp_t uexp; in mpf_cmp_si()
H A Dout_str.c56 mp_exp_t exp; in mpf_out_str()
H A Dsqrt.c68 mp_exp_t uexp, expodd; in mpf_sqrt()
H A Dcmp.c38 mp_exp_t uexp, vexp; in mpf_cmp()
H A Dset_str.c68 mp_limb_t base, mp_exp_t exp, in mpn_pow_1_highpart()
259 mp_exp_t exp_in_limbs; in mpf_set_str()
H A Ddiv_2exp.c84 mp_exp_t uexp = u->_mp_exp; in mpf_div_2exp()
H A Dmul_2exp.c78 mp_exp_t uexp = u->_mp_exp; in mpf_mul_2exp()
H A Dset_q.c60 mp_exp_t exp; in mpf_set_q()
H A Dceilfloor.c47 mp_exp_t exp; in mpf_ceil_or_floor()
H A Ddiv_ui.c45 mp_exp_t rexp; in mpf_div_ui()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dset_f.c39 mp_exp_t exp; in mpz_set_f()

1234