Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp361 JSHandle<BigInt> baseBigint = BigIntHelper::SetBigInt(thread, baseBigintStr); in HWTEST_F_L0() local
371 JSHandle<BigInt> expRes1 = BigInt::Exponentiate(thread, baseBigint, expBigint1); in HWTEST_F_L0()
373 JSHandle<BigInt> expRes2 = BigInt::Exponentiate(thread, baseBigint, expBigint2); in HWTEST_F_L0()
375 JSHandle<BigInt> expRes3 = BigInt::Exponentiate(thread, baseBigint, resBigint5); in HWTEST_F_L0()
379 JSHandle<BigInt> mulRes1 = BigInt::Multiply(thread, baseBigint, baseBigint); in HWTEST_F_L0()
381 mulRes1 = BigInt::Multiply(thread, mulRes1, baseBigint); in HWTEST_F_L0()
384 JSHandle<BigInt> mulRes2 = BigInt::Multiply(thread, baseBigint, baseBigint); in HWTEST_F_L0()
386 mulRes2 = BigInt::Multiply(thread, mulRes2, baseBigint); in HWTEST_F_L0()
[all...]

Completed in 2 milliseconds