• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/tools/regression/include/tgmath/

Lines Matching refs:complex

65 	float complex (FNC ## f)(float complex x) { n_float_complex++; }\
66 double complex (FNC)(double complex x) { n_double_complex++; } \
67 long double complex \
68 (FNC ## l)(long double complex x) { n_long_double_complex++; }
71 float (FNC ## f)(float complex x) { n_float_complex++; } \
72 double (FNC)(double complex x) { n_double_complex++; } \
74 (FNC ## l)(long double complex x) { n_long_double_complex++; }
93 float complex (cpowf)(float complex x, float complex y) { n_float_complex++; }
94 double complex
95 (cpow)(double complex x, double complex y) { n_double_complex++; }
96 long double complex
97 (cpowl)(long double complex x, long double complex y)
169 long double complex ldc;
170 double complex dc;
171 float complex fc;
324 RUN_TEST(FNC(1.l), long double complex) && \
325 RUN_TEST(FNC(ld), long double complex) && \
327 RUN_TEST(FNC(1.), double complex) && \
328 RUN_TEST(FNC(d), double complex) && \
329 RUN_TEST(FNC(1l), double complex) && \
330 RUN_TEST(FNC(i), double complex) && \
331 RUN_TEST(FNC(b), double complex) && \
333 RUN_TEST(FNC(1.f), float complex) && \
334 RUN_TEST(FNC(f), float complex) && \
339 RUN_TEST(FNC(ldc), long double complex) && \
341 RUN_TEST(FNC(dc), double complex) && \
343 RUN_TEST(FNC(fc), float complex) && \
344 RUN_TEST(FNC(I), float complex) && \
359 RUN_TEST(FNC(ldc, ldc), long double complex) && \
360 RUN_TEST(FNC(ldc, dc), long double complex) && \
361 RUN_TEST(FNC(ldc, fc), long double complex) && \
362 RUN_TEST(FNC(ldc, ld), long double complex) && \
363 RUN_TEST(FNC(ldc, d), long double complex) && \
364 RUN_TEST(FNC(ldc, f), long double complex) && \
365 RUN_TEST(FNC(ldc, i), long double complex) && \
366 RUN_TEST(FNC(dc, ldc), long double complex) && \
367 RUN_TEST(FNC(I, ldc), long double complex) && \
368 RUN_TEST(FNC(1.l, ldc), long double complex) && \
369 RUN_TEST(FNC(1., ldc), long double complex) && \
370 RUN_TEST(FNC(1.f, ldc), long double complex) && \
371 RUN_TEST(FNC(1, ldc), long double complex) && \
372 RUN_TEST(FNC(ld, dc), long double complex) && \
373 RUN_TEST(FNC(ld, fc), long double complex) && \
374 RUN_TEST(FNC(I, 1.l), long double complex) && \
375 RUN_TEST(FNC(dc, 1.l), long double complex) && \
377 RUN_TEST(FNC(dc, dc), double complex) && \
378 RUN_TEST(FNC(dc, fc), double complex) && \
379 RUN_TEST(FNC(dc, d), double complex) && \
380 RUN_TEST(FNC(dc, f), double complex) && \
381 RUN_TEST(FNC(dc, ull), double complex) && \
382 RUN_TEST(FNC(I, dc), double complex) && \
383 RUN_TEST(FNC(1., dc), double complex) && \
384 RUN_TEST(FNC(1, dc), double complex) && \
385 RUN_TEST(FNC(fc, d), double complex) && \
386 RUN_TEST(FNC(1, I), double complex) && \
388 RUN_TEST(FNC(fc, fc), float complex) && \
389 RUN_TEST(FNC(fc, I), float complex) && \
390 RUN_TEST(FNC(1.f, fc), float complex) && \