/netbsd-src/external/lgpl3/gmp/dist/rand/ |
H A D | randlc2x.c | 72 lc (mp_ptr rp, gmp_randstate_t rstate) in lc() 152 randget_lc (gmp_randstate_t rstate, mp_ptr rp, unsigned long int nbits) in randget_lc() 231 randseed_lc (gmp_randstate_t rstate, mpz_srcptr seed) in randseed_lc() 246 randclear_lc (gmp_randstate_t rstate) in randclear_lc() 293 gmp_randinit_lc_2exp (gmp_randstate_t rstate, in gmp_randinit_lc_2exp()
|
H A D | randmts.c | 108 randseed_mt (gmp_randstate_t rstate, mpz_srcptr seed) in randseed_mt() 160 gmp_randinit_mt (gmp_randstate_t rstate) in gmp_randinit_mt()
|
H A D | randdef.c | 34 gmp_randinit_default (gmp_randstate_t rstate) in gmp_randinit_default()
|
H A D | randclr.c | 34 gmp_randclear (gmp_randstate_t rstate) in gmp_randclear()
|
H A D | randsd.c | 34 gmp_randseed (gmp_randstate_t rstate, in gmp_randseed()
|
H A D | randbui.c | 38 gmp_urandomb_ui (gmp_randstate_ptr rstate, unsigned long bits) in gmp_urandomb_ui()
|
H A D | randmt.c | 194 __gmp_randget_mt (gmp_randstate_t rstate, mp_ptr dest, unsigned long int nbits) in __gmp_randget_mt() 357 __gmp_randclear_mt (gmp_randstate_t rstate) in __gmp_randclear_mt()
|
H A D | rand.c | 36 gmp_randinit (gmp_randstate_t rstate, gmp_randalg_t alg, ...) in gmp_randinit()
|
H A D | randsdui.c | 35 gmp_randseed_ui (gmp_randstate_t rstate, in gmp_randseed_ui()
|
H A D | randmui.c | 46 gmp_urandomm_ui (gmp_randstate_ptr rstate, unsigned long n) in gmp_urandomm_ui()
|
H A D | randlc2s.c | 75 gmp_randinit_lc_2exp_size (gmp_randstate_t rstate, mp_bitcnt_t size) in gmp_randinit_lc_2exp_size()
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | urandomb.c | 33 mpfr_rand_raw (mpfr_limb_ptr mp, gmp_randstate_t rstate, in mpfr_rand_raw() 50 mpfr_urandomb (mpfr_ptr rop, gmp_randstate_t rstate) in mpfr_urandomb()
|
H A D | urandom.c | 54 mpfr_urandom (mpfr_ptr rop, gmp_randstate_t rstate, mpfr_rnd_t rnd_mode) in mpfr_urandom()
|
H A D | grandom.c | 32 mpfr_grandom (mpfr_ptr rop1, mpfr_ptr rop2, gmp_randstate_t rstate, in mpfr_grandom()
|
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | rrandomb.c | 38 mpz_rrandomb (mpz_ptr x, gmp_randstate_t rstate, mp_bitcnt_t nbits) in mpz_rrandomb() 63 gmp_rrandomb (mp_ptr rp, gmp_randstate_t rstate, mp_bitcnt_t nbits) in gmp_rrandomb()
|
H A D | urandomb.c | 36 mpz_urandomb (mpz_ptr rop, gmp_randstate_t rstate, mp_bitcnt_t nbits) in mpz_urandomb()
|
H A D | urandomm.c | 40 mpz_urandomm (mpz_ptr rop, gmp_randstate_t rstate, mpz_srcptr n) in mpz_urandomm()
|
H A D | millerrabin.c | 68 gmp_randstate_t rstate; in mpz_millerrabin() local
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | random2.c | 48 gmp_randstate_ptr rstate = RANDS; in mpn_random2() local 66 gmp_rrandomb (mp_ptr rp, gmp_randstate_t rstate, mp_bitcnt_t nbits) in gmp_rrandomb()
|
/netbsd-src/external/lgpl3/gmp/dist/tests/ |
H A D | misc.c | 374 mpz_erandomb (mpz_ptr rop, gmp_randstate_t rstate, unsigned long nbits) in mpz_erandomb() 380 mpz_erandomb_nonzero (mpz_ptr rop, gmp_randstate_t rstate, unsigned long nbits) in mpz_erandomb_nonzero() 388 mpz_errandomb (mpz_ptr rop, gmp_randstate_t rstate, unsigned long nbits) in mpz_errandomb() 394 mpz_errandomb_nonzero (mpz_ptr rop, gmp_randstate_t rstate, unsigned long nbits) in mpz_errandomb_nonzero() 402 mpz_negrandom (mpz_ptr rop, gmp_randstate_t rstate) in mpz_negrandom() 437 gmp_randstate_t rstate; in call_rand_algs() local
|
/netbsd-src/external/lgpl3/gmp/dist/tests/rand/ |
H A D | t-lc2exp.c | 154 gmp_randstate_t rstate; in check_bigm() local 170 gmp_randstate_t rstate; in check_bigs() local
|
H A D | t-urbui.c | 29 check_one (const char *name, gmp_randstate_ptr rstate) in check_one()
|
H A D | t-urmui.c | 27 check_one (const char *name, gmp_randstate_ptr rstate) in check_one()
|
/netbsd-src/external/lgpl3/gmp/dist/mpf/ |
H A D | urandomb.c | 37 mpf_urandomb (mpf_t rop, gmp_randstate_t rstate, mp_bitcnt_t nbits) in mpf_urandomb()
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | random2.c | 41 gmp_randstate_t rstate) in mpfr_random2()
|