Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_matchers_floating.h31 struct WithinUlpsMatcher : MatcherBase<double> { struct
46 Floating::WithinUlpsMatcher WithinULP(double target, int maxUlpDiff); argument
Dcatch_matchers_floating.cpp100 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher
/external/catch2/single_include/catch2/
Dcatch.hpp3057 struct WithinUlpsMatcher : MatcherBase<double> { struct
3062 double m_target;
3063 int m_ulps;
3064 FloatingPointKind m_type;
9396 WithinUlpsMatcher::WithinUlpsMatcher(double target, int ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher