Searched defs:subnormalExponent (Results 1 – 1 of 1) sorted by relevance
102 constexpr int subnormalExponent = -FPBits<T>::exponentBias + 1; in T() local218 constexpr int subnormalExponent = -FPBits<long double>::exponentBias + 1; variable