Searched defs:test_isApprox (Results 1 – 2 of 2) sorted by relevance
313 inline bool test_isApprox(const int& a, const int& b) in test_isApprox() function320 inline bool test_isApprox(const float& a, const float& b) in test_isApprox() function327 inline bool test_isApprox(const double& a, const double& b) in test_isApprox() function335 inline bool test_isApprox(const std::complex<float>& a, const std::complex<float>& b) in test_isApprox() function340 inline bool test_isApprox(const std::complex<double>& a, const std::complex<double>& b) in test_isApprox() function346 inline bool test_isApprox(const std::complex<long double>& a, const std::complex<long double>& b) in test_isApprox() function354 inline bool test_isApprox(const long double& a, const long double& b) in test_isApprox() function369 inline bool test_isApprox(const half& a, const half& b) in test_isApprox() function
121 inline bool test_isApprox(const Real& a, const Real& b) { in test_isApprox() function