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

  /external/eigen/test/
main.h 289 #define VERIFY_IS_MUCH_SMALLER_THAN(a, b) VERIFY(test_isMuchSmallerThan(a, b))
290 #define VERIFY_IS_NOT_MUCH_SMALLER_THAN(a, b) VERIFY(!test_isMuchSmallerThan(a, b))
326 inline bool test_isMuchSmallerThan(const int& a, const int& b)
333 inline bool test_isMuchSmallerThan(const float& a, const float& b)
340 inline bool test_isMuchSmallerThan(const double& a, const double& b)
348 inline bool test_isMuchSmallerThan(const std::complex<float>& a, const std::complex<float>& b)
353 inline bool test_isMuchSmallerThan(const std::complex<double>& a, const std::complex<double>& b)
359 inline bool test_isMuchSmallerThan(const std::complex<long double>& a, const std::complex<long double>& b)
374 inline bool test_isMuchSmallerThan(const long double& a, const long double& b)
382 inline bool test_isMuchSmallerThan(const half& a, const half& b
    [all...]
geo_eulerangles.cpp 33 VERIFY(0 < eabis[0] || test_isMuchSmallerThan(eabis[0], Scalar(1)));
svd_common.h 126 if(!test_isMuchSmallerThan(residual,rhs.norm()))
151 VERIFY( test_isMuchSmallerThan(abs(residual_y-residual), rhs_norm) || residual < residual_y );
158 VERIFY( test_isMuchSmallerThan(abs(residual_y-residual), rhs_norm) || residual < residual_y );
boostmultiprec.cpp 117 inline bool test_isMuchSmallerThan(const Real& a, const Real& b) {
  /external/eigen/unsupported/test/
EulerAngles.cpp 115 VERIFY(0 < eabis[0] || test_isMuchSmallerThan(eabis[0], Scalar(1)));

Completed in 263 milliseconds