]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/990523-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 990523-1.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/990523-1.c b/gcc/testsuite/gcc.c-torture/compile/990523-1.c
deleted file mode 100644 (file)
index 5ab61f3..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-extern float  decwin[512+32];
-
-int synth_1to1(float  *bandPtr,int channel,unsigned char *out,int *pnt)
-{
-  static const int step = 2;
-  short *samples = (short *) (out+*pnt);
-
-  float  *b0;
-  int clip = 0; 
-  int bo1;
-
-  {
-    register int j;
-    float  *window = decwin + 16 - bo1;
-    for (j=15;j;j--,b0-=0x20,window-=0x10,samples+=step)
-    {
-      float  sum;
-      sum -= *(--window) * *b0++;
-      sum -= *(--window) * *b0++;
-      sum -= *(--window) * *b0++;
-      sum -= *(--window) * *b0++;
-      sum -= *(--window) * *b0++;
-      sum -= *(--window) * *b0++;
-      sum -= *(--window) * *b0++;
-      sum -= *(--window) * *b0++;
-
-      if( ( sum ) > 32767.0) *( samples ) = 0x7fff; ( clip )++;  ;
-    }
-  }
-}