Searched refs:max_exponent_fast_path (Results 1 – 1 of 1) sorted by relevance
361 static inline constexpr int max_exponent_fast_path();428 template <> inline constexpr int binary_format<double>::max_exponent_fast_path() { in max_exponent_fast_path() function431 template <> inline constexpr int binary_format<float>::max_exponent_fast_path() { in max_exponent_fast_path() function2976 …fast_path() <= pns.exponent && pns.exponent <= binary_format<T>::max_exponent_fast_path() && !pns.… in from_chars_advanced()