Searched refs:BigIntAlgorithm (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_bigint_test.cpp | 40 static JSTaggedValue BigIntAlgorithm(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t ar… in BigIntAlgorithm() function 84 auto result = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() 96 auto result = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() 107 auto result = BigIntAlgorithm(thread, vals, 8, AlgorithmType::BIGINT_ASINTN); in HWTEST_F_L0() 123 auto result = BigIntAlgorithm(thread, vals, 8, AlgorithmType::BIGINT_ASINTN); in HWTEST_F_L0() 139 auto result = BigIntAlgorithm(thread, vals, 8, AlgorithmType::BIGINT_ASUINTN); in HWTEST_F_L0() 156 auto result = BigIntAlgorithm(thread, vals, 8, AlgorithmType::BIGINT_ASUINTN); in HWTEST_F_L0() 172 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() 178 …auto result2 = BigIntAlgorithm(thread, vals2, 8, AlgorithmType::BIGINT_TOLOCALSTR, bigIntHandle.Ge… in HWTEST_F_L0() 199 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() [all …]
|