Home
last modified time | relevance | path

Searched defs:test_isMuchSmallerThan (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dmain.h451 inline bool test_isMuchSmallerThan(const std::complex<float>& a, const std::complex<float>& b) in test_isMuchSmallerThan() function
456 inline bool test_isMuchSmallerThan(const std::complex<double>& a, const std::complex<double>& b) in test_isMuchSmallerThan() function
462 inline bool test_isMuchSmallerThan(const std::complex<long double>& a, const std::complex<long doub… in test_isMuchSmallerThan() function
477 inline bool test_isMuchSmallerThan(const long double& a, const long double& b) in test_isMuchSmallerThan() function
609 inline bool test_isMuchSmallerThan(const MatrixBase<Derived1>& m1, in test_isMuchSmallerThan() function
616 inline bool test_isMuchSmallerThan(const MatrixBase<Derived>& m, in test_isMuchSmallerThan() function
H A Dboostmultiprec.cpp123 inline bool test_isMuchSmallerThan(const Real& a, const Real& b) { in test_isMuchSmallerThan() function