Searched defs:WithinUlpsMatcher (Results 1 – 3 of 3) sorted by relevance
31 struct WithinUlpsMatcher : MatcherBase<double> { struct46 Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff); argument
100 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher
3057 struct WithinUlpsMatcher : MatcherBase<double> { struct3062 double m_target;3063 int m_ulps;3064 FloatingPointKind m_type;9396 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher