Lines Matching refs:TEST
131 #define TEST(expr, type, fn) TEST2(expr, type, type, fn) macro
138 TEST (cos (vfloat1), float, cos); in test_cos()
139 TEST (cos (vdouble1), double, cos); in test_cos()
140 TEST (cos (vldouble1), ldouble, cos); in test_cos()
141 TEST (cos (vint1), double, cos); in test_cos()
142 TEST (cos (vllong1), double, cos); in test_cos()
143 TEST (cos (vcfloat1), cfloat, cos); in test_cos()
144 TEST (cos (vcdouble1), cdouble, cos); in test_cos()
145 TEST (cos (vcldouble1), cldouble, cos); in test_cos()
146 TEST (cos (Vfloat1), float, cos); in test_cos()
147 TEST (cos (Vdouble1), double, cos); in test_cos()
148 TEST (cos (Vldouble1), ldouble, cos); in test_cos()
149 TEST (cos (Vint1), double, cos); in test_cos()
150 TEST (cos (Vllong1), double, cos); in test_cos()
151 TEST (cos (Vcfloat1), cfloat, cos); in test_cos()
152 TEST (cos (Vcdouble1), cdouble, cos); in test_cos()
153 TEST (cos (Vcldouble1), cldouble, cos); in test_cos()
163 TEST (fabs (vfloat1), float, fabs); in test_fabs()
164 TEST (fabs (vdouble1), double, fabs); in test_fabs()
165 TEST (fabs (vldouble1), ldouble, fabs); in test_fabs()
166 TEST (fabs (vint1), double, fabs); in test_fabs()
167 TEST (fabs (vllong1), double, fabs); in test_fabs()
168 TEST (fabs (vcfloat1), float, cabs); in test_fabs()
169 TEST (fabs (vcdouble1), double, cabs); in test_fabs()
170 TEST (fabs (vcldouble1), ldouble, cabs); in test_fabs()
171 TEST (fabs (Vfloat1), float, fabs); in test_fabs()
172 TEST (fabs (Vdouble1), double, fabs); in test_fabs()
173 TEST (fabs (Vldouble2), ldouble, fabs); in test_fabs()
176 TEST (fabs (Vint1), double, fabs); in test_fabs()
177 TEST (fabs (Vllong1), double, fabs); in test_fabs()
182 TEST (fabs (Vint4), double, fabs); in test_fabs()
183 TEST (fabs (Vllong4), double, fabs); in test_fabs()
184 TEST (fabs (Vcfloat1), float, cabs); in test_fabs()
185 TEST (fabs (Vcdouble1), double, cabs); in test_fabs()
186 TEST (fabs (Vcldouble1), ldouble, cabs); in test_fabs()
195 TEST (conj (vfloat1), cfloat, conj); in test_conj()
196 TEST (conj (vdouble1), cdouble, conj); in test_conj()
197 TEST (conj (vldouble1), cldouble, conj); in test_conj()
198 TEST (conj (vint1), cdouble, conj); in test_conj()
199 TEST (conj (vllong1), cdouble, conj); in test_conj()
200 TEST (conj (vcfloat1), cfloat, conj); in test_conj()
201 TEST (conj (vcdouble1), cdouble, conj); in test_conj()
202 TEST (conj (vcldouble1), cldouble, conj); in test_conj()
203 TEST (conj (Vfloat1), cfloat, conj); in test_conj()
204 TEST (conj (Vdouble1), cdouble, conj); in test_conj()
205 TEST (conj (Vldouble1), cldouble, conj); in test_conj()
206 TEST (conj (Vint1), cdouble, conj); in test_conj()
207 TEST (conj (Vllong1), cdouble, conj); in test_conj()
208 TEST (conj (Vcfloat1), cfloat, conj); in test_conj()
209 TEST (conj (Vcdouble1), cdouble, conj); in test_conj()
210 TEST (conj (Vcldouble1), cldouble, conj); in test_conj()
220 TEST (expm1 (vfloat1), float, expm1); in test_expm1()
221 TEST (expm1 (vdouble1), double, expm1); in test_expm1()
222 TEST (expm1 (vldouble1), ldouble, expm1); in test_expm1()
223 TEST (expm1 (vint1), double, expm1); in test_expm1()
224 TEST (expm1 (vllong1), double, expm1); in test_expm1()
225 TEST (expm1 (Vfloat1), float, expm1); in test_expm1()
226 TEST (expm1 (Vdouble1), double, expm1); in test_expm1()
227 TEST (expm1 (Vldouble1), ldouble, expm1); in test_expm1()
228 TEST (expm1 (Vint1), double, expm1); in test_expm1()
229 TEST (expm1 (Vllong1), double, expm1); in test_expm1()
257 TEST (ldexp (vfloat1, 6), float, ldexp); in test_ldexp()
258 TEST (ldexp (vdouble1, 6), double, ldexp); in test_ldexp()
259 TEST (ldexp (vldouble1, 6), ldouble, ldexp); in test_ldexp()
260 TEST (ldexp (vint1, 6), double, ldexp); in test_ldexp()
261 TEST (ldexp (vllong1, 6), double, ldexp); in test_ldexp()
262 TEST (ldexp (Vfloat1, 6), float, ldexp); in test_ldexp()
263 TEST (ldexp (Vdouble1, 6), double, ldexp); in test_ldexp()
264 TEST (ldexp (Vldouble1, 6), ldouble, ldexp); in test_ldexp()
265 TEST (ldexp (Vint1, 6), double, ldexp); in test_ldexp()
266 TEST (ldexp (Vllong1, 6), double, ldexp); in test_ldexp()
274 TEST (fn argm (arg, vfloat1), type, fnt); \
275 TEST (fn argm (arg, vdouble1), type, fnt); \
276 TEST (fn argm (arg, vint1), type, fnt); \
277 TEST (fn argm (arg, vllong1), type, fnt); \
278 TEST (fn argm (arg, Vfloat1), type, fnt); \
279 TEST (fn argm (arg, Vdouble1), type, fnt); \
280 TEST (fn argm (arg, Vint1), type, fnt); \
281 TEST (fn argm (arg, Vllong1), type, fnt);
284 TEST (fn argm (arg, vcfloat1), type, fnt); \
285 TEST (fn argm (arg, vcdouble1), type, fnt); \
286 TEST (fn argm (arg, Vcfloat1), type, fnt); \
287 TEST (fn argm (arg, Vcdouble1), type, fnt);
289 TEST (fn (vfloat1, vfloat2), float, fnt); \
290 TEST (fn (Vfloat1, vfloat2), float, fnt); \
291 TEST (fn (vfloat1, Vfloat2), float, fnt); \
292 TEST (fn (Vfloat1, Vfloat2), float, fnt); \
293 TEST (fn (vldouble1, vldouble2), ldouble, fnt); \
294 TEST (fn (Vldouble1, vldouble2), ldouble, fnt); \
295 TEST (fn (vldouble1, Vldouble2), ldouble, fnt); \
296 TEST (fn (Vldouble1, Vldouble2), ldouble, fnt); \
315 TEST (fn (vcfloat1, vfloat2), cfloat, fnt); \
316 TEST (fn (Vcfloat1, vfloat2), cfloat, fnt); \
317 TEST (fn (vcfloat1, Vfloat2), cfloat, fnt); \
318 TEST (fn (Vcfloat1, Vfloat2), cfloat, fnt); \
319 TEST (fn (vcldouble1, vldouble2), cldouble, fnt); \
320 TEST (fn (Vcldouble1, vldouble2), cldouble, fnt); \
321 TEST (fn (vcldouble1, Vldouble2), cldouble, fnt); \
322 TEST (fn (Vcldouble1, Vldouble2), cldouble, fnt); \
323 TEST (fn (vcfloat1, vfloat2), cfloat, fnt); \
324 TEST (fn (Vcfloat1, vfloat2), cfloat, fnt); \
325 TEST (fn (vcfloat1, Vfloat2), cfloat, fnt); \
326 TEST (fn (Vcfloat1, Vfloat2), cfloat, fnt); \
327 TEST (fn (vcldouble1, vldouble2), cldouble, fnt); \
328 TEST (fn (Vcldouble1, vldouble2), cldouble, fnt); \
329 TEST (fn (vcldouble1, Vldouble2), cldouble, fnt); \
330 TEST (fn (Vcldouble1, Vldouble2), cldouble, fnt); \
331 TEST (fn (vcfloat1, vcfloat2), cfloat, fnt); \
332 TEST (fn (Vcfloat1, vcfloat2), cfloat, fnt); \
333 TEST (fn (vcfloat1, Vcfloat2), cfloat, fnt); \
334 TEST (fn (Vcfloat1, Vcfloat2), cfloat, fnt); \
335 TEST (fn (vcldouble1, vcldouble2), cldouble, fnt); \
336 TEST (fn (Vcldouble1, vcldouble2), cldouble, fnt); \
337 TEST (fn (vcldouble1, Vcldouble2), cldouble, fnt); \
338 TEST (fn (Vcldouble1, Vcldouble2), cldouble, fnt); \
424 TEST (fma (vdouble1, Vdouble2, vllong3), double, fma); in test_fma_4()
425 TEST (fma (vint1, Vint2, vint3), double, fma); in test_fma_4()
426 TEST (fma (Vldouble1, vldouble2, Vldouble3), ldouble, fma); in test_fma_4()
427 TEST (fma (vldouble1, vint2, Vdouble3), ldouble, fma); in test_fma_4()