Home
last modified time | relevance | path

Searched defs:NAN_VALUE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/arkplatform/tests/
H A Djsnapi_test.cpp84 static constexpr double NAN_VALUE = std::numeric_limits<double>::quiet_NaN(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.h109 static const inline JSTaggedValue NAN_VALUE = JSTaggedValue(base::NAN_VALUE); member in panda::ecmascript::builtins::BuiltinsGlobal
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h49 static constexpr double NAN_VALUE = std::numeric_limits<double>::quiet_NaN(); member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h48 inline constexpr double NAN_VALUE = coretypes::TaggedValue::VALUE_NAN; member
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp288 LOG_INST() << " ldnan " << std::hex << base::NAN_VALUE; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() member in panda::ecmascript::kungfu::base

Completed in 13 milliseconds