Home
last modified time | relevance | path

Searched refs:NEGATIVE_INFINITY (Results 1 - 6 of 6) 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
43 return ToEtsBoolean(v == v && v != POSITIVE_INFINITY && v != NEGATIVE_INFINITY); in StdCoreFloatIsFinite()
H A Dstd_core_Double.cpp254 static const double NEGATIVE_INFINITY = -1.0 / 0.0; in StdCoreDoubleIsFinite() local
256 return ToEtsBoolean(v == v && v != POSITIVE_INFINITY && v != NEGATIVE_INFINITY); in StdCoreDoubleIsFinite()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
H A Dindex.js66 return Number.NEGATIVE_INFINITY;
144 return Number.NEGATIVE_INFINITY;
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.h29 V(NEGATIVE_INFINITY) /* Number.NEGATIVE_INFINITY */ \
86 // 21.1.2.11 Number.NEGATIVE_INFINITY
87 static constexpr double NEGATIVE_INFINITY = -POSITIVE_INFINITY; member in panda::ecmascript::builtins::BuiltinsNumber
/arkcompiler/ets_runtime/test/moduletest/mapget/
H A Dmapget.js76 check(Number.NEGATIVE_INFINITY);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 32 milliseconds