Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dlibm-test-support.c575 #define ULPDIFF(given, expected) \ macro
684 ulps = ULPDIFF (computed, expected); in check_float_internal()
1095 ulps = ULPDIFF (value, 0); in check_ulp()
1106 ulps = ULPDIFF (value, 10); in check_ulp()
1115 ulps = ULPDIFF (value, 10); in check_ulp()
1125 ulps = ULPDIFF (value, 10); in check_ulp()
/glibc-2.36/ChangeLog.old/
DChangeLog.189399 (ULPDIFF): Likewise.
10239 (ULPDIFF): Likewise.
66292 (ULPDIFF): Define.
66294 (check_float_internal): Use ULPDIFF.