Lines Matching refs:testall

77 #define	testall(x, result, exceptmask, excepts, checksign)	do {	\
102 testall(0.0, 1.0, ALL_STD_EXCEPT, 0, 1);
103 testall(-0.0, 1.0, ALL_STD_EXCEPT, 0, 1);
104 testall(CMPLXL(0.0, -0.0), CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, 1);
105 testall(CMPLXL(-0.0, -0.0), CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, 1);
121 testall(CMPLXL(finites[i], NAN), CMPLXL(NAN, NAN),
126 testall(CMPLXL(NAN, finites[i]), CMPLXL(NAN, NAN),
131 testall(CMPLXL(NAN, 0.0), CMPLXL(NAN, 0.0), ALL_STD_EXCEPT, 0, 1);
132 testall(CMPLXL(NAN, -0.0), CMPLXL(NAN, -0.0), ALL_STD_EXCEPT, 0, 1);
135 testall(CMPLXL(INFINITY, NAN), CMPLXL(INFINITY, NAN),
138 testall(CMPLXL(-INFINITY, NAN), CMPLXL(0.0, 0.0),
141 testall(CMPLXL(NAN, NAN), CMPLXL(NAN, NAN),
153 testall(CMPLXL(finites[i], INFINITY), CMPLXL(NAN, NAN),
158 testall(CMPLXL(-INFINITY, M_PI_4), CMPLXL(0.0, 0.0),
160 testall(CMPLXL(-INFINITY, 3 * M_PI_4), CMPLXL(-0.0, 0.0),
162 testall(CMPLXL(-INFINITY, 5 * M_PI_4), CMPLXL(-0.0, -0.0),
164 testall(CMPLXL(-INFINITY, 7 * M_PI_4), CMPLXL(0.0, -0.0),
166 testall(CMPLXL(-INFINITY, 0.0), CMPLXL(0.0, 0.0),
168 testall(CMPLXL(-INFINITY, -0.0), CMPLXL(0.0, -0.0),
172 testall(CMPLXL(INFINITY, M_PI_4), CMPLXL(INFINITY, INFINITY),
174 testall(CMPLXL(INFINITY, 3 * M_PI_4), CMPLXL(-INFINITY, INFINITY),
176 testall(CMPLXL(INFINITY, 5 * M_PI_4), CMPLXL(-INFINITY, -INFINITY),
178 testall(CMPLXL(INFINITY, 7 * M_PI_4), CMPLXL(INFINITY, -INFINITY),
181 testall(CMPLXL(INFINITY, 0.0), CMPLXL(INFINITY, 0.0),
183 testall(CMPLXL(INFINITY, -0.0), CMPLXL(INFINITY, -0.0),