Home
last modified time | relevance | path

Searched refs:FloatingPointKind (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsnmp/tests/
H A Dcatch.hpp3379 enum class FloatingPointKind : uint8_t;
3391 WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType);
3397 FloatingPointKind m_type;
11409 enum class FloatingPointKind : uint8_t { enum
11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher()
11432 CATCH_ENFORCE(m_type == FloatingPointKind::Double
11445 case FloatingPointKind::Float: in match()
11447 case FloatingPointKind::Double: in match()
11463 if (m_type == FloatingPointKind::Float) { in describe()
11471 if (m_type == FloatingPointKind::Double) { in describe()
[all …]