Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_matchers_floating.h44 struct WithinRelMatcher : MatcherBase<double> { struct
60 Floating::WithinRelMatcher WithinRel(double target, double eps); argument
Dcatch_matchers_floating.cpp183 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher() function in Catch::Matchers::Floating::WithinRelMatcher
/external/libabigail/tests/lib/
Dcatch.hpp3450 struct WithinRelMatcher : MatcherBase<double> { struct
3455 double m_target;
3456 double m_epsilon;
11578 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher() function in Catch::Matchers::Floating::WithinRelMatcher
/external/catch2/single_include/catch2/
Dcatch.hpp3424 struct WithinRelMatcher : MatcherBase<double> { struct
3429 double m_target;
3430 double m_epsilon;
11516 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher() function in Catch::Matchers::Floating::WithinRelMatcher