Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp41 static const float NEGATIVE_INFINITY = -1.0 / 0.0; in StdCoreFloatIsFinite() local
Dstd_core_Double.cpp254 static const double NEGATIVE_INFINITY = -1.0 / 0.0; in StdCoreDoubleIsFinite() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.h87 static constexpr double NEGATIVE_INFINITY = -POSITIVE_INFINITY; variable