Home
last modified time | relevance | path

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

/external/eigen/test/
Dmain.h291 #define VERIFY_IS_APPROX_OR_LESS_THAN(a, b) VERIFY(test_isApproxOrLessThan(a, b))
292 #define VERIFY_IS_NOT_APPROX_OR_LESS_THAN(a, b) VERIFY(!test_isApproxOrLessThan(a, b))
328 inline bool test_isApproxOrLessThan(const int& a, const int& b) in test_isApproxOrLessThan() function
335 inline bool test_isApproxOrLessThan(const float& a, const float& b) in test_isApproxOrLessThan() function
342 inline bool test_isApproxOrLessThan(const double& a, const double& b) in test_isApproxOrLessThan() function
376 inline bool test_isApproxOrLessThan(const long double& a, const long double& b) in test_isApproxOrLessThan() function
384 inline bool test_isApproxOrLessThan(const half& a, const half& b) in test_isApproxOrLessThan() function
Dqr_colpivoting.cpp129 if (!test_isApproxOrLessThan(y, x)) { in qr()
192 if (!test_isApproxOrLessThan(y, x)) { in qr_fixedsize()
240 if (!test_isApproxOrLessThan(y, x)) { in qr_kahan_matrix()
Dboostmultiprec.cpp125 inline bool test_isApproxOrLessThan(const Real& a, const Real& b) { in test_isApproxOrLessThan() function