Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1575 int needMoveBit = static_cast<int>(leadingZeros + BigInt::DATEBITS + 1); in BigIntToNumber() local
1577 …uint64_t mantissa = (static_cast<uint64_t>(BigintHead) << needMoveBit) >> 12; // 12 mantissa just … in BigIntToNumber()
1578 int remainMantissaBits = needMoveBit - 12; in BigIntToNumber()