Searched refs:elimb (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Drandom2.c41 mp_limb_t elimb; local
60 _gmp_rand (&elimb, RANDS, GMP_NUMB_BITS);
62 exp = elimb % (2 * exp + 1) - exp;
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Drandom2.c46 mp_limb_t elimb, ran, acc; local
74 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
75 ran = elimb;
92 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
93 ran = elimb;
146 mpfr_rand_raw (&elimb, RANDS, GMP_NUMB_BITS);
148 exp = (mpfr_exp_t) (elimb % (2 * exp + 1)) - exp;
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dinp_raw.c72 mp_limb_t slimb, elimb; local
111 abs_xsize is odd then on the last iteration elimb and slimb are
118 NTOH_LIMB_FETCH (elimb, ep);
120 *sp++ = elimb;
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.c3164 mpz_powm_ui (mpz_t r, const mpz_t b, unsigned long elimb, const mpz_t m)
3168 mpz_init_set_ui (e, elimb);
3150 mpz_powm_ui(mpz_t r, const mpz_t b, unsigned long elimb, const mpz_t m) argument

Completed in 198 milliseconds