Home
last modified time | relevance | path

Searched defs:WithinAbsMatcher (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_matchers_floating.h22 struct WithinAbsMatcher : MatcherBase<double> { struct
48 Floating::WithinAbsMatcher WithinAbs(double target, double margin); argument
Dcatch_matchers_floating.cpp83 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher
/external/catch2/single_include/catch2/
Dcatch.hpp3048 struct WithinAbsMatcher : MatcherBase<double> { struct
3053 double m_target;
3054 double m_margin;
9353 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher