1 int t1[5] = { 1, 2, 3, 5, 8, };
3 int t2[5] = { 13, 21, 34, 55, 89, };
5 extern void *__builtin___memcpy_chk(void *, void *, unsigned int, unsigned int);
7 extern void *__builtin___memmove_chk(void *, void *, unsigned int, unsigned int);
9 extern void *__builtin___mempcpy_chk(void *, void *, unsigned int, unsigned int);
11 extern void *__builtin___memset_chk(void *, int, unsigned int, unsigned int);
13 extern unsigned char *__builtin___stpcpy_chk(unsigned char *, unsigned char *, unsigned int);
15 extern unsigned char *__builtin___strcat_chk(unsigned char *, unsigned char *, unsigned int);
17 extern unsigned char *__builtin___strcpy_chk(unsigned char *, unsigned char *, unsigned int);
19 extern unsigned char *__builtin___strncat_chk(unsigned char *, unsigned char *, unsigned int, unsigned int);
21 extern unsigned char *__builtin___strncpy_chk(unsigned char *, unsigned char *, unsigned int, unsigned int);
23 extern int __builtin___vfprintf_chk(void *, int, unsigned char *, void *);
25 extern int __builtin___vprintf_chk(int, unsigned char *, void *);
27 extern int __builtin___vsnprintf_chk(unsigned char *, unsigned int, int, unsigned int, unsigned char *, void *);
29 extern int __builtin___vsprintf_chk(unsigned char *, int, unsigned int, unsigned char *, void *);
31 extern double __builtin_acos(double);
33 extern float __builtin_acosf(float);
35 extern double __builtin_acosl(double);
37 extern void *__builtin_alloca(unsigned int);
39 extern double __builtin_asin(double);
41 extern float __builtin_asinf(float);
43 extern double __builtin_asinl(double);
45 extern double __builtin_atan(double);
47 extern float __builtin_atanf(float);
49 extern double __builtin_atanl(double);
51 extern double __builtin_atan2(double, double);
53 extern float __builtin_atan2f(float, float);
55 extern double __builtin_atan2l(double, double);
57 extern double __builtin_ceil(double);
59 extern float __builtin_ceilf(float);
61 extern double __builtin_ceill(double);
63 extern double __builtin_cos(double);
65 extern float __builtin_cosf(float);
67 extern double __builtin_cosl(double);
69 extern double __builtin_cosh(double);
71 extern float __builtin_coshf(float);
73 extern double __builtin_coshl(double);
75 extern int __builtin_clz(unsigned int);
77 extern int __builtin_clzl(unsigned int);
79 extern int __builtin_clzll(unsigned int);
81 extern int __builtin_constant_p(int);
83 extern int __builtin_ctz(unsigned int);
85 extern int __builtin_ctzl(unsigned int);
87 extern int __builtin_ctzll(unsigned int);
89 extern double __builtin_exp(double);
91 extern float __builtin_expf(float);
93 extern double __builtin_expl(double);
95 extern int __builtin_expect(int, int);
97 extern double __builtin_fabs(double);
99 extern float __builtin_fabsf(float);
101 extern double __builtin_fabsl(double);
103 extern int __builtin_ffs(unsigned int);
105 extern int __builtin_ffsl(unsigned int);
107 extern int __builtin_ffsll(unsigned int);
109 extern void *__builtin_frame_address(unsigned int);
111 extern double __builtin_floor(double);
113 extern float __builtin_floorf(float);
115 extern double __builtin_floorl(double);
117 extern double __builtin_huge_val(void);
119 extern float __builtin_huge_valf(void);
121 extern double __builtin_huge_vall(void);
123 extern double __builtin_inf(void);
125 extern float __builtin_inff(void);
127 extern double __builtin_infl(void);
129 extern void *__builtin_memcpy(void *, void *, unsigned int);
131 extern void *__builtin_mempcpy(void *, void *, unsigned int);
133 extern double __builtin_fmod(double);
135 extern float __builtin_fmodf(float);
137 extern double __builtin_fmodl(double);
139 extern double __builtin_frexp(double, int *);
141 extern float __builtin_frexpf(float, int *);
143 extern double __builtin_frexpl(double, int *);
145 extern double __builtin_ldexp(double, int);
147 extern float __builtin_ldexpf(float, int);
149 extern double __builtin_ldexpl(double, int);
151 extern double __builtin_log(double);
153 extern float __builtin_logf(float);
155 extern double __builtin_logl(double);
157 extern double __builtin_log10(double);
159 extern float __builtin_log10f(float);
161 extern double __builtin_log10l(double);
163 extern float __builtin_modff(float, float *);
165 extern double __builtin_modfl(double, double *);
167 extern double __builtin_nan(unsigned char *);
169 extern float __builtin_nanf(unsigned char *);
171 extern double __builtin_nanl(unsigned char *);
173 extern double __builtin_nans(unsigned char *);
175 extern float __builtin_nansf(unsigned char *);
177 extern double __builtin_nansl(unsigned char *);
179 extern void *__builtin_next_arg(void);
181 extern unsigned int __builtin_object_size(void *, int);
183 extern int __builtin_parity(unsigned int);
185 extern int __builtin_parityl(unsigned int);
187 extern int __builtin_parityll(unsigned int);
189 extern int __builtin_popcount(unsigned int);
191 extern int __builtin_popcountl(unsigned int);
193 extern int __builtin_popcountll(unsigned int);
195 extern double __builtin_powi(double, int);
197 extern float __builtin_powif(float, int);
199 extern double __builtin_powil(double, int);
201 extern void __builtin_return(void *);
203 extern void *__builtin_return_address(unsigned int);
205 extern double __builtin_sin(double);
207 extern float __builtin_sinf(float);
209 extern double __builtin_sinl(double);
211 extern double __builtin_sinh(double);
213 extern float __builtin_sinhf(float);
215 extern double __builtin_sinhl(double);
217 extern double __builtin_sqrt(double);
219 extern float __builtin_sqrtf(float);
221 extern double __builtin_sqrtl(double);
223 extern unsigned char *__builtin_stpcpy(unsigned char *, unsigned char *);
225 extern unsigned char *__builtin_strchr(unsigned char *, unsigned char);
227 extern int __builtin_strcmp(unsigned char *, unsigned char *);
229 extern unsigned char *__builtin_strcpy(unsigned char *, unsigned char *);
231 extern unsigned int __builtin_strcspn(unsigned char *, unsigned char *);
233 extern unsigned char *__builtin_strncat(unsigned char *, unsigned char *, unsigned int);
235 extern int __builtin_strncmp(unsigned char *, unsigned char *, unsigned int);
237 extern unsigned char *__builtin_strncpy(unsigned char *, unsigned char *, unsigned int);
239 extern int __builtin_strspn(unsigned char *, unsigned char *);
241 extern unsigned char *__builtin_strpbrk(unsigned char *, unsigned char *);
243 extern int __builtin_types_compatible_p(unsigned int, unsigned int);
245 extern double __builtin_tan(double);
247 extern float __builtin_tanf(float);
249 extern double __builtin_tanl(double);
251 extern double __builtin_tanh(double);
253 extern float __builtin_tanhf(float);
255 extern double __builtin_tanhl(double);
257 extern void __builtin_va_end(void *);
259 extern void __builtin_varargs_start(void *);
261 extern void __builtin_va_start(void *, void *);
263 extern void __builtin_stdarg_start(void *);
265 extern void __builtin_va_arg(void *, unsigned int);
267 extern void __builtin_va_copy(void *, void *);
269 void TB_Boucle(int *tabEntree1, int *tabEntree2, int *tabSortie, int size)
273 for (({ c3: i = 0; }); (/* c2 */ i < size); ({ c1: i = i + 1; })) {
275 tabSortie[i] = tabEntree1[i] + tabEntree2[i];
293 TB_Boucle(t1, t2, out, 5);