Home
last modified time | relevance | path

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

/external/eigen/test/
Dmain.h222 #define VERIFY_IS_APPROX_OR_LESS_THAN(a, b) VERIFY(test_isApproxOrLessThan(a, b))
223 #define VERIFY_IS_NOT_APPROX_OR_LESS_THAN(a, b) VERIFY(!test_isApproxOrLessThan(a, b))
247 inline bool test_isApproxOrLessThan(const int& a, const int& b) in test_isApproxOrLessThan() function
254 inline bool test_isApproxOrLessThan(const float& a, const float& b) in test_isApproxOrLessThan() function
261 inline bool test_isApproxOrLessThan(const double& a, const double& b) in test_isApproxOrLessThan() function
285 inline bool test_isApproxOrLessThan(const long double& a, const long double& b) in test_isApproxOrLessThan() function