Home | History | Annotate | Download | only in ltrace.main

Lines Matching refs:struct

22     struct(double) func_dbl_eqv(struct(double), struct(struct(double)), struct(struct(struct(double))), struct(struct(struct(struct(double)))));
23 struct(float) func_flt_eqv(struct(float), struct(struct(float)), struct(struct(struct(float))), struct(struct(struct(struct(float)))));
25 struct(float,struct(float)) func_hfa_f2(struct(float,struct(float)));
26 struct(float,struct(float,struct(float))) func_hfa_f3(struct(float,struct(float,struct(float))));
27 struct(float,struct(float,struct(float,struct(float)))) func_hfa_f4(struct(float,struct(float,struct(float,struct(float)))));
28 struct(float,struct(float,struct(float,struct(float,struct(float))))) func_hfa_f5(struct(float,struct(float,struct(float,struct(float,struct(float))))));
29 struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))) func_hfa_f6(struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))));
30 struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float))))))) func_hfa_f7(struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float))))))));
31 struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))))) func_hfa_f8(struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))))));
32 struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float))))))))) func_hfa_f9(struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float))))))))));
33 struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))))))) func_hfa_f10(struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))))))));
34 struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float))))))))))) func_hfa_f11(struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float))))))))))));
35 struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))))))))) func_hfa_f12(struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float,struct(float)))))))))))));
37 struct(double,struct(double)) func_hfa_d2(struct(double,struct(double)));
38 struct(double,struct(double,struct(double))) func_hfa_d3(struct(double,struct(double,struct(double))));
39 struct(double,struct(double,struct(double,struct(double)))) func_hfa_d4(struct(double,struct(double,struct(double,struct(double)))));
40 struct(double,struct(double,struct(double,struct(double,struct(double))))) func_hfa_d5(struct(double,struct(double,struct(double,struct(double,struct(double))))));
41 struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))) func_hfa_d6(struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))));
42 struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double))))))) func_hfa_d7(struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double))))))));
43 struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))))) func_hfa_d8(struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))))));
44 struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double))))))))) func_hfa_d9(struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double))))))))));
45 struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))))))) func_hfa_d10(struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))))))));
46 struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double))))))))))) func_hfa_d11(struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double))))))))))));
47 struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))))))))) func_hfa_d12(struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double,struct(double)))))))))))));
49 struct dbl_eqv1 { double d; };
50 struct dbl_eqv2 { struct dbl_eqv1 d; };
51 struct dbl_eqv3 { struct dbl_eqv2 d; };
52 struct dbl_eqv4 { struct dbl_eqv3 d; };
54 struct flt_eqv1 { float d; };
55 struct flt_eqv2 { struct flt_eqv1 d; };
56 struct flt_eqv3 { struct flt_eqv2 d; };
57 struct flt_eqv4 { struct flt_eqv3 d; };
59 struct struct_hfa_f2 { float a; struct flt_eqv1 b; };
60 struct struct_hfa_f3 { float a; struct struct_hfa_f2 b; };
61 struct struct_hfa_f4 { float a; struct struct_hfa_f3 b; };
62 struct struct_hfa_f5 { float a; struct struct_hfa_f4 b; };
63 struct struct_hfa_f6 { float a; struct struct_hfa_f5 b; };
64 struct struct_hfa_f7 { float a; struct struct_hfa_f6 b; };
65 struct struct_hfa_f8 { float a; struct struct_hfa_f7 b; };
66 struct struct_hfa_f9 { float a; struct struct_hfa_f8 b; };
67 struct struct_hfa_f10 { float a; struct struct_hfa_f9 b; };
68 struct struct_hfa_f11 { float a; struct struct_hfa_f10 b; };
69 struct struct_hfa_f12 { float a; struct struct_hfa_f11 b; };
71 struct struct_hfa_d2 { double a; struct dbl_eqv1 b; };
72 struct struct_hfa_d3 { double a; struct struct_hfa_d2 b; };
73 struct struct_hfa_d4 { double a; struct struct_hfa_d3 b; };
74 struct struct_hfa_d5 { double a; struct struct_hfa_d4 b; };
75 struct struct_hfa_d6 { double a; struct struct_hfa_d5 b; };
76 struct struct_hfa_d7 { double a; struct struct_hfa_d6 b; };
77 struct struct_hfa_d8 { double a; struct struct_hfa_d7 b; };
78 struct struct_hfa_d9 { double a; struct struct_hfa_d8 b; };
79 struct struct_hfa_d10 { double a; struct struct_hfa_d9 b; };
80 struct struct_hfa_d11 { double a; struct struct_hfa_d10 b; };
81 struct struct_hfa_d12 { double a; struct struct_hfa_d11 b; };
83 struct dbl_eqv1 func_dbl_eqv(struct dbl_eqv1 a, struct dbl_eqv2 b, struct dbl_eqv3 c, struct dbl_eqv4 d);
84 struct flt_eqv1 func_flt_eqv(struct flt_eqv1 a, struct flt_eqv2 b, struct flt_eqv3 c, struct flt_eqv4 d);
86 struct struct_hfa_f2 func_hfa_f2(struct struct_hfa_f2 e);
87 struct struct_hfa_f3 func_hfa_f3(struct struct_hfa_f3 e);
88 struct struct_hfa_f4 func_hfa_f4(struct struct_hfa_f4 e);
89 struct struct_hfa_f5 func_hfa_f5(struct struct_hfa_f5 e);
90 struct struct_hfa_f6 func_hfa_f6(struct struct_hfa_f6 e);
91 struct struct_hfa_f7 func_hfa_f7(struct struct_hfa_f7 e);
92 struct struct_hfa_f8 func_hfa_f8(struct struct_hfa_f8 e);
93 struct struct_hfa_f9 func_hfa_f9(struct struct_hfa_f9 e);
94 struct struct_hfa_f10 func_hfa_f10(struct struct_hfa_f10 e);
95 struct struct_hfa_f11 func_hfa_f11(struct struct_hfa_f11 e);
96 struct struct_hfa_f12 func_hfa_f12(struct struct_hfa_f12 e);
97 struct struct_hfa_d2 func_hfa_d2(struct struct_hfa_d2 e);
98 struct struct_hfa_d3 func_hfa_d3(struct struct_hfa_d3 e);
99 struct struct_hfa_d4 func_hfa_d4(struct struct_hfa_d4 e);
100 struct struct_hfa_d5 func_hfa_d5(struct struct_hfa_d5 e);
101 struct struct_hfa_d6 func_hfa_d6(struct struct_hfa_d6 e);
102 struct struct_hfa_d7 func_hfa_d7(struct struct_hfa_d7 e);
103 struct struct_hfa_d8 func_hfa_d8(struct struct_hfa_d8 e);
104 struct struct_hfa_d9 func_hfa_d9(struct struct_hfa_d9 e);
105 struct struct_hfa_d10 func_hfa_d10(struct struct_hfa_d10 e);
106 struct struct_hfa_d11 func_hfa_d11(struct struct_hfa_d11 e);
107 struct struct_hfa_d12 func_hfa_d12(struct struct_hfa_d12 e);
109 struct dbl_eqv1 func_dbl_eqv(struct dbl_eqv1 a, struct dbl_eqv2 b, struct dbl_eqv3 c, struct dbl_eqv4 d)
110 { return (struct dbl_eqv1){ a.d + b.d.d + c.d.d.d + d.d.d.d.d }; }
112 struct flt_eqv1 func_flt_eqv(struct flt_eqv1 a, struct flt_eqv2 b, struct flt_eqv3 c, struct flt_eqv4 d)
113 { return (struct flt_eqv1){ a.d + b.d.d + c.d.d.d + d.d.d.d.d }; }
115 struct struct_hfa_f2 func_hfa_f2(struct struct_hfa_f2 e) { return e; }
116 struct struct_hfa_f3 func_hfa_f3(struct struct_hfa_f3 e) { return e; }
117 struct struct_hfa_f4 func_hfa_f4(struct struct_hfa_f4 e) { return e; }
118 struct struct_hfa_f5 func_hfa_f5(struct struct_hfa_f5 e) { return e; }
119 struct struct_hfa_f6 func_hfa_f6(struct struct_hfa_f6 e) { return e; }
120 struct struct_hfa_f7 func_hfa_f7(struct struct_hfa_f7 e) { return e; }
121 struct struct_hfa_f8 func_hfa_f8(struct struct_hfa_f8 e) { return e; }
122 struct struct_hfa_f9 func_hfa_f9(struct struct_hfa_f9 e) { return e; }
123 struct struct_hfa_f10 func_hfa_f10(struct struct_hfa_f10 e) { return e; }
124 struct struct_hfa_f11 func_hfa_f11(struct struct_hfa_f11 e) { return e; }
125 struct struct_hfa_f12 func_hfa_f12(struct struct_hfa_f12 e) { return e; }
126 struct struct_hfa_d2 func_hfa_d2(struct struct_hfa_d2 e) { return e; }
127 struct struct_hfa_d3 func_hfa_d3(struct struct_hfa_d3 e) { return e; }
128 struct struct_hfa_d4 func_hfa_d4(struct struct_hfa_d4 e) { return e; }
129 struct struct_hfa_d5 func_hfa_d5(struct struct_hfa_d5 e) { return e; }
130 struct struct_hfa_d6 func_hfa_d6(struct struct_hfa_d6 e) { return e; }
131 struct struct_hfa_d7 func_hfa_d7(struct struct_hfa_d7 e) { return e; }
132 struct struct_hfa_d8 func_hfa_d8(struct struct_hfa_d8 e) { return e; }
133 struct struct_hfa_d9 func_hfa_d9(struct struct_hfa_d9 e) { return e; }
134 struct struct_hfa_d10 func_hfa_d10(struct struct_hfa_d10 e) { return e; }
135 struct struct_hfa_d11 func_hfa_d11(struct struct_hfa_d11 e) { return e; }
136 struct struct_hfa_d12 func_hfa_d12(struct struct_hfa_d12 e) { return e; }
138 func_dbl_eqv((struct dbl_eqv1){ 2.5 },
139 (struct dbl_eqv2){ { 1.5 } },
140 (struct dbl_eqv3){ { { 0.5 } } },
141 (struct dbl_eqv4){ { { { -0.5 } } } });
143 func_flt_eqv((struct flt_eqv1){ 2.5 },
144 (struct flt_eqv2){ { 1.5 } },
145 (struct flt_eqv3){ { { 0.5 } } },
146 (struct flt_eqv4){ { { { -0.5 } } } });
148 struct struct_hfa_f2 arg_func_hfa_f2 = { 1, { 2 } };
150 struct struct_hfa_f3 arg_func_hfa_f3 = { 3, { 1, { 2 } } };
152 struct struct_hfa_f4 arg_func_hfa_f4 = { 4, { 3, { 1, { 2 } } } };
154 struct struct_hfa_f5 arg_func_hfa_f5 = { 5, { 4, { 3, { 1, { 2 } } } } };
156 struct struct_hfa_f6 arg_func_hfa_f6 = { 6, { 5, { 4, { 3, { 1, { 2 } } } } } };
158 struct struct_hfa_f7 arg_func_hfa_f7 = { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } };
160 struct struct_hfa_f8 arg_func_hfa_f8 = { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } };
162 struct struct_hfa_f9 arg_func_hfa_f9 = { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } };
164 struct struct_hfa_f10 arg_func_hfa_f10 = { 10, { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } } };
166 struct struct_hfa_f11 arg_func_hfa_f11 = { 11, { 10, { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } } } };
168 struct struct_hfa_f12 arg_func_hfa_f12 = { 12, { 11, { 10, { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } } } } };
171 struct struct_hfa_d2 arg_func_hfa_d2 = { 1, { 2 } };
173 struct struct_hfa_d3 arg_func_hfa_d3 = { 3, { 1, { 2 } } };
175 struct struct_hfa_d4 arg_func_hfa_d4 = { 4, { 3, { 1, { 2 } } } };
177 struct struct_hfa_d5 arg_func_hfa_d5 = { 5, { 4, { 3, { 1, { 2 } } } } };
179 struct struct_hfa_d6 arg_func_hfa_d6 = { 6, { 5, { 4, { 3, { 1, { 2 } } } } } };
181 struct struct_hfa_d7 arg_func_hfa_d7 = { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } };
183 struct struct_hfa_d8 arg_func_hfa_d8 = { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } };
185 struct struct_hfa_d9 arg_func_hfa_d9 = { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } };
187 struct struct_hfa_d10 arg_func_hfa_d10 = { 10, { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } } };
189 struct struct_hfa_d11 arg_func_hfa_d11 = { 11, { 10, { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } } } };
191 struct struct_hfa_d12 arg_func_hfa_d12 = { 12, { 11, { 10, { 9, { 8, { 7, { 6, { 5, { 4, { 3, { 1, { 2 } } } } } } } } } } } };
223 typedef hfa2_t = struct(float, float);
224 typedef hda2_t = struct(double, double);
239 typedef hfa3_t = struct(float, float, float);
240 typedef hda3_t = struct(double, double, double);
255 typedef hfa4_t = struct(float, float, float, float);
256 typedef hda4_t = struct(double, double, double, double);
271 typedef struct { float a; float b; } hfa2_t;
272 typedef struct { double a; double b; } hda2_t;
287 typedef struct { float a; float b; float c; } hfa3_t;
288 typedef struct { double a; double b; double c; } hda3_t;
303 typedef struct { float a; float b; float c; float d; } hfa4_t;
304 typedef struct { double a; double b; double c; double d; } hda4_t;