Searched defs:WithinUlpsMatcher (Results 1 – 1 of 1) sorted by relevance
3439 struct WithinUlpsMatcher : MatcherBase<double> { struct3444 double m_target;3445 uint64_t m_ulps;3446 FloatingPointKind m_type;11587 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher