Home
last modified time | relevance | path

Searched defs:POSITIVE_INFINITY (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Float.cpp40 static const float POSITIVE_INFINITY = 1.0 / 0.0; in StdCoreFloatIsFinite() local
H A Dstd_core_Double.cpp253 static const double POSITIVE_INFINITY = 1.0 / 0.0; in StdCoreDoubleIsFinite() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.h85 static constexpr double POSITIVE_INFINITY = std::numeric_limits<double>::infinity(); member in panda::ecmascript::builtins::BuiltinsNumber
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h48 static constexpr double POSITIVE_INFINITY = std::numeric_limits<double>::infinity(); member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h47 inline constexpr double POSITIVE_INFINITY = coretypes::TaggedValue::VALUE_INFINITY; member
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dnumber_helper_test.cpp369 EXPECT_EQ(NumberHelper::TruncateDouble(POSITIVE_INFINITY), POSITIVE_INFINITY); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp297 LOG_INST() << " ldinfinity " << std::hex << base::POSITIVE_INFINITY; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() member in panda::ecmascript::kungfu::base

Completed in 15 milliseconds