Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h779 constexpr int32_t INF_EXP = (1 << FPBits::EXP_LEN) - 1; in binary_exp_to_float() local
793 if (biased_exponent >= INF_EXP) { in binary_exp_to_float()
851 if (biased_exponent == INF_EXP) { in binary_exp_to_float()