Searched refs:UnbiasedExponent (Results 1 – 4 of 4) sorted by relevance
145 return {UnbiasedExponent() + 1}; in EXPONENT()312 int exponent{exponentBias + x.UnbiasedExponent()};359 constexpr int UnbiasedExponent() const { in UnbiasedExponent() function
65 constexpr int UnbiasedExponent() const { in UnbiasedExponent() function
29 int twoPow{x.UnbiasedExponent()};
286 int expo{UnbiasedExponent()}; in SQRT()297 result.value.UnbiasedExponent() + adjust + exponentBias, in SQRT()