Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_matchers_floating.h28 struct WithinUlpsMatcher : MatcherBase<double> { struct
57 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff); argument
Dcatch_matchers_floating.cpp127 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher
/external/libabigail/tests/lib/
Dcatch.hpp3434 struct WithinUlpsMatcher : MatcherBase<double> { struct
3439 double m_target;
3440 uint64_t m_ulps;
3441 FloatingPointKind m_type;
11522 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher
/external/catch2/single_include/catch2/
Dcatch.hpp3408 struct WithinUlpsMatcher : MatcherBase<double> { struct
3413 double m_target;
3414 uint64_t m_ulps;
3415 FloatingPointKind m_type;
11460 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher