Searched refs:BASE_EPSILON (Results 1 – 2 of 2) sorted by relevance
25 constexpr const float BASE_EPSILON = 1.192092896e-07f; // smallest such that 1.0+FLT_EPSILON != 1.0 in BASE_BEGIN_NAMESPACE() local166 static constexpr float EPSILON = BASE_EPSILON; in BASE_BEGIN_NAMESPACE()
123 if (Math::abs(denominator) < BASE_EPSILON) { in BASE_BEGIN_NAMESPACE()