Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1313 uint32_t lastHigh = 0; in SpecialMultiplyAndSub() local
1322 value = BigIntHelper::AddHelper(value, lastHigh, carry); in SpecialMultiplyAndSub()
1327 lastHigh = high; in SpecialMultiplyAndSub()
1329 qv->SetDigit(len, lastHigh + lastCarry); in SpecialMultiplyAndSub()

Completed in 5 milliseconds