Searched refs:BITS_PER_RANDCALL (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Drandom2.c31 #define BITS_PER_RANDCALL GMP_NUMB_BITS macro
33 #define BITS_PER_RANDCALL 32 macro
47 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
70 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
78 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
87 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Drrandomb.c46 #define BITS_PER_RANDCALL GMP_NUMB_BITS macro
48 #define BITS_PER_RANDCALL 32 macro
65 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
73 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
82 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Drandom2.c28 #define BITS_PER_RANDCALL GMP_NUMB_BITS macro
30 #define BITS_PER_RANDCALL 32 macro
68 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
74 ran_nbits = BITS_PER_RANDCALL - 6; /* Ideally - log2(GMP_NUMB_BITS) */
86 mpfr_rand_raw (&elimb, rstate, BITS_PER_RANDCALL);
88 ran_nbits = BITS_PER_RANDCALL;

Completed in 126 milliseconds