Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp40 static const float POSITIVE_INFINITY = 1.0 / 0.0; in StdCoreFloatIsFinite() local
Dstd_core_Double.cpp253 static const double POSITIVE_INFINITY = 1.0 / 0.0; in StdCoreDoubleIsFinite() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h47 inline constexpr double POSITIVE_INFINITY = coretypes::TaggedValue::VALUE_INFINITY; variable