Searched refs:testboth (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/regress/lib/libm/msun/ |
| H A D | next_test.c | 61 #define testboth(arg1, arg2, ans, ex, prec) do { \ macro 66 testboth((arg1), (arg2), (ans), (ex), ); \ 67 testboth((arg1), (arg2), (ans), (ex), f); \ 68 testboth((arg1), (arg2), (ans), (ex), l); \ 148 testboth(1.0, 2.0, 1.0 + DBL_EPSILON, 0, ); in ATF_TC_BODY() 149 testboth(1.0, -INFINITY, 1.0 - DBL_EPSILON / 2, 0, ); in ATF_TC_BODY() 150 testboth(1.0, 2.0, 1.0 + FLT_EPSILON, 0, f); in ATF_TC_BODY() 151 testboth(1.0, -INFINITY, 1.0 - FLT_EPSILON / 2, 0, f); in ATF_TC_BODY() 152 testboth(1.0, 2.0, 1.0 + ldbl_eps, 0, l); in ATF_TC_BODY() 153 testboth(1.0, -INFINITY, 1.0 - ldbl_eps / 2, 0, l); in ATF_TC_BODY() [all …]
|