Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp384 JSHandle<BigInt> mulRes2 = BigInt::Multiply(thread, baseBigint, baseBigint); in HWTEST_F_L0() local
386 mulRes2 = BigInt::Multiply(thread, mulRes2, baseBigint); in HWTEST_F_L0()
388 EXPECT_TRUE(BigInt::Equal(mulRes2.GetTaggedValue(), resBigint2.GetTaggedValue())); in HWTEST_F_L0()

Completed in 3 milliseconds