Home
last modified time | relevance | path

Searched defs:exponent_bias (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc502 constexpr int exponent_bias = (1 << (exponent_bits - 1)) - 1; in __floating_from_chars_hex() local
H A Dfloating_to_chars.cc696 constexpr int exponent_bias = (1u << (exponent_bits - 1)) - 1; in __floating_to_chars_hex() local
1142 constexpr int exponent_bias = (1u << (exponent_bits - 1)) - 1; in __floating_to_chars_precision() local