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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Drandom2.c47 int ran_nbits, bit_pos, nb; local
80 ran_nbits = BITS_PER_RANDCALL - MPFR_LOG2_GMP_NUMB_BITS; /* Ideally - log2(GMP_NUMB_BITS) */
90 if (ran_nbits < LOGBITS_PER_BLOCK + 1)
94 ran_nbits = BITS_PER_RANDCALL;
126 ran_nbits -= LOGBITS_PER_BLOCK + 1;

Completed in 177 milliseconds