Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp830 JSHandle<BigInt> shift3 = BigInt::Int32ToBigInt(thread, -33); // -33 : shiftBits in HWTEST_F_L0() local
831 JSHandle<BigInt> res4 = BigInt::SignedRightShift(thread, bigint1, shift3); 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(thread, shift3, shift4); in HWTEST_F_L0()
884 JSHandle<BigInt> shift3 = BigInt::Int32ToBigInt(thread, -33); // -33 : shiftBits in HWTEST_F_L0() local
885 JSHandle<BigInt> res4 = BigInt::LeftShift(thread, bigint1, shift3); in HWTEST_F_L0()
901 JSHandle<BigInt> res6 = BigInt::LeftShift(thread, bigint2, shift3); in HWTEST_F_L0()

Completed in 2 milliseconds