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/
H A Dstd_core_Float.cpp41 static const float NEGATIVE_INFINITY = -1.0 / 0.0; in StdCoreFloatIsFinite() local
H A Dstd_core_Double.cpp254 static const double NEGATIVE_INFINITY = -1.0 / 0.0; in StdCoreDoubleIsFinite() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.h87 static constexpr double NEGATIVE_INFINITY = -POSITIVE_INFINITY; member in panda::ecmascript::builtins::BuiltinsNumber

Completed in 3 milliseconds