Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3390 struct WithinUlpsMatcher : MatcherBase<double> { struct
3395 double m_target;
3396 uint64_t m_ulps;
3397 FloatingPointKind m_type;
11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher