Lines Matching refs:SignedRightShift
806 * @tc.name: SignedRightShift
811 HWTEST_F_L0(JSBigintTest, SignedRightShift)
817 JSHandle<BigInt> res1 = BigInt::SignedRightShift(thread, bigint1, shift1);
824 JSHandle<BigInt> res2 = BigInt::SignedRightShift(thread, bigint1, shift2);
827 JSHandle<BigInt> res3 = BigInt::SignedRightShift(thread, shift2, bigint1);
831 JSHandle<BigInt> res4 = BigInt::SignedRightShift(thread, bigint1, shift3);
843 JSHandle<BigInt> res5 = BigInt::SignedRightShift(thread, bigint2, shift1);
849 JSHandle<BigInt> res6 = BigInt::SignedRightShift(thread, bigint2, shift3);
852 JSHandle<BigInt> res7 = BigInt::SignedRightShift(thread, shift3, bigint1);
857 JSHandle<BigInt> res8 = BigInt::SignedRightShift(thread, shift3, shift4);