Searched refs:FormatLeftShift (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.h | 69 static JSHandle<BigInt> FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint,
|
H A D | js_bigint.cpp | 1273 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