Searched refs:subnormalExponent (Results 1 – 1 of 1) sorted by relevance
102 constexpr int subnormalExponent = -FPBits<T>::exponentBias + 1; in T() local103 if (exponent < subnormalExponent) { in T()104 unsigned shift = subnormalExponent - exponent; in T()218 constexpr int subnormalExponent = -FPBits<long double>::exponentBias + 1; variable219 if (exponent < subnormalExponent) {220 unsigned shift = subnormalExponent - exponent;