Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_number.h24 V(EPSILON) /* Number.EPSILON */ \
74 // 21.1.2.1 Number.EPSILON
75 static constexpr double EPSILON = std::numeric_limits<double>::epsilon(); member in panda::ecmascript::builtins::BuiltinsNumber
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
H A Djs_call.js109 const isFloatValid = Number(Math.abs(this.dbl - 2.4) < Number.EPSILON);
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h143 enum class ECMA_PUBLIC_API GC_TYPE : uint8_t { EPSILON, GEN_GC, STW }; member in panda::RuntimeOption::GC_TYPE
315 case GC_TYPE::EPSILON: in GetGcType()
429 GC_TYPE gcType_ = GC_TYPE::EPSILON;
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h44 static constexpr double EPSILON = std::numeric_limits<double>::epsilon(); member
/arkcompiler/ets_runtime/test/moduletest/mapget/
H A Dmapget.js66 check(Number.EPSILON);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h43 inline constexpr double EPSILON = std::numeric_limits<double>::epsilon(); member
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js11168 const hi = t("EPSILON", 1e-6);
16521 EPSILON: hi,
21549 if (Math.abs(s) < Number.EPSILON) return 0;
21566 if (l < Number.EPSILON && (!a || l > -Number.EPSILON)) return 0;
[all...]

Completed in 42 milliseconds