Searched refs:overflow_bits_count (Results 1 – 2 of 2) sorted by relevance
590 int overflow_bits_count = 1; in RadixStringToIeee() local592 overflow_bits_count++; in RadixStringToIeee()596 int dropped_bits_mask = ((1 << overflow_bits_count) - 1); in RadixStringToIeee()598 number >>= overflow_bits_count; in RadixStringToIeee()599 exponent = overflow_bits_count; in RadixStringToIeee()613 int middle_value = (1 << (overflow_bits_count - 1)); in RadixStringToIeee()
117 int overflow_bits_count = 1; in InternalStringToIntDouble() local119 overflow_bits_count++; in InternalStringToIntDouble()123 int dropped_bits_mask = ((1 << overflow_bits_count) - 1); in InternalStringToIntDouble()125 number >>= overflow_bits_count; in InternalStringToIntDouble()126 exponent = overflow_bits_count; in InternalStringToIntDouble()141 int middle_value = (1 << (overflow_bits_count - 1)); in InternalStringToIntDouble()