Searched refs:ranm (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Drandom2.c51 mp_limb_t ran, ranm; /* buffer for random bits */ local
56 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
57 ran = ranm;
69 mp_limb_t ranm; /* buffer for random bits */ local
79 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
80 cap_chunksize = nbits / (ranm % 4 + 1);
87 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
88 chunksize = 1 + ranm % cap_chunksize;
96 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
97 chunksize = 1 + ranm
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Drrandomb.c66 mp_limb_t ranm; /* buffer for random bits */ local
76 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
77 cap_chunksize = nbits / (ranm % 4 + 1);
84 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
85 chunksize = 1 + ranm % cap_chunksize;
93 _gmp_rand (&ranm, rstate, BITS_PER_RANDCALL);
94 chunksize = 1 + ranm % cap_chunksize;

Completed in 186 milliseconds