Home
last modified time | relevance | path

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

/external/eigen/test/
Dmain.h288 #define VERIFY_IS_NOT_APPROX(a, b) VERIFY(!test_isApprox(a, b))
313 inline bool test_isApprox(const short& a, const short& b) in test_isApprox() function
315 inline bool test_isApprox(const unsigned short& a, const unsigned short& b) in test_isApprox() function
317 inline bool test_isApprox(const unsigned int& a, const unsigned int& b) in test_isApprox() function
319 inline bool test_isApprox(const long& a, const long& b) in test_isApprox() function
321 inline bool test_isApprox(const unsigned long& a, const unsigned long& b) in test_isApprox() function
324 inline bool test_isApprox(const int& a, const int& b) in test_isApprox() function
331 inline bool test_isApprox(const float& a, const float& b) in test_isApprox() function
338 inline bool test_isApprox(const double& a, const double& b) in test_isApprox() function
346 inline bool test_isApprox(const std::complex<float>& a, const std::complex<float>& b) in test_isApprox() function
[all …]
Dboostmultiprec.cpp121 inline bool test_isApprox(const Real& a, const Real& b) { in test_isApprox() function
Dsvd_common.h153 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()