Home
last modified time | relevance | path

Searched defs:needLength (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1101 uint32_t needLength = expValue / DATA_BITS + 1; in Exponentiate() local
1161 uint32_t needLength = x->GetLength() + y->GetLength(); in Multiply() local