Home
last modified time | relevance | path

Searched defs:NAN_VALUE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/arkplatform/tests/
Djsnapi_test.cpp84 static constexpr double NAN_VALUE = std::numeric_limits<double>::quiet_NaN(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.h106 static const inline JSTaggedValue NAN_VALUE = JSTaggedValue(base::NAN_VALUE); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h47 inline constexpr double NAN_VALUE = coretypes::TaggedValue::VALUE_NAN; variable