Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3396 uint64_t m_ulps; member
11431 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } { in WithinUlpsMatcher()
11433 || m_ulps < (std::numeric_limits<uint32_t>::max)(),
11446 … return almostEqualUlps<float>(static_cast<float>(matchee), static_cast<float>(m_target), m_ulps); in match()
11448 return almostEqualUlps<double>(matchee, m_target, m_ulps); in match()
11461 ret << "is within " << m_ulps << " ULPs of "; in describe()
11472 write(ret, step(m_target, static_cast<double>(-INFINITY), m_ulps)); in describe()
11474 write(ret, step(m_target, static_cast<double>( INFINITY), m_ulps)); in describe()
11477 write(ret, step(static_cast<float>(m_target), static_cast<float>(-INFINITY), m_ulps)); in describe()
11479 write(ret, step(static_cast<float>(m_target), static_cast<float>( INFINITY), m_ulps)); in describe()