Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp362 JSHandle<BigInt> expBigint1 = BigIntHelper::SetBigInt(thread, expBigintStr1); in HWTEST_F_L0() local
371 JSHandle<BigInt> expRes1 = BigInt::Exponentiate(thread, baseBigint, expBigint1); in HWTEST_F_L0()
409 JSHandle<BigInt> divRes7 = BigInt::Divide(thread, expBigint1, baseBigint); in HWTEST_F_L0()
425 JSHandle<BigInt> remRes6 = BigInt::Remainder(thread, expBigint1, baseBigint); in HWTEST_F_L0()

Completed in 3 milliseconds