Searched refs:midpoint_bit (Results 1 – 1 of 1) sorted by relevance
608 bool midpoint_bit = false; // Whether the MANTISSA_BITS+k+1 significant in __floating_from_chars_hex() local644 midpoint_bit = (hexit & 0b0001) != 0; in __floating_from_chars_hex()649 midpoint_bit = (hexit & 0b1000) != 0; in __floating_from_chars_hex()662 __glibcxx_assert(!midpoint_bit && !nonzero_tail); in __floating_from_chars_hex()711 nonzero_tail |= midpoint_bit; in __floating_from_chars_hex()713 midpoint_bit = false; in __floating_from_chars_hex()719 nonzero_tail |= midpoint_bit; in __floating_from_chars_hex()721 midpoint_bit = (mantissa & (1ull << (amount - 1))) != 0; in __floating_from_chars_hex()754 if (midpoint_bit && (nonzero_tail || (mantissa % 2) != 0)) in __floating_from_chars_hex()758 midpoint_bit = false; in __floating_from_chars_hex()[all …]