Searched defs:lossless (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/ |
| H A D | biginttoint64_fuzzer.cpp | 45 bool lossless = false;
in BigIntToInt64FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/ |
| H A D | biginttouint64_fuzzer.cpp | 45 bool lossless = false;
in BigIntToUint64FuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | interop_common.cpp | 52 bool lossless; in GetBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_atomics.cpp | 356 bool lossless = true; in AtomicReadModifyWriteCase() local 363 bool lossless = true; in AtomicReadModifyWriteCase() local 514 HandleWithBigInt64(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition, EcmaRuntimeCallInfo *argv, const callbackfun &op, int64_t &tag, bool &lossless) HandleWithBigInt64() argument 541 HandleWithBigUint64(JSThread *thread, uint32_t size, uint8_t *block, uint32_t indexedPosition, EcmaRuntimeCallInfo *argv, const callbackfun &op, uint64_t &tag, bool &lossless) HandleWithBigUint64() argument [all...] |
| H A D | builtins_arraybuffer.cpp | 677 bool lossless = true; in SetValueInBufferForBigInt() local 699 bool lossless = true; in SetValueInBufferForBigInt() local 914 bool lossless = true; in FastSetValueInBufferForBigInt() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_bigint_test.cpp | 656 bool lossless = false; in HWTEST_F_L0() local 702 bool lossless = false; HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_first_tests.cpp | 1859 bool lossless = true; in HWTEST_F_L0() local 1880 bool lossless = true; in HWTEST_F_L0() local
|
| H A D | ffi_workload.cpp | 7684 bool lossless = true; in HWTEST_F_L0() local 7700 bool lossless = true; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_bigint.cpp | 618 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
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 2290 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *value, bool *lossless) in BigIntToInt64() argument 2301 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless) in BigIntToUint64() argument
|
Completed in 37 milliseconds