Public Member Functions | |
WithinUlpsMatcher (double target, uint64_t ulps, FloatingPointKind baseType) | |
bool | match (double const &matchee) const override |
std::string | describe () const override |
Private Attributes | |
double | m_target |
uint64_t | m_ulps |
FloatingPointKind | m_type |