Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDosm_qos_parser_l.l128 QOS_ULPS_START qos\-ulps
129 QOS_ULPS_END end\-qos\-ulps
/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp3391 WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType);
11430 WithinUlpsMatcher::WithinUlpsMatcher(double target, uint64_t ulps, FloatingPointKind baseType) in WithinUlpsMatcher() argument
11431 :m_target{ target }, m_ulps{ ulps }, m_type{ baseType } { in WithinUlpsMatcher()