Home
last modified time | relevance | path

Searched refs:binary_format (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.h355 template <typename T> struct binary_format { struct
372 template <> inline constexpr int binary_format<double>::min_exponent_fast_path() { in min_exponent_fast_path()
380 template <> inline constexpr int binary_format<float>::min_exponent_fast_path() { in min_exponent_fast_path()
388 template <> inline constexpr int binary_format<double>::mantissa_explicit_bits() { in mantissa_explicit_bits()
391 template <> inline constexpr int binary_format<float>::mantissa_explicit_bits() { in mantissa_explicit_bits()
395 template <> inline constexpr int binary_format<double>::max_exponent_round_to_even() { in max_exponent_round_to_even()
399 template <> inline constexpr int binary_format<float>::max_exponent_round_to_even() { in max_exponent_round_to_even()
403 template <> inline constexpr int binary_format<double>::min_exponent_round_to_even() { in min_exponent_round_to_even()
407 template <> inline constexpr int binary_format<float>::min_exponent_round_to_even() { in min_exponent_round_to_even()
411 template <> inline constexpr int binary_format<double>::minimum_exponent() { in minimum_exponent()
[all …]