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

  /external/eigen/test/
main.h 220 #define VERIFY_IS_MUCH_SMALLER_THAN(a, b) VERIFY(test_isMuchSmallerThan(a, b))
221 #define VERIFY_IS_NOT_MUCH_SMALLER_THAN(a, b) VERIFY(!test_isMuchSmallerThan(a, b))
245 inline bool test_isMuchSmallerThan(const int& a, const int& b)
252 inline bool test_isMuchSmallerThan(const float& a, const float& b)
259 inline bool test_isMuchSmallerThan(const double& a, const double& b)
266 inline bool test_isMuchSmallerThan(const std::complex<float>& a, const std::complex<float>& b)
271 inline bool test_isMuchSmallerThan(const std::complex<double>& a, const std::complex<double>& b)
283 inline bool test_isMuchSmallerThan(const long double& a, const long double& b)
308 inline bool test_isMuchSmallerThan(const MatrixBase<Derived1>& m1,
315 inline bool test_isMuchSmallerThan(const MatrixBase<Derived>& m
    [all...]
geo_eulerangles.cpp 33 VERIFY(0 < eabis[0] || test_isMuchSmallerThan(eabis[0], Scalar(1)));
jacobisvd.cpp 93 if(!test_isMuchSmallerThan(residual,rhs.norm()))

Completed in 66 milliseconds