Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h657 template <typename T> LIBC_INLINE constexpr int32_t get_lower_bound() { in get_lower_bound() function
664 template <> LIBC_INLINE constexpr int32_t get_lower_bound<float>() {
668 template <> LIBC_INLINE constexpr int32_t get_lower_bound<double>() {
705 if (exp10 < get_lower_bound<T>()) {