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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Drandom2.c41 int ran_nbits, bit_pos, nb; local
74 ran_nbits = BITS_PER_RANDCALL - 6; /* Ideally - log2(GMP_NUMB_BITS) */
84 if (ran_nbits < LOGBITS_PER_BLOCK + 1)
88 ran_nbits = BITS_PER_RANDCALL;
119 ran_nbits -= LOGBITS_PER_BLOCK + 1;

Completed in 48 milliseconds