Searched refs:INF_EXP (Results 1 – 1 of 1) sorted by relevance
779 constexpr int32_t INF_EXP = (1 << FPBits::EXP_LEN) - 1; in binary_exp_to_float() local793 if (biased_exponent >= INF_EXP) { in binary_exp_to_float()851 if (biased_exponent == INF_EXP) { in binary_exp_to_float()