Searched refs:kDenormalExponent (Results 1 – 1 of 1) sorted by relevance
47 …int IntegerExponent() const { return (IsNormal() ? Exponent() : kDenormalExponent) - kSignificandS… in IntegerExponent()62 static const int kDenormalExponent = 1 - kExponentBias; variable