Symbol: RUN_TEST
tools/regression/include/tgmath/tgmath.c
189
RUN_TEST(FNC(1.l), long double) && \
tools/regression/include/tgmath/tgmath.c
190
RUN_TEST(FNC(ld), long double) && \
tools/regression/include/tgmath/tgmath.c
192
RUN_TEST(FNC(1.), double) && \
tools/regression/include/tgmath/tgmath.c
193
RUN_TEST(FNC(d), double) && \
tools/regression/include/tgmath/tgmath.c
194
RUN_TEST(FNC(1ull), double) && \
tools/regression/include/tgmath/tgmath.c
195
RUN_TEST(FNC(ull), double) && \
tools/regression/include/tgmath/tgmath.c
196
RUN_TEST(FNC(1), double) && \
tools/regression/include/tgmath/tgmath.c
197
RUN_TEST(FNC(i), double) && \
tools/regression/include/tgmath/tgmath.c
198
RUN_TEST(FNC((_Bool)0), double) && \
tools/regression/include/tgmath/tgmath.c
199
RUN_TEST(FNC(b), double) && \
tools/regression/include/tgmath/tgmath.c
201
RUN_TEST(FNC(1.f), float) && \
tools/regression/include/tgmath/tgmath.c
202
RUN_TEST(FNC(f), float) && \
tools/regression/include/tgmath/tgmath.c
207
RUN_TEST(FNC(1.l), RET) && \
tools/regression/include/tgmath/tgmath.c
208
RUN_TEST(FNC(ld), RET) && \
tools/regression/include/tgmath/tgmath.c
210
RUN_TEST(FNC(1.), RET) && \
tools/regression/include/tgmath/tgmath.c
211
RUN_TEST(FNC(d), RET) && \
tools/regression/include/tgmath/tgmath.c
212
RUN_TEST(FNC(1ull), RET) && \
tools/regression/include/tgmath/tgmath.c
213
RUN_TEST(FNC(ull), RET) && \
tools/regression/include/tgmath/tgmath.c
214
RUN_TEST(FNC(1), RET) && \
tools/regression/include/tgmath/tgmath.c
215
RUN_TEST(FNC(i), RET) && \
tools/regression/include/tgmath/tgmath.c
216
RUN_TEST(FNC((_Bool)0), RET) && \
tools/regression/include/tgmath/tgmath.c
217
RUN_TEST(FNC(b), RET) && \
tools/regression/include/tgmath/tgmath.c
219
RUN_TEST(FNC(1.f), RET) && \
tools/regression/include/tgmath/tgmath.c
220
RUN_TEST(FNC(f), RET) && \
tools/regression/include/tgmath/tgmath.c
225
RUN_TEST(FNC(1.l, ARG2), long double) && \
tools/regression/include/tgmath/tgmath.c
226
RUN_TEST(FNC(ld, ARG2), long double) && \
tools/regression/include/tgmath/tgmath.c
228
RUN_TEST(FNC(1., ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
229
RUN_TEST(FNC(d, ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
230
RUN_TEST(FNC(1ull, ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
231
RUN_TEST(FNC(ull, ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
232
RUN_TEST(FNC(1, ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
233
RUN_TEST(FNC(i, ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
234
RUN_TEST(FNC((_Bool)0, ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
235
RUN_TEST(FNC(b, ARG2), double) && \
tools/regression/include/tgmath/tgmath.c
237
RUN_TEST(FNC(1.f, ARG2), float) && \
tools/regression/include/tgmath/tgmath.c
238
RUN_TEST(FNC(f, ARG2), float) && \
tools/regression/include/tgmath/tgmath.c
243
RUN_TEST(FNC(1.l, 1.l), long double) && \
tools/regression/include/tgmath/tgmath.c
244
RUN_TEST(FNC(1.l, 1.), long double) && \
tools/regression/include/tgmath/tgmath.c
245
RUN_TEST(FNC(1.l, 1.f), long double) && \
tools/regression/include/tgmath/tgmath.c
246
RUN_TEST(FNC(1.l, 1), long double) && \
tools/regression/include/tgmath/tgmath.c
247
RUN_TEST(FNC(1.l, (_Bool)0), long double) && \
tools/regression/include/tgmath/tgmath.c
248
RUN_TEST(FNC(1.l, ld), long double) && \
tools/regression/include/tgmath/tgmath.c
249
RUN_TEST(FNC(1., ld), long double) && \
tools/regression/include/tgmath/tgmath.c
250
RUN_TEST(FNC(1.f, ld), long double) && \
tools/regression/include/tgmath/tgmath.c
251
RUN_TEST(FNC(1, ld), long double) && \
tools/regression/include/tgmath/tgmath.c
252
RUN_TEST(FNC((_Bool)0, ld), long double) && \
tools/regression/include/tgmath/tgmath.c
254
RUN_TEST(FNC(d, 1.), double) && \
tools/regression/include/tgmath/tgmath.c
255
RUN_TEST(FNC(d, 1.f), double) && \
tools/regression/include/tgmath/tgmath.c
256
RUN_TEST(FNC(d, 1l), double) && \
tools/regression/include/tgmath/tgmath.c
257
RUN_TEST(FNC(d, (_Bool)0), double) && \
tools/regression/include/tgmath/tgmath.c
258
RUN_TEST(FNC(1., 1.), double) && \
tools/regression/include/tgmath/tgmath.c
259
RUN_TEST(FNC(1.f, 1.), double) && \
tools/regression/include/tgmath/tgmath.c
260
RUN_TEST(FNC(1l, 1.), double) && \
tools/regression/include/tgmath/tgmath.c
261
RUN_TEST(FNC((_Bool)0, 1.), double) && \
tools/regression/include/tgmath/tgmath.c
262
RUN_TEST(FNC(1ull, f), double) && \
tools/regression/include/tgmath/tgmath.c
263
RUN_TEST(FNC(1.f, ull), double) && \
tools/regression/include/tgmath/tgmath.c
264
RUN_TEST(FNC(1, 1l), double) && \
tools/regression/include/tgmath/tgmath.c
265
RUN_TEST(FNC(1u, i), double) && \
tools/regression/include/tgmath/tgmath.c
266
RUN_TEST(FNC((_Bool)0, 1.f), double) && \
tools/regression/include/tgmath/tgmath.c
267
RUN_TEST(FNC(1.f, b), double) && \
tools/regression/include/tgmath/tgmath.c
269
RUN_TEST(FNC(1.f, 1.f), float) && \
tools/regression/include/tgmath/tgmath.c
270
RUN_TEST(FNC(1.f, 1.f), float) && \
tools/regression/include/tgmath/tgmath.c
271
RUN_TEST(FNC(f, 1.f), float) && \
tools/regression/include/tgmath/tgmath.c
272
RUN_TEST(FNC(f, f), float) && \
tools/regression/include/tgmath/tgmath.c
277
RUN_TEST(FNC(1.l, 1.l, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
278
RUN_TEST(FNC(1.l, 1., ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
279
RUN_TEST(FNC(1.l, 1.f, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
280
RUN_TEST(FNC(1.l, 1, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
281
RUN_TEST(FNC(1.l, (_Bool)0, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
282
RUN_TEST(FNC(1.l, ld, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
283
RUN_TEST(FNC(1., ld, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
284
RUN_TEST(FNC(1.f, ld, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
285
RUN_TEST(FNC(1, ld, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
286
RUN_TEST(FNC((_Bool)0, ld, ARG3), long double) && \
tools/regression/include/tgmath/tgmath.c
288
RUN_TEST(FNC(d, 1., ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
289
RUN_TEST(FNC(d, 1.f, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
290
RUN_TEST(FNC(d, 1l, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
291
RUN_TEST(FNC(d, (_Bool)0, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
292
RUN_TEST(FNC(1., 1., ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
293
RUN_TEST(FNC(1.f, 1., ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
294
RUN_TEST(FNC(1l, 1., ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
295
RUN_TEST(FNC((_Bool)0, 1., ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
296
RUN_TEST(FNC(1ull, f, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
297
RUN_TEST(FNC(1.f, ull, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
298
RUN_TEST(FNC(1, 1l, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
299
RUN_TEST(FNC(1u, i, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
300
RUN_TEST(FNC((_Bool)0, 1.f, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
301
RUN_TEST(FNC(1.f, b, ARG3), double) && \
tools/regression/include/tgmath/tgmath.c
303
RUN_TEST(FNC(1.f, 1.f, ARG3), float) && \
tools/regression/include/tgmath/tgmath.c
304
RUN_TEST(FNC(1.f, 1.f, ARG3), float) && \
tools/regression/include/tgmath/tgmath.c
305
RUN_TEST(FNC(f, 1.f, ARG3), float) && \
tools/regression/include/tgmath/tgmath.c
306
RUN_TEST(FNC(f, f, ARG3), float) && \
tools/regression/include/tgmath/tgmath.c
311
RUN_TEST(FNC(ld, d, f), long double) && \
tools/regression/include/tgmath/tgmath.c
312
RUN_TEST(FNC(1, ld, ld), long double) && \
tools/regression/include/tgmath/tgmath.c
313
RUN_TEST(FNC(1, d, ld), long double) && \
tools/regression/include/tgmath/tgmath.c
315
RUN_TEST(FNC(1, f, 1.f), double) && \
tools/regression/include/tgmath/tgmath.c
316
RUN_TEST(FNC(f, d, 1.f), double) && \
tools/regression/include/tgmath/tgmath.c
317
RUN_TEST(FNC(f, 1.f, 1.), double) && \
tools/regression/include/tgmath/tgmath.c
319
RUN_TEST(FNC(f, 1.f, f), float) && \
tools/regression/include/tgmath/tgmath.c
324
RUN_TEST(FNC(1.l), long double complex) && \
tools/regression/include/tgmath/tgmath.c
325
RUN_TEST(FNC(ld), long double complex) && \
tools/regression/include/tgmath/tgmath.c
327
RUN_TEST(FNC(1.), double complex) && \
tools/regression/include/tgmath/tgmath.c
328
RUN_TEST(FNC(d), double complex) && \
tools/regression/include/tgmath/tgmath.c
329
RUN_TEST(FNC(1l), double complex) && \
tools/regression/include/tgmath/tgmath.c
330
RUN_TEST(FNC(i), double complex) && \
tools/regression/include/tgmath/tgmath.c
331
RUN_TEST(FNC(b), double complex) && \
tools/regression/include/tgmath/tgmath.c
333
RUN_TEST(FNC(1.f), float complex) && \
tools/regression/include/tgmath/tgmath.c
334
RUN_TEST(FNC(f), float complex) && \
tools/regression/include/tgmath/tgmath.c
339
RUN_TEST(FNC(ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
341
RUN_TEST(FNC(dc), double complex) && \
tools/regression/include/tgmath/tgmath.c
343
RUN_TEST(FNC(fc), float complex) && \
tools/regression/include/tgmath/tgmath.c
344
RUN_TEST(FNC(I), float complex) && \
tools/regression/include/tgmath/tgmath.c
349
RUN_TEST(FNC(ldc), long double) && \
tools/regression/include/tgmath/tgmath.c
351
RUN_TEST(FNC(dc), double) && \
tools/regression/include/tgmath/tgmath.c
353
RUN_TEST(FNC(fc), float) && \
tools/regression/include/tgmath/tgmath.c
354
RUN_TEST(FNC(I), float) && \
tools/regression/include/tgmath/tgmath.c
359
RUN_TEST(FNC(ldc, ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
360
RUN_TEST(FNC(ldc, dc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
361
RUN_TEST(FNC(ldc, fc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
362
RUN_TEST(FNC(ldc, ld), long double complex) && \
tools/regression/include/tgmath/tgmath.c
363
RUN_TEST(FNC(ldc, d), long double complex) && \
tools/regression/include/tgmath/tgmath.c
364
RUN_TEST(FNC(ldc, f), long double complex) && \
tools/regression/include/tgmath/tgmath.c
365
RUN_TEST(FNC(ldc, i), long double complex) && \
tools/regression/include/tgmath/tgmath.c
366
RUN_TEST(FNC(dc, ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
367
RUN_TEST(FNC(I, ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
368
RUN_TEST(FNC(1.l, ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
369
RUN_TEST(FNC(1., ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
370
RUN_TEST(FNC(1.f, ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
371
RUN_TEST(FNC(1, ldc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
372
RUN_TEST(FNC(ld, dc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
373
RUN_TEST(FNC(ld, fc), long double complex) && \
tools/regression/include/tgmath/tgmath.c
374
RUN_TEST(FNC(I, 1.l), long double complex) && \
tools/regression/include/tgmath/tgmath.c
375
RUN_TEST(FNC(dc, 1.l), long double complex) && \
tools/regression/include/tgmath/tgmath.c
377
RUN_TEST(FNC(dc, dc), double complex) && \
tools/regression/include/tgmath/tgmath.c
378
RUN_TEST(FNC(dc, fc), double complex) && \
tools/regression/include/tgmath/tgmath.c
379
RUN_TEST(FNC(dc, d), double complex) && \
tools/regression/include/tgmath/tgmath.c
380
RUN_TEST(FNC(dc, f), double complex) && \
tools/regression/include/tgmath/tgmath.c
381
RUN_TEST(FNC(dc, ull), double complex) && \
tools/regression/include/tgmath/tgmath.c
382
RUN_TEST(FNC(I, dc), double complex) && \
tools/regression/include/tgmath/tgmath.c
383
RUN_TEST(FNC(1., dc), double complex) && \
tools/regression/include/tgmath/tgmath.c
384
RUN_TEST(FNC(1, dc), double complex) && \
tools/regression/include/tgmath/tgmath.c
385
RUN_TEST(FNC(fc, d), double complex) && \
tools/regression/include/tgmath/tgmath.c
386
RUN_TEST(FNC(1, I), double complex) && \
tools/regression/include/tgmath/tgmath.c
388
RUN_TEST(FNC(fc, fc), float complex) && \
tools/regression/include/tgmath/tgmath.c
389
RUN_TEST(FNC(fc, I), float complex) && \
tools/regression/include/tgmath/tgmath.c
390
RUN_TEST(FNC(1.f, fc), float complex) && \