Searched refs:needMoveBit (Results 1 – 1 of 1) sorted by relevance
1580 int needMoveBit = static_cast<int>(leadingZeros + BigInt::DATEBITS + 1); in BigIntToNumber() local1582 uint64_t mantissa = (needMoveBit == 64) ? 0 : in BigIntToNumber()1583 … ((static_cast<uint64_t>(BigintHead) << needMoveBit) >> 12); // 12 mantissa// just has 52 bits in BigIntToNumber()1584 int remainMantissaBits = needMoveBit - 12; in BigIntToNumber()