Searched refs:test_isApprox (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/ |
D | main.h | 288 #define VERIFY_IS_NOT_APPROX(a, b) VERIFY(!test_isApprox(a, b)) 313 inline bool test_isApprox(const int& a, const int& b) in test_isApprox() function 320 inline bool test_isApprox(const float& a, const float& b) in test_isApprox() function 327 inline bool test_isApprox(const double& a, const double& b) in test_isApprox() function 335 inline bool test_isApprox(const std::complex<float>& a, const std::complex<float>& b) in test_isApprox() function 340 inline bool test_isApprox(const std::complex<double>& a, const std::complex<double>& b) in test_isApprox() function 346 inline bool test_isApprox(const std::complex<long double>& a, const std::complex<long double>& b) in test_isApprox() function 354 inline bool test_isApprox(const long double& a, const long double& b) in test_isApprox() function 369 inline bool test_isApprox(const half& a, const half& b) in test_isApprox() function 458 inline bool test_isApprox(const Type1& a, const Type2& b, typename Type1::Scalar* = 0) // Enabled f… [all …]
|
D | boostmultiprec.cpp | 121 inline bool test_isApprox(const Real& a, const Real& b) { in test_isApprox() function
|
D | svd_common.h | 153 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y ); in svd_least_square() 160 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y ); in svd_least_square()
|