Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h637 template <typename T> LIBC_INLINE constexpr int32_t get_upper_bound() { in get_upper_bound() function
641 template <> LIBC_INLINE constexpr int32_t get_upper_bound<float>() {
645 template <> LIBC_INLINE constexpr int32_t get_upper_bound<double>() {
699 if (exp10 > get_upper_bound<T>()) {