Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp3439 struct WithinUlpsMatcher : MatcherBase<double> { struct
3444 double m_target;
3445 uint64_t m_ulps;
3446 FloatingPointKind m_type;
11587 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher