Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/fast_float/
H A Dfloat_common.h225 static constexpr int max_exponent_round_to_even();
240 template <> constexpr int binary_format<double>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
244 template <> constexpr int binary_format<float>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
H A Ddecimal_to_binary.h147 …) && (q >= binary::min_exponent_round_to_even()) && (q <= binary::max_exponent_round_to_even()) && in compute_float()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/fast_float/
H A Dfloat_common.h262 static constexpr int max_exponent_round_to_even();
275 template <> constexpr int binary_format<double>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
279 template <> constexpr int binary_format<float>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
H A Ddecimal_to_binary.h141 …) && (q >= binary::min_exponent_round_to_even()) && (q <= binary::max_exponent_round_to_even()) && in compute_float()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-string-utils/3party/
H A Dfast_float.h329 static inline constexpr int max_exponent_round_to_even();
345 template <> inline constexpr int binary_format<double>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
349 template <> inline constexpr int binary_format<float>::max_exponent_round_to_even() { in max_exponent_round_to_even() function
1563 …) && (q >= binary::min_exponent_round_to_even()) && (q <= binary::max_exponent_round_to_even()) && in compute_float()