2 loop-13.c from the execute part of the gcc torture tests.
14 #if !defined(__SDCC_pdk14) // Lack of memory
16 scale (TYPE
*alpha
, TYPE
*x
, int n
)
21 for (i
= 0, ix
= 0; i
< n
; i
++, ix
+= 2)
24 tmpr
= *alpha
* x
[ix
];
25 tmpi
= *alpha
* x
[ix
+ 1];
33 testTortureExecute (void)
35 #if !defined(__SDCC_pdk14) // Lack of memory
40 for (i
= 0; i
< 10; i
++)