Searched defs:cValue (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/ |
| D | biginttoint64_fuzzer.cpp | 44 int64_t cValue = 0; in BigIntToInt64FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/ |
| D | biginttouint64_fuzzer.cpp | 44 uint64_t cValue = 0; in BigIntToUint64FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 679 int64_t cValue = 0; in HWTEST_F_L0() local 725 uint64_t cValue = 0; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 573 void BigInt::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool … in BigIntToInt64() 585 void BigInt::BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, boo… in BigIntToUint64()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 858 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless) in BigIntToInt64() 865 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless) in BigIntToUint64()
|