Searched refs:IntegerExponent (Results 1 – 2 of 2) sorted by relevance
47 …int IntegerExponent() const { return (IsNormal() ? Exponent() : kDenormalExponent) - kSignificandS… in IntegerExponent() function
58 const int bExp = db.IntegerExponent(); in CheckWithinHalfULP()