Searched refs:max_mantissa_fast_path (Results 1 – 1 of 1) sorted by relevance
364 static inline constexpr uint64_t max_mantissa_fast_path(int64_t power);365 …static inline constexpr uint64_t max_mantissa_fast_path(); // used when fegetround() == FE_TONEARE…434 template <> inline constexpr uint64_t binary_format<double>::max_mantissa_fast_path() { in max_mantissa_fast_path() function437 template <> inline constexpr uint64_t binary_format<double>::max_mantissa_fast_path(int64_t power) { in max_mantissa_fast_path() function443 template <> inline constexpr uint64_t binary_format<float>::max_mantissa_fast_path() { in max_mantissa_fast_path() function446 template <> inline constexpr uint64_t binary_format<float>::max_mantissa_fast_path(int64_t power) { in max_mantissa_fast_path() function2987 if (pns.mantissa <=binary_format<T>::max_mantissa_fast_path()) { in from_chars_advanced()2997 … if (pns.exponent >= 0 && pns.mantissa <=binary_format<T>::max_mantissa_fast_path(pns.exponent)) { in from_chars_advanced()