Searched refs:test_isApproxOrLessThan (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/ |
D | qr_colpivoting.cpp | 135 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()
|
D | main.h | 392 #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
|
D | boostmultiprec.cpp | 131 inline bool test_isApproxOrLessThan(const Real& a, const Real& b) { in test_isApproxOrLessThan() function
|