Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_matchers_floating.h19 struct WithinAbsMatcher : MatcherBase<double> { struct
25 double m_margin;
Dcatch_matchers_floating.cpp110 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher
/external/libabigail/tests/lib/
Dcatch.hpp3425 struct WithinAbsMatcher : MatcherBase<double> { struct
3430 double m_target;
3431 double m_margin;
11506 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher
/external/catch2/single_include/catch2/
Dcatch.hpp3399 struct WithinAbsMatcher : MatcherBase<double> { struct
3404 double m_target;
3405 double m_margin;
11444 WithinAbsMatcher::WithinAbsMatcher(double target, double margin) in WithinAbsMatcher() function in Catch::Matchers::Floating::WithinAbsMatcher