Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h434 template <> inline constexpr uint64_t binary_format<double>::max_mantissa_fast_path() { in max_mantissa_fast_path() function
437 template <> inline constexpr uint64_t binary_format<double>::max_mantissa_fast_path(int64_t power) { in max_mantissa_fast_path() function
443 template <> inline constexpr uint64_t binary_format<float>::max_mantissa_fast_path() { in max_mantissa_fast_path() function
446 template <> inline constexpr uint64_t binary_format<float>::max_mantissa_fast_path(int64_t power) { in max_mantissa_fast_path() function