Searched refs:kDenormalExponent (Results 1 – 2 of 2) sorted by relevance
79 if (IsDenormal()) return kDenormalExponent; in Exponent()138 if (significand_is_zero && v.e() != kDenormalExponent) { in NormalizedBoundaries()164 if (order >= (kDenormalExponent + kSignificandSize)) { in SignificandSizeForOrderOfMagnitude()167 if (order <= kDenormalExponent) return 0; in SignificandSizeForOrderOfMagnitude()168 return order - kDenormalExponent; in SignificandSizeForOrderOfMagnitude()173 static const int kDenormalExponent = -kExponentBias + 1; variable189 if (exponent < kDenormalExponent) { in DiyFpToUint64()192 while (exponent > kDenormalExponent && (significand & kHiddenBit) == 0) { in DiyFpToUint64()197 if (exponent == kDenormalExponent && (significand & kHiddenBit) == 0) { in DiyFpToUint64()
102 if (IsDenormal()) return kDenormalExponent; in Exponent()167 if (significand_is_zero && v.e() != kDenormalExponent) { in NormalizedBoundaries()193 if (order >= (kDenormalExponent + kSignificandSize)) { in SignificandSizeForOrderOfMagnitude()196 if (order <= kDenormalExponent) return 0; in SignificandSizeForOrderOfMagnitude()197 return order - kDenormalExponent; in SignificandSizeForOrderOfMagnitude()210 static const int kDenormalExponent = -kExponentBias + 1; variable227 if (exponent < kDenormalExponent) { in DiyFpToUint64()230 while (exponent > kDenormalExponent && (significand & kHiddenBit) == 0) { in DiyFpToUint64()235 if (exponent == kDenormalExponent && (significand & kHiddenBit) == 0) { in DiyFpToUint64()