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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Drandom2.c26 #define LOGBITS_PER_BLOCK 4 macro
84 if (ran_nbits < LOGBITS_PER_BLOCK + 1)
91 nb = (ran >> 1) % (1 << LOGBITS_PER_BLOCK) + 1;
119 ran_nbits -= LOGBITS_PER_BLOCK + 1;
120 ran >>= LOGBITS_PER_BLOCK + 1; local

Completed in 69 milliseconds