Searched refs:WithinRelMatcher (Results 1 – 1 of 1) sorted by relevance
3406 struct WithinRelMatcher : MatcherBase<double> { struct3407 WithinRelMatcher(double target, double epsilon);3424 Floating::WithinRelMatcher WithinRel(double target);3427 Floating::WithinRelMatcher WithinRel(float target);11486 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher() function in Catch::Matchers::Floating::WithinRelMatcher11493 bool WithinRelMatcher::match(double const& matchee) const { in match()11499 std::string WithinRelMatcher::describe() const { in describe()11520 return Floating::WithinRelMatcher(target, eps); in WithinRel()11523 Floating::WithinRelMatcher WithinRel(double target) { in WithinRel()11528 return Floating::WithinRelMatcher(target, eps); in WithinRel()[all …]