Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1083 uint32_t needLength = expValue / DATEBITS + 1; in Exponentiate() local
1084 JSHandle<BigInt> bigint = CreateBigint(thread, needLength); in Exponentiate()
1087 bigint->SetDigit(needLength - 1, value); in Exponentiate()
1143 uint32_t needLength = x->GetLength() + y->GetLength(); in Multiply() local
1144 JSHandle<BigInt> bigint = BigInt::CreateBigint(thread, needLength); in Multiply()

Completed in 7 milliseconds