Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h69 … static JSHandle<BigInt> FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint,
Djs_bigint.cpp1225 JSHandle<BigInt> BigInt::FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint,… in FormatLeftShift() function in panda::ecmascript::BigInt
1343 JSHandle<BigInt> v = FormatLeftShift(thread, leadingZeros, divisor, false); in DivideAndRemainderWithBigintDivisor()
1344 JSHandle<BigInt> u = FormatLeftShift(thread, leadingZeros, dividend, true); in DivideAndRemainderWithBigintDivisor()