Searched refs:IsDenormal (Results 1 – 1 of 1) sorted by relevance
79 if (IsDenormal()) return kDenormalExponent; in Exponent()90 if (!IsDenormal()) { in Significand()98 bool IsDenormal() const { in IsDenormal() function