Home
last modified time | relevance | path

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

/external/eigen/test/
Dqr_colpivoting.cpp135 if (!test_isApproxOrLessThan(y, x)) { in qr()
192 if (!test_isApproxOrLessThan(y, x)) { in qr_fixedsize()
239 if (!test_isApproxOrLessThan(y, x)) { in qr_kahan_matrix()
Dmain.h392 #define VERIFY_IS_APPROX_OR_LESS_THAN(a, b) VERIFY(test_isApproxOrLessThan(a, b))
393 #define VERIFY_IS_NOT_APPROX_OR_LESS_THAN(a, b) VERIFY(!test_isApproxOrLessThan(a, b))
428 inline bool test_isApproxOrLessThan(TYPE a, TYPE b) \
479 inline bool test_isApproxOrLessThan(const long double& a, const long double& b) in test_isApproxOrLessThan() function
Dboostmultiprec.cpp131 inline bool test_isApproxOrLessThan(const Real& a, const Real& b) { in test_isApproxOrLessThan() function