Searched refs:kDpDenormalExponent (Results 1 – 1 of 1) sorted by relevance
137 if (e < kDpDenormalExponent) { in ToDouble()145 const uint64_t be = (e == kDpDenormalExponent && (f & kDpHiddenBit) == 0) ? 0 : in ToDouble()156 static const int kDpDenormalExponent = -kDpExponentBias + 1; member