Searched defs:exponent_bias (Results 1 – 2 of 2) sorted by relevance
502 constexpr int exponent_bias = (1 << (exponent_bits - 1)) - 1; in __floating_from_chars_hex() local
696 constexpr int exponent_bias = (1u << (exponent_bits - 1)) - 1; in __floating_to_chars_hex() local1142 constexpr int exponent_bias = (1u << (exponent_bits - 1)) - 1; in __floating_to_chars_precision() local