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