Home
last modified time | relevance | path

Searched refs:IsImpureNaN (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dtagged_value.h123 ASSERT_PRINT(!IsImpureNaN(v), "pureNaN will break the encoding of tagged double: " in TaggedValue()
147 static inline bool IsImpureNaN(double value) in IsImpureNaN() function in panda::coretypes::TaggedValue
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforfloat_fuzzer/
H A Dbuiltinsarraybuffergetvaluefrombufferforfloat_fuzzer.cpp56 if (std::isnan(input) || JSTaggedValue::IsImpureNaN(input)) { in BuiltinsArrayBufferGetValueFromBufferForFloatFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h173 ASSERT_PRINT(!IsImpureNaN(v), "pureNaN will break the encoding of tagged double: " in TaggedValue()
355 static inline bool IsImpureNaN(double value) in IsImpureNaN() function in ark::coretypes::TaggedValue
/arkcompiler/ets_runtime/test/fuzztest/containerslistclear_fuzzer/
H A Dcontainerslistclear_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistClearFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistadd_fuzzer/
H A Dcontainerslistadd_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistAddFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistsort_fuzzer/
H A Dcontainerslistsort_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistSortFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistinsert_fuzzer/
H A Dcontainerslistinsert_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistInsertFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslisthas_fuzzer/
H A Dcontainerslisthas_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistHasFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistisempty_fuzzer/
H A Dcontainerslistisempty_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistIsemptyFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/
H A Dcontainerslistremove_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistRemoveFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/
H A Dcontainerslistremovebyindex_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistRemoveByIndexFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistset_fuzzer/
H A Dcontainerslistset_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistSetFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_tagged_number_test.cpp47 EXPECT_FALSE(number5.IsImpureNaN(number5.GetNumber())); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetlastindexof_fuzzer/
H A Dcontainerslistgetlastindexof_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistGetLastIndexOfFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/
H A Dcontainerslistgetiteratorobj_fuzzer.cpp121 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistGetIteratorObjFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetindexof_fuzzer/
H A Dcontainerslistgetindexof_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistGetIndexOfFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/
H A Dcontainerslistget_fuzzer.cpp121 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistGetFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/
H A Dcontainerslistequal_fuzzer.cpp121 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistEqualFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/
H A Dcontainerslistforeach_fuzzer.cpp98 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistForEachFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/
H A Dcontainerslistlength_fuzzer.cpp121 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistLengthFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/
H A Dcontainerslistgetsublist_fuzzer.cpp121 if (JSTaggedValue::IsImpureNaN(input)) { in ContainerslistGetSubListFuzzTest()
/arkcompiler/runtime_core/verifier/
H A Dverifier.h127 inline bool IsImpureNaN(double value) in IsImpureNaN() function in panda::verifier::Verifier
H A Dverifier.cpp503 if (IsImpureNaN(value)) { in VerifySingleLiteralArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.cpp555 if (std::isnan(value) && !JSTaggedValue::IsImpureNaN(value)) { in CommonConvert()
560 if (JSTaggedValue::IsImpureNaN(d)) { in CommonConvert()
565 if (JSTaggedValue::IsImpureNaN(value)) { in CommonConvert()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.h115 ASSERT_PRINT(!IsImpureNaN(v), "pureNaN will break the encoding of tagged double: " in JSTaggedValue()
280 static ARK_INLINE bool IsImpureNaN(double value) in IsImpureNaN() function in panda::ecmascript::JSTaggedValue

Completed in 15 milliseconds

12