Searched defs:lossless (Results 1 – 8 of 8) 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_arraybuffer.cpp | 632 bool lossless = true; in SetValueInBufferForBigInt() local 654 bool lossless = true; in SetValueInBufferForBigInt() local
|
D | builtins_atomics.cpp | 473 bool lossless = true; in HandleWithBigInt64() local 499 bool lossless = true; in HandleWithBigUint64() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_bigint_test.cpp | 680 bool lossless = false; in HWTEST_F_L0() local 726 bool lossless = false; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.cpp | 587 …t::BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool *lossless) in BigIntToInt64() 604 …:BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless) in BigIntToUint64()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 1356 bool lossless = true; in HWTEST_F_L0() local 1369 bool lossless = true; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1134 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless) in BigIntToInt64() 1143 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless) in BigIntToUint64()
|