Searched refs:overflow_bits_count (Results 1 – 4 of 4) sorted by relevance
342 int overflow_bits_count = 1; in RadixStringToIeee() local344 overflow_bits_count++; in RadixStringToIeee()348 int dropped_bits_mask = ((1 << overflow_bits_count) - 1); in RadixStringToIeee()350 number >>= overflow_bits_count; in RadixStringToIeee()351 exponent += overflow_bits_count; in RadixStringToIeee()374 int middle_value = (1 << (overflow_bits_count - 1)); in RadixStringToIeee()
321 int overflow_bits_count = 1; in RadixStringToIeee() local323 overflow_bits_count++; in RadixStringToIeee()327 int dropped_bits_mask = ((1 << overflow_bits_count) - 1); in RadixStringToIeee()329 number >>= overflow_bits_count; in RadixStringToIeee()330 exponent += overflow_bits_count; in RadixStringToIeee()353 int middle_value = (1 << (overflow_bits_count - 1)); in RadixStringToIeee()