~ubuntu-branches/ubuntu/wily/cloog/wily-proposed

« back to all changes in this revision

Viewing changes to test/reservoir/pingali1.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-04-24 15:07:57 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20150424150757-wumy8mdonvtgf29j
Tags: 0.18.3-1
* New upstream version.
* Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Generated from /home/skimo/git/cloog/test/./reservoir/pingali1.cloog by CLooG 0.14.0-225-g6e2d019 gmp bits in 0.01s. */
 
1
/* Generated from ./reservoir/pingali1.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
2
if ((M >= 1) && (N >= 1)) {
3
3
  if (N >= 2) {
4
4
    for (c2=1;c2<=M;c2++) {
5
5
      S2(c2,1);
6
6
      for (c4=3;c4<=2*N-1;c4++) {
7
7
        for (c6=max(1,c4-N);c6<=floord(c4-1,2);c6++) {
8
 
          S1(c2,c4-c6,c6);
 
8
          S1(c2,(c4-c6),c6);
9
9
        }
10
10
        if ((c4+1)%2 == 0) {
11
 
          S2(c2,(c4+1)/2);
 
11
          S2(c2,((c4+1)/2));
12
12
        }
13
13
      }
14
14
    }