Searched defs:lossless (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/ |
| D | biginttouint64_fuzzer.cpp | 45 bool lossless = false; in BigIntToUint64FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/ |
| D | biginttoint64_fuzzer.cpp | 45 bool lossless = false; in BigIntToInt64FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 356 bool lossless = true; in AtomicReadModifyWriteCase() local 363 bool lossless = true; in AtomicReadModifyWriteCase() local 517 int64_t &tag, bool &lossless) in HandleWithBigInt64() 544 uint64_t &tag, bool &lossless) in HandleWithBigUint64()
|
| D | builtins_arraybuffer.cpp | 673 bool lossless = true; in SetValueInBufferForBigInt() local 695 bool lossless = true; in SetValueInBufferForBigInt() local 913 bool lossless = true; in FastSetValueInBufferForBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 656 bool lossless = false; in HWTEST_F_L0() local 702 bool lossless = false; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 618 …t::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool *lossless) in BigIntToInt64() 641 …:BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless) in BigIntToUint64()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1788 bool lossless = true; in HWTEST_F_L0() local 1809 bool lossless = true; in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 7668 bool lossless = true; in HWTEST_F_L0() local 7684 bool lossless = true; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2239 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *value, bool *lossless) in BigIntToInt64() 2250 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless) in BigIntToUint64()
|