HomeSort by relevance Sort by last modified time
    Searched refs:test_isApprox (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
main.h 288 #define VERIFY_IS_NOT_APPROX(a, b) VERIFY(!test_isApprox(a, b))
313 inline bool test_isApprox(const short& a, const short& b)
315 inline bool test_isApprox(const unsigned short& a, const unsigned short& b)
317 inline bool test_isApprox(const unsigned int& a, const unsigned int& b)
319 inline bool test_isApprox(const long& a, const long& b)
321 inline bool test_isApprox(const unsigned long& a, const unsigned long& b)
324 inline bool test_isApprox(const int& a, const int& b)
331 inline bool test_isApprox(const float& a, const float& b)
338 inline bool test_isApprox(const double& a, const double& b)
346 inline bool test_isApprox(const std::complex<float>& a, const std::complex<float>& b
    [all...]
boostmultiprec.cpp 121 inline bool test_isApprox(const Real& a, const Real& b) {
svd_common.h 153 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y );
160 VERIFY( test_isApprox(residual_y,residual) || residual < residual_y );

Completed in 158 milliseconds