Home
last modified time | relevance | path

Searched refs:needMoveBit (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1625 int needMoveBit = static_cast<int>(leadingZeros + BigInt::DATEBITS + 1); in BigIntToNumber() local
1627 uint64_t mantissa = (needMoveBit == 64) ? 0 : in BigIntToNumber()
1628 ((static_cast<uint64_t>(BigintHead) << needMoveBit) >> 12); // 12 mantissa// just has 52 bits in BigIntToNumber()
1629 int remainMantissaBits = needMoveBit - 12; in BigIntToNumber()

Completed in 4 milliseconds