Home
last modified time | relevance | path

Searched defs:lossless (Results 1 – 11 of 11) 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.cpp357 bool lossless = true; in AtomicReadModifyWriteCase() local
364 bool lossless = true; in AtomicReadModifyWriteCase() local
518 int64_t &tag, bool &lossless) in HandleWithBigInt64()
545 uint64_t &tag, bool &lossless) in HandleWithBigUint64()
Dbuiltins_arraybuffer.cpp674 bool lossless = true; in SetValueInBufferForBigInt() local
696 bool lossless = true; in SetValueInBufferForBigInt() local
911 bool lossless = true; in FastSetValueInBufferForBigInt() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.cpp52 bool lossless; in GetBigInt() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp656 bool lossless = false; in HWTEST_F_L0() local
702 bool lossless = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp625 …t::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool *lossless) in BigIntToInt64()
648 …:BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless) in BigIntToUint64()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1865 bool lossless = true; in HWTEST_F_L0() local
1886 bool lossless = true; in HWTEST_F_L0() local
Dffi_workload.cpp7684 bool lossless = true; in HWTEST_F_L0() local
7700 bool lossless = true; in HWTEST_F_L0() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp3010 …Status OH_JSVM_GetValueBigintInt64(JSVM_Env env, JSVM_Value value, int64_t* result, bool* lossless) in OH_JSVM_GetValueBigintInt64()
3026 …atus OH_JSVM_GetValueBigintUint64(JSVM_Env env, JSVM_Value value, uint64_t* result, bool* lossless) in OH_JSVM_GetValueBigintUint64()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2375 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *value, bool *lossless) in BigIntToInt64()
2386 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless) in BigIntToUint64()