1 #include "compat-common.h"
3 #include "fp-struct-defs.h"
4 #include "fp-struct-check.h"
5 #include "fp-struct-test-by-value-x.h"
8 DEFS(cf
, _Complex
float)
9 CHECKS(cf
, _Complex
float)
11 TEST(Scf1
, _Complex
float)
12 TEST(Scf2
, _Complex
float)
13 TEST(Scf3
, _Complex
float)
14 TEST(Scf4
, _Complex
float)
15 TEST(Scf5
, _Complex
float)
16 TEST(Scf6
, _Complex
float)
17 TEST(Scf7
, _Complex
float)
18 TEST(Scf8
, _Complex
float)
19 TEST(Scf9
, _Complex
float)
20 TEST(Scf10
, _Complex
float)
21 TEST(Scf11
, _Complex
float)
22 TEST(Scf12
, _Complex
float)
28 struct_by_value_16_x ()
32 #define T(TYPE, MTYPE) testit##TYPE ();
35 T(Scf1
, _Complex
float)
36 T(Scf2
, _Complex
float)
37 T(Scf3
, _Complex
float)
38 T(Scf4
, _Complex
float)
39 T(Scf5
, _Complex
float)
40 T(Scf6
, _Complex
float)
41 T(Scf7
, _Complex
float)
42 T(Scf8
, _Complex
float)
43 T(Scf9
, _Complex
float)
44 T(Scf10
, _Complex
float)
45 T(Scf11
, _Complex
float)
46 T(Scf12
, _Complex
float)