Searched defs:lossless (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/bigintrefnew_fuzzer/ |
| D | bigintrefnew_fuzzer.cpp | 38 bool lossless = false; in BigIntRefNewFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/biginttoint64_fuzzer/ |
| D | biginttoint64_fuzzer.cpp | 45 bool lossless = false; in BigIntToInt64FuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/biginttouint64_fuzzer/ |
| D | biginttouint64_fuzzer.cpp | 45 bool lossless = false; in BigIntToUint64FuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 357 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()
|
| D | builtins_arraybuffer.cpp | 663 bool lossless = true; in SetValueInBufferForBigInt() local 685 bool lossless = true; in SetValueInBufferForBigInt() local 900 bool lossless = true; in FastSetValueInBufferForBigInt() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | interop_common.cpp | 52 bool lossless; in GetBigInt() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | win-dynamic-node.cpp | 113 bool *lossless) in napi_get_value_bigint_int64() 120 bool *lossless) in napi_get_value_bigint_uint64()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 664 bool lossless = false; in HWTEST_F_L0() local 710 bool lossless = false; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 638 …t::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool *lossless) in BigIntToInt64() 661 …:BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless) in BigIntToUint64()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1881 bool lossless = true; in HWTEST_F_L0() local 1902 bool lossless = true; in HWTEST_F_L0() local
|
| D | ffi_workload.cpp | 7684 bool lossless = true; in HWTEST_F_L0() local 7700 bool lossless = true; in HWTEST_F_L0() local
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 3205 …Status OH_JSVM_GetValueBigintInt64(JSVM_Env env, JSVM_Value value, int64_t* result, bool* lossless) in OH_JSVM_GetValueBigintInt64() 3222 …atus OH_JSVM_GetValueBigintUint64(JSVM_Env env, JSVM_Value value, uint64_t* result, bool* lossless) in OH_JSVM_GetValueBigintUint64()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2452 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *value, bool *lossless) in BigIntToInt64() 2463 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless) in BigIntToUint64()
|