Searched refs:WithinUlpsMatcher (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 3390 struct WithinUlpsMatcher : MatcherBase<double> { struct 3391 WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType); 3419 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff); 3420 Floating::WithinUlpsMatcher WithinULP(float target, uint64_t maxUlpDiff); 11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() function in Catch::Matchers::Floating::WithinUlpsMatcher 11443 bool WithinUlpsMatcher::match(double const& matchee) const { in match() 11458 std::string WithinUlpsMatcher::describe() const { in describe() 11507 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff) { in WithinULP() 11508 return Floating::WithinUlpsMatcher(target, maxUlpDiff, Floating::FloatingPointKind::Double); in WithinULP() 11511 Floating::WithinUlpsMatcher WithinULP(float target, uint64_t maxUlpDiff) { in WithinULP() [all …]
|