Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/base/
Dnumber_helper.h45 static constexpr double EPSILON = std::numeric_limits<double>::epsilon();
/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h730 enum class PUBLIC_API GC_TYPE : uint8_t { EPSILON, GEN_GC, STW }; enumerator
787 case GC_TYPE::EPSILON: in GetGcType()
849 GC_TYPE gcType_ = GC_TYPE::EPSILON;