Home
last modified time | relevance | path

Searched refs:gmp_randseed_ui (Results 1 – 25 of 55) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dt-lc2exp.c39 gmp_randseed_ui (r, 0L); in check_zero()
72 gmp_randseed_ui (r, 0L); in check_nega()
98 gmp_randseed_ui (r, 0L); in check_bigc()
131 gmp_randseed_ui (r, 0L); in check_bigc1()
H A Dt-rand.c179 gmp_randseed_ui (rstate, SEED); in main()
209 gmp_randseed_ui (rstate, SEED); in main()
244 gmp_randseed_ui (rstate, SEED); in main()
H A Dt-urndmm.c50 gmp_randseed_ui (r1, 85L); in check_params()
51 gmp_randseed_ui (r2, 85L); in check_params()
H A Dt-mt.c46 gmp_randseed_ui (r2, 5489L); /* Must match DEFAULT_SEED in randmt.c */ in chk_default_seed()
/netbsd/external/lgpl3/mpc/dist/tests/
H A Drandom.c62 gmp_randseed_ui (rands, 0xfac11e); in test_start()
77 gmp_randseed_ui (rands, seed); in test_start()
84 gmp_randseed_ui (rands, seed); in test_start()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-mini-gmp.h43 #ifndef gmp_randseed_ui
45 void gmp_randseed_ui (gmp_randstate_t, unsigned long int);
H A Dmpfr-mini-gmp.c41 gmp_randseed_ui (gmp_randstate_t state, unsigned long int seed) in gmp_randseed_ui() function
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtrandom.c119 gmp_randseed_ui (s, 42); in bug20100914()
192 gmp_randseed_ui (s, 4518); in main()
H A Dturandom.c396 gmp_randseed_ui (s, 42); in bug20100914()
432 gmp_randseed_ui (s, 398); in bug20170123()
566 gmp_randseed_ui (s, 17); in reprod_abi()
H A Dtnrandom.c70 gmp_randseed_ui (s, 17); in test_nrandom()
H A Dtests.c410 gmp_randseed_ui (mpfr_rands, seed); in tests_rand_start()
429 gmp_randseed_ui (mpfr_rands, seed); in tests_rand_start()
435 gmp_randseed_ui (mpfr_rands, 0x2143FEDC); in tests_rand_start()
/netbsd/external/lgpl3/gmp/dist/rand/
H A Drandsdui.c35 gmp_randseed_ui (gmp_randstate_t rstate, in gmp_randseed_ui() function
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-gcd.c162 gmp_randseed_ui (rs, data[i].seed); in check_kolmo1()
209 gmp_randseed_ui (rs, data[i].seed); in check_kolmo2()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c222 gmp_randseed_ui( state, seed); in bi_init()
/netbsd/external/lgpl3/gmp/dist/tests/
H A Dmisc.c100 gmp_randseed_ui (rands, seed); in seed_from_tod()
/netbsd/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c282 gmp_randseed_ui (rstate, tv.tv_sec + tv.tv_usec); in main()
286 gmp_randseed_ui (rstate, t); in main()
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dspeed.c1321 gmp_randseed_ui (__gmp_rands, option_seed); in main()
H A Dcommon.c2806 gmp_randseed_ui (rstate, 123L); in speed_gmp_randseed_ui()
2813 gmp_randseed_ui (rstate, (unsigned long) s->xp_block[j]); in speed_gmp_randseed_ui()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h523 #define gmp_randseed_ui __gmp_randseed_ui macro
524 __GMP_DECLSPEC void gmp_randseed_ui (gmp_randstate_t, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h523 #define gmp_randseed_ui __gmp_randseed_ui macro
524 __GMP_DECLSPEC void gmp_randseed_ui (gmp_randstate_t, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h518 #define gmp_randseed_ui __gmp_randseed_ui macro
519 __GMP_DECLSPEC void gmp_randseed_ui (gmp_randstate_t, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h518 #define gmp_randseed_ui __gmp_randseed_ui macro
519 __GMP_DECLSPEC void gmp_randseed_ui (gmp_randstate_t, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h518 #define gmp_randseed_ui __gmp_randseed_ui macro
519 __GMP_DECLSPEC void gmp_randseed_ui (gmp_randstate_t, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h518 #define gmp_randseed_ui __gmp_randseed_ui macro
519 __GMP_DECLSPEC void gmp_randseed_ui (gmp_randstate_t, unsigned long int);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h518 #define gmp_randseed_ui __gmp_randseed_ui macro
519 __GMP_DECLSPEC void gmp_randseed_ui (gmp_randstate_t, unsigned long int);

123