Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h25 constexpr const float BASE_EPSILON = 1.192092896e-07f; // smallest such that 1.0+FLT_EPSILON != 1.0 in BASE_BEGIN_NAMESPACE() local
166 static constexpr float EPSILON = BASE_EPSILON; in BASE_BEGIN_NAMESPACE()
H A Dvector_util.h123 if (Math::abs(denominator) < BASE_EPSILON) { in BASE_BEGIN_NAMESPACE()