Searched defs:test_isMuchSmallerThan (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/ |
D | main.h | 326 inline bool test_isMuchSmallerThan(const int& a, const int& b) in test_isMuchSmallerThan() function 333 inline bool test_isMuchSmallerThan(const float& a, const float& b) in test_isMuchSmallerThan() function 340 inline bool test_isMuchSmallerThan(const double& a, const double& b) in test_isMuchSmallerThan() function 348 inline bool test_isMuchSmallerThan(const std::complex<float>& a, const std::complex<float>& b) in test_isMuchSmallerThan() function 353 inline bool test_isMuchSmallerThan(const std::complex<double>& a, const std::complex<double>& b) in test_isMuchSmallerThan() function 359 inline bool test_isMuchSmallerThan(const std::complex<long double>& a, const std::complex<long doub… in test_isMuchSmallerThan() function 374 inline bool test_isMuchSmallerThan(const long double& a, const long double& b) in test_isMuchSmallerThan() function 382 inline bool test_isMuchSmallerThan(const half& a, const half& b) in test_isMuchSmallerThan() function 513 inline bool test_isMuchSmallerThan(const MatrixBase<Derived1>& m1, in test_isMuchSmallerThan() function 520 inline bool test_isMuchSmallerThan(const MatrixBase<Derived>& m, in test_isMuchSmallerThan() function
|
D | boostmultiprec.cpp | 117 inline bool test_isMuchSmallerThan(const Real& a, const Real& b) { in test_isMuchSmallerThan() function
|