Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1334 uint32_t quotientLen = dividend->GetLength() - divisorLen; in DivideAndRemainderWithBigintDivisor() local
1337 quotient.Update(CreateBigint(thread, quotientLen + 1)); in DivideAndRemainderWithBigintDivisor()
1349 for (int i = static_cast<int>(quotientLen); i >= 0; --i) { in DivideAndRemainderWithBigintDivisor()