Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp377 newBigint->SetDigit(i, BigIntHelper::SubHelper(bigint->GetDigit(i), carry, bigintCarry)); in BitwiseSubOne()
796 uint32_t minuSub = BigIntHelper::SubHelper(x->GetDigit(i), y->GetDigit(i), newBigintCarry); in BigintSub()
797 minuSub = BigIntHelper::SubHelper(minuSub, bigintCarry, newBigintCarry); in BigintSub()
804 uint32_t minuSub = BigIntHelper::SubHelper(x->GetDigit(i), bigintCarry, newBigintCarry); in BigintSub()
827 inline uint32_t BigIntHelper::SubHelper(uint32_t x, uint32_t y, uint32_t &bigintCarry) in SubHelper() function in panda::ecmascript::BigIntHelper
1335 uint32_t value = BigIntHelper::SubHelper(u->GetDigit(pos + i), qv->GetDigit(i), borrow); in SpecialMultiplyAndSub()
1336 value = BigIntHelper::SubHelper(value, lastBorrow, borrow); in SpecialMultiplyAndSub()
H A Djs_bigint.h209 static uint32_t SubHelper(uint32_t x, uint32_t y, uint32_t &bigintCarry);

Completed in 4 milliseconds