Lines Matching refs:testall1
86 #define testall1(x, result, exceptmask, excepts) do { \ macro
100 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
101 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
105 testall1(NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
109 testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
113 testall1(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
115 testall1(-1.5, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
120 testall1(-1.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY()
167 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
170 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
174 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
176 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()