Home
last modified time | relevance | path

Searched defs:cValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
Dbiginttoint64_fuzzer.cpp44 int64_t cValue = 0; in BigIntToInt64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
Dbiginttouint64_fuzzer.cpp44 uint64_t cValue = 0; in BigIntToUint64FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp655 int64_t cValue = 0; in HWTEST_F_L0() local
701 uint64_t cValue = 0; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp618 void BigInt::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool … in BigIntToInt64()
641 void BigInt::BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, boo… in BigIntToUint64()