Searched refs:ulps (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_parser_l.l | 128 QOS_ULPS_START qos\-ulps 129 QOS_ULPS_END end\-qos\-ulps
|
| /freebsd/contrib/arm-optimized-routines/math/test/ |
| H A D | mathtest.c | 982 void print_ulps_helper(const char *name, long long ulps, char** failp) { in print_ulps_helper() argument 983 if(ulps == LLONG_MAX) { in print_ulps_helper() 986 *failp += sprintf(*failp, " %s=%.3f", name, (double)ulps / ULPUNIT); in print_ulps_helper()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 3391 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()
|