Home
last modified time | relevance | path

Searched refs:max_exponent_round_to_even (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h362 static inline constexpr int max_exponent_round_to_even();
395 template <> inline constexpr int binary_format<double>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
399 template <> inline constexpr int binary_format<float>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
1592 …) && (q >= binary::min_exponent_round_to_even()) && (q <= binary::max_exponent_round_to_even()) && in compute_float()