Searched defs:WithinUlpsMatcher (Results 1 – 1 of 1) sorted by relevance
3390 struct WithinUlpsMatcher : MatcherBase<double> { struct3395 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