Searched refs:ulps (Results 1 – 2 of 2) sorted by relevance
128 QOS_ULPS_START qos\-ulps129 QOS_ULPS_END end\-qos\-ulps
3391 WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType);11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() argument11431 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } { in WithinUlpsMatcher()