Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/fast_float/
H A Dfloat_common.h228 static constexpr int largest_power_of_ten();
314 constexpr int binary_format<double>::largest_power_of_ten() { in largest_power_of_ten() function
318 constexpr int binary_format<float>::largest_power_of_ten() { in largest_power_of_ten() function
H A Ddecimal_to_binary.h81 if (q > binary::largest_power_of_ten()) { in compute_float()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-string-utils/3party/
H A Dfast_float.h332 static inline constexpr int largest_power_of_ten();
419 inline constexpr int binary_format<double>::largest_power_of_ten() { in largest_power_of_ten() function
423 inline constexpr int binary_format<float>::largest_power_of_ten() { in largest_power_of_ten() function
733 constexpr static int largest_power_of_five = binary_format<double>::largest_power_of_ten();
1498 if (q > binary::largest_power_of_ten()) { in compute_float()