Lines Matching refs:next_bits
84 next_bits (int number_of_bits) in next_bits() function
421 for (exponent_skippage = 0; !next_bits (1); ++exponent_skippage); in gen_to_words()
488 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - (num_bits)); in gen_to_words()
498 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - num_bits); in gen_to_words()
502 word1 |= next_bits ((LITTLENUM_NUMBER_OF_BITS - 1) in gen_to_words()
508 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS); in gen_to_words()
511 if (next_bits (1)) in gen_to_words()
596 | next_bits ((LITTLENUM_NUMBER_OF_BITS - 1) - exponent_bits); in gen_to_words()
609 | next_bits (LITTLENUM_NUMBER_OF_BITS - 1)); in gen_to_words()
614 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS); in gen_to_words()
616 if (next_bits (1)) in gen_to_words()