Home
last modified time | relevance | path

Searched defs:lossless (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/
H A Dbiginttoint64_fuzzer.cpp45 bool lossless = false; in BigIntToInt64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/
H A Dbiginttouint64_fuzzer.cpp45 bool lossless = false; in BigIntToUint64FuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_common.cpp52 bool lossless; in GetBigInt() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.cpp356 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 Dbuiltins_arraybuffer.cpp677 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 Djs_bigint_test.cpp656 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 Djsnapi_first_tests.cpp1859 bool lossless = true; in HWTEST_F_L0() local
1880 bool lossless = true; in HWTEST_F_L0() local
H A Dffi_workload.cpp7684 bool lossless = true; in HWTEST_F_L0() local
7700 bool lossless = true; in HWTEST_F_L0() local
/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
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2290 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