OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [931003-1.c] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
f (n, a)
2
     int n;
3
     double a[];
4
{
5
   double b[51];
6
   int i, j;
7
 
8
   i = 0;
9
 
10
   for (j = n - 1; j > 0; j--)
11
     b[i++] = 0;
12
 
13
   if (b[0] > b[i - 1])
14
     a[i] = b[i - 1];
15
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.