Searched refs:mp_exp_t (Results 1 - 25 of 76) sorted by relevance

1234

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Ddump.c43 mp_exp_t exp;
H A Dint_p.c39 mp_exp_t exp;
H A Dswap.c39 mp_exp_t texp;
H A Dfits_s.h41 mp_exp_t exp;
H A Dget_ui.c77 mp_exp_t exp;
H A Dget_si.c55 mp_exp_t exp;
H A Dfits_u.h41 mp_exp_t exp;
H A Drandom2.c37 mpf_random2 (mpf_ptr x, mp_size_t xs, mp_exp_t exp)
H A Dtrunc.c43 mp_exp_t exp;
H A Durandomb.c41 mp_exp_t exp;
H A Dcmp_si.c39 mp_exp_t uexp;
H A Dcmp_ui.c38 mp_exp_t uexp;
H A Dsqrt.c68 mp_exp_t uexp, expodd;
H A Dcmp.c38 mp_exp_t uexp, vexp;
H A Ddiv_2exp.c84 mp_exp_t uexp = u->_mp_exp;
H A Ddiv_ui.c45 mp_exp_t rexp;
H A Dmul_2exp.c78 mp_exp_t uexp = u->_mp_exp;
H A Dout_str.c56 mp_exp_t exp;
H A Dset_q.c60 mp_exp_t exp;
H A Dui_div.c45 mp_exp_t rexp;
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dset_f.c39 mp_exp_t exp;
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-sub.c34 mp_exp_t exp;
226 if (SIZ (y)) EXP (y) -= EXP (x) - (mp_exp_t) SIZ (x);
227 if (SIZ (want)) EXP (want) -= EXP (x) - (mp_exp_t) SIZ (x);
228 EXP (x) = (mp_exp_t) SIZ (x);
248 if (SIZ (x)) EXP (x) -= EXP (y) - (mp_exp_t) SIZ (y);
249 if (SIZ (want)) EXP (want) -= EXP (y) - (mp_exp_t) SIZ (y);
250 EXP (y) = (mp_exp_t) SIZ (y);
H A Dt-div.c63 mpf_random2 (u, PREC(u), (mp_exp_t) 20);
72 mpf_random2 (v, PREC(v), (mp_exp_t) 20);
125 mpf_random2 (got, input_prec, (mp_exp_t) 20);
H A Dt-dm2exp.c39 mp_exp_t ue;
H A Dt-add.c34 mp_exp_t exp;

Completed in 231 milliseconds

1234