Searched refs:IsSubnormal (Results 1 – 1 of 1) sorted by relevance
88 constexpr bool IsSubnormal() const { in IsSubnormal() function92 return !(IsInfinite() || IsNotANumber() || IsSubnormal()); in IsNormal()197 if (IsSubnormal()) { in FlushSubnormalToZero()361 if (IsSubnormal()) { in UnbiasedExponent()