Searched refs:test_ei_isApproxOrLessThan (Results 1 – 1 of 1) sorted by relevance
140 #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() function170 inline bool test_ei_isApproxOrLessThan(const float& a, const float& b) in test_ei_isApproxOrLessThan() function177 inline bool test_ei_isApproxOrLessThan(const double& a, const double& b) in test_ei_isApproxOrLessThan() function194 inline bool test_ei_isApproxOrLessThan(const long double& a, const long double& b) in test_ei_isApproxOrLessThan() function