Home
last modified time | relevance | path

Searched refs:WithinRelMatcher (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp3406 struct WithinRelMatcher : MatcherBase<double> { struct
3407 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::WithinRelMatcher
11493 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 …]