Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h69 static JSHandle<BigInt> FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint,
H A Djs_bigint.cpp1273 JSHandle<BigInt> BigInt::FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint, bool neeedAddOne) in FormatLeftShift() function in panda::ecmascript::BigInt
1392 JSHandle<BigInt> v = FormatLeftShift(thread, leadingZeros, divisor, false); in DivideAndRemainderWithBigintDivisor()
1393 JSHandle<BigInt> u = FormatLeftShift(thread, leadingZeros, dividend, true); in DivideAndRemainderWithBigintDivisor()

Completed in 5 milliseconds