Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1616 uint32_t BigintHead = bigint->GetDigit(bigintLen - 1); in BigIntToNumber() local
1617 uint32_t leadingZeros = base::CountLeadingZeros(BigintHead); in BigIntToNumber()
1628 ((static_cast<uint64_t>(BigintHead) << needMoveBit) >> 12); // 12 mantissa// just has 52 bits in BigIntToNumber()
1684 uint32_t BigintHead = bigint->GetDigit(bigintLen - 1); in CompareToBitsLen() local
1685 leadingZeros = static_cast<int>(base::CountLeadingZeros(BigintHead)); in CompareToBitsLen()

Completed in 4 milliseconds