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