Searched refs:test_isApproxOrLessThan (Results 1 – 1 of 1) sorted by relevance
222 #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() function254 inline bool test_isApproxOrLessThan(const float& a, const float& b) in test_isApproxOrLessThan() function261 inline bool test_isApproxOrLessThan(const double& a, const double& b) in test_isApproxOrLessThan() function285 inline bool test_isApproxOrLessThan(const long double& a, const long double& b) in test_isApproxOrLessThan() function