Home
last modified time | relevance | path

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

/external/eigen/test/eigen2/
Dmain.h140 #define VERIFY_IS_APPROX_OR_LESS_THAN(a, b) VERIFY(test_ei_isApproxOrLessThan(a, b))
141 #define VERIFY_IS_NOT_APPROX_OR_LESS_THAN(a, b) VERIFY(!test_ei_isApproxOrLessThan(a, b))
163 inline bool test_ei_isApproxOrLessThan(const int& a, const int& b) in test_ei_isApproxOrLessThan() function
170 inline bool test_ei_isApproxOrLessThan(const float& a, const float& b) in test_ei_isApproxOrLessThan() function
177 inline bool test_ei_isApproxOrLessThan(const double& a, const double& b) in test_ei_isApproxOrLessThan() function
194 inline bool test_ei_isApproxOrLessThan(const long double& a, const long double& b) in test_ei_isApproxOrLessThan() function