Searched refs:kDpHiddenBit (Results 1 – 2 of 2) sorted by relevance
57 f = significand + kDpHiddenBit; in DiyFp()121 while (!(res.f & (kDpHiddenBit << 1))) { in NormalizeBoundary()132 DiyFp mi = (f == kDpHiddenBit) ? DiyFp((f << 2) - 1, e - 2) : DiyFp((f << 1) - 1, e - 1); in NormalizedBoundaries()144 const uint64_t be = (e == kDpDenormalExponent && (f & kDpHiddenBit) == 0) ? 0 : in ToDouble()158 static const uint64_t kDpHiddenBit = RAPIDJSON_UINT64_C2(0x00100000, 0x00000000); member
195 if (rounded.f & (DiyFp::kDpHiddenBit << 1)) { // rounding overflows mantissa (issue #340) in StrtodDiyFp()