Home
last modified time | relevance | path

Searched defs:lossless (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
Dbiginttoint64_fuzzer.cpp45 bool lossless = false; in BigIntToInt64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
Dbiginttouint64_fuzzer.cpp45 bool lossless = false; in BigIntToUint64FuzzTest() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp460 bool lossless = true; in HandleWithBigInt64() local
483 bool lossless = true; in HandleWithBigUint64() local
Dbuiltins_arraybuffer.cpp612 bool lossless = true; in SetValueInBufferForBigInt() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp680 bool lossless = false; in HWTEST_F_L0() local
726 bool lossless = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp573 …t::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool *lossless) in BigIntToInt64()
585 …:BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless) in BigIntToUint64()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1116 bool lossless = true; in HWTEST_F_L0() local
1129 bool lossless = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp858 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()