Lines Matching refs:testall0
73 #define testall0(x, result, exceptmask, excepts) do { \ macro
99 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
104 testall0(NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
108 testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
112 testall0(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
114 testall0(-1.0, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
118 testall0(0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY()
119 testall0(-0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY()
157 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
169 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
173 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()