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