Home
last modified time | relevance | path

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

/external/eigen/test/
Dmain.h220 #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) in test_isMuchSmallerThan() function
252 inline bool test_isMuchSmallerThan(const float& a, const float& b) in test_isMuchSmallerThan() function
259 inline bool test_isMuchSmallerThan(const double& a, const double& b) in test_isMuchSmallerThan() function
266 inline bool test_isMuchSmallerThan(const std::complex<float>& a, const std::complex<float>& b) in test_isMuchSmallerThan() function
271 inline bool test_isMuchSmallerThan(const std::complex<double>& a, const std::complex<double>& b) in test_isMuchSmallerThan() function
283 inline bool test_isMuchSmallerThan(const long double& a, const long double& b) in test_isMuchSmallerThan() function
308 inline bool test_isMuchSmallerThan(const MatrixBase<Derived1>& m1, in test_isMuchSmallerThan() function
315 inline bool test_isMuchSmallerThan(const MatrixBase<Derived>& m, in test_isMuchSmallerThan() function
Dgeo_eulerangles.cpp33 VERIFY(0 < eabis[0] || test_isMuchSmallerThan(eabis[0], Scalar(1))); in verify_euler()
Djacobisvd.cpp93 if(!test_isMuchSmallerThan(residual,rhs.norm())) in jacobisvd_solve()