Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds