Home
last modified time | relevance | path

Searched refs:SignedRightShift (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp806 * @tc.name: SignedRightShift
811 HWTEST_F_L0(JSBigintTest, SignedRightShift) in HWTEST_F_L0()
817 JSHandle<BigInt> res1 = BigInt::SignedRightShift(thread, bigint1, shift1); in HWTEST_F_L0()
824 JSHandle<BigInt> res2 = BigInt::SignedRightShift(thread, bigint1, shift2); in HWTEST_F_L0()
827 JSHandle<BigInt> res3 = BigInt::SignedRightShift(thread, shift2, bigint1); in HWTEST_F_L0()
831 JSHandle<BigInt> res4 = BigInt::SignedRightShift(thread, bigint1, shift3); in HWTEST_F_L0()
843 JSHandle<BigInt> res5 = BigInt::SignedRightShift(thread, bigint2, shift1); in HWTEST_F_L0()
849 JSHandle<BigInt> res6 = BigInt::SignedRightShift(thread, bigint2, shift3); in HWTEST_F_L0()
852 JSHandle<BigInt> res7 = BigInt::SignedRightShift(thread, shift3, bigint1); in HWTEST_F_L0()
857 JSHandle<BigInt> res8 = BigInt::SignedRightShift(threa in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h92 static JSHandle<BigInt> SignedRightShift(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y);
H A Djs_bigint.cpp870 JSHandle<BigInt> BigInt::SignedRightShift(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in SignedRightShift() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2049 return BigInt::SignedRightShift(thread, bigLeft, bigRight).GetTaggedValue(); in RuntimeAshr2()

Completed in 12 milliseconds