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