Searched defs:WithinUlpsMatcher (Results 1 – 4 of 4) sorted by relevance
28 struct WithinUlpsMatcher : MatcherBase<double> { struct57 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff); argument
127 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher
3434 struct WithinUlpsMatcher : MatcherBase<double> { struct3439 double m_target;3440 uint64_t m_ulps;3441 FloatingPointKind m_type;11522 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher
3408 struct WithinUlpsMatcher : MatcherBase<double> { struct3413 double m_target;3414 uint64_t m_ulps;3415 FloatingPointKind m_type;11460 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher