Searched defs:test_isApproxOrLessThan (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dmain.h199 #define VERIFY_IS_APPROX_OR_LESS_THAN(a, b) VERIFY(test_isApproxOrLessThan(a, b))
200 #define VERIFY_IS_NOT_APPROX_OR_LESS_THAN(a, b) VERIFY(!test_isApproxOrLessThan(a, b))
224 inline bool test_isApproxOrLessThan(const int& a, const int& b) function in namespace:Eigen
231 inline bool test_isApproxOrLessThan(const float& a, const float& b) function in namespace:Eigen
238 inline bool test_isApproxOrLessThan(const double& a, const double& b) function in namespace:Eigen
262 inline bool test_isApproxOrLessThan(const long double& a, const long double& b) function in namespace:Eigen

Completed in 181 milliseconds