Lines Matching full:complex

63 	float complex (FNC ## f)(float complex x) { n_float_complex++; }\
64 double complex (FNC)(double complex x) { n_double_complex++; } \
65 long double complex \
66 (FNC ## l)(long double complex x) { n_long_double_complex++; }
69 float (FNC ## f)(float complex x) { n_float_complex++; } \
70 double (FNC)(double complex x) { n_double_complex++; } \
72 (FNC ## l)(long double complex x) { n_long_double_complex++; }
91 float complex (cpowf)(float complex x, float complex y) { n_float_complex++; } in TGMACRO()
92 double complex in complex() function
93 (cpow)(double complex x, double complex y) { n_double_complex++; } in complex()
94 long double complex in complex() function
95 (cpowl)(long double complex x, long double complex y) in complex()
167 long double complex ldc;
168 double complex dc;
169 float complex fc;
322 RUN_TEST(FNC(1.l), long double complex) && \
323 RUN_TEST(FNC(ld), long double complex) && \
325 RUN_TEST(FNC(1.), double complex) && \
326 RUN_TEST(FNC(d), double complex) && \
327 RUN_TEST(FNC(1l), double complex) && \
328 RUN_TEST(FNC(i), double complex) && \
329 RUN_TEST(FNC(b), double complex) && \
331 RUN_TEST(FNC(1.f), float complex) && \
332 RUN_TEST(FNC(f), float complex) && \
337 RUN_TEST(FNC(ldc), long double complex) && \
339 RUN_TEST(FNC(dc), double complex) && \
341 RUN_TEST(FNC(fc), float complex) && \
342 RUN_TEST(FNC(I), float complex) && \
357 RUN_TEST(FNC(ldc, ldc), long double complex) && \
358 RUN_TEST(FNC(ldc, dc), long double complex) && \
359 RUN_TEST(FNC(ldc, fc), long double complex) && \
360 RUN_TEST(FNC(ldc, ld), long double complex) && \
361 RUN_TEST(FNC(ldc, d), long double complex) && \
362 RUN_TEST(FNC(ldc, f), long double complex) && \
363 RUN_TEST(FNC(ldc, i), long double complex) && \
364 RUN_TEST(FNC(dc, ldc), long double complex) && \
365 RUN_TEST(FNC(I, ldc), long double complex) && \
366 RUN_TEST(FNC(1.l, ldc), long double complex) && \
367 RUN_TEST(FNC(1., ldc), long double complex) && \
368 RUN_TEST(FNC(1.f, ldc), long double complex) && \
369 RUN_TEST(FNC(1, ldc), long double complex) && \
370 RUN_TEST(FNC(ld, dc), long double complex) && \
371 RUN_TEST(FNC(ld, fc), long double complex) && \
372 RUN_TEST(FNC(I, 1.l), long double complex) && \
373 RUN_TEST(FNC(dc, 1.l), long double complex) && \
375 RUN_TEST(FNC(dc, dc), double complex) && \
376 RUN_TEST(FNC(dc, fc), double complex) && \
377 RUN_TEST(FNC(dc, d), double complex) && \
378 RUN_TEST(FNC(dc, f), double complex) && \
379 RUN_TEST(FNC(dc, ull), double complex) && \
380 RUN_TEST(FNC(I, dc), double complex) && \
381 RUN_TEST(FNC(1., dc), double complex) && \
382 RUN_TEST(FNC(1, dc), double complex) && \
383 RUN_TEST(FNC(fc, d), double complex) && \
384 RUN_TEST(FNC(1, I), double complex) && \
386 RUN_TEST(FNC(fc, fc), float complex) && \
387 RUN_TEST(FNC(fc, I), float complex) && \
388 RUN_TEST(FNC(1.f, fc), float complex) && \