Searched refs:atf_variant (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | test-utils.h | 147 #define _fpequal_cs(atf_variant, x, y, checksign) do { \ argument 150 ATF_##atf_variant##_MSG(fpequal_cs(_x, _y, checksign), \ 154 #define _fpequal_tol(atf_variant, x, y, tol, flags) do { \ argument 159 ATF_##atf_variant##_MSG(eq, \ 172 #define _cfpequal_cs(atf_variant, x, y, checksign) do { \ argument 178 ATF_##atf_variant##_MSG(equal_cs, \ 183 #define _cfpequal_tol(atf_variant, x, y, tol, flags) do { \ argument 188 ATF_##atf_variant##_MSG(equal_tol, \ 193 #define _fp_exceptions(atf_variant, excepts, exceptmask) \ argument 194 ATF_##atf_variant##_EQ_MSG((excepts), fetestexcept(exceptmask), \ [all …]
|