Lines Matching refs:nb
47 int ran_nbits, bit_pos, nb;
97 nb = (ran >> 1) % (1 << LOGBITS_PER_BLOCK) + 1;
101 /* Generate a string of nb ones. */
102 if (nb > bit_pos)
106 bit_pos -= nb;
111 bit_pos -= nb;
112 acc |= MPFR_LIMB_LSHIFT (MPFR_LIMB_MASK (nb) << 1, bit_pos);
117 /* Generate a string of nb zeroes. */
118 if (nb > bit_pos)
124 bit_pos -= nb;