Home
last modified time | relevance | path

Searched refs:GetWordsArray (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/getwordsarray_fuzzer/
Dgetwordsarray_fuzzer.cpp47 bigWords->GetWordsArray(&sign, wordsNum, words); in GetWordsArrayFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp541 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray() function
572 GetWordsArray(&sign, wordCount, wordsOut, bigintFalse); in HWTEST_F_L0()
579 GetWordsArray(&sign, wordCount, wordsOut, bigintTrue); in HWTEST_F_L0()
591 GetWordsArray(&sign1, wordCount1, wordsOut1, bigintFalse1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md5825 ### GetWordsArray subsection
5827 void BigIntRef::GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words);
5857 bigWordsRef->GetWordsArray(&resultSignBit, size, resultWords);
Djsnapi_expo.cpp1446 void BigIntRef::GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray() function in panda::BigIntRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h804 void GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp149 ubigWordsRef->GetWordsArray(&uresultSignBit, uSize, uresultWords); in HWTEST_F_L0()
183 ibigWordsRef->GetWordsArray(&iresultSignBit, iSize, iresultWords); in HWTEST_F_L0()
Djsnapi_first_tests.cpp1477 bigWordsRef->GetWordsArray(&resultSignBit, size, resultWords); in HWTEST_F_L0()
Dffi_workload.cpp7691 bigWordsRef->GetWordsArray(&resultSignBit, size, resultWords); in HWTEST_F_L0()
7694 TEST_TIME(BigIntRef::GetWordsArray::Uint64); in HWTEST_F_L0()