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

« back to all changes in this revision

Viewing changes to test/reservoir/loechner4.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 ../../../git/cloog/test/./reservoir/loechner4.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.02s. */
 
1
/* Generated from ./reservoir/loechner4.cloog by CLooG 0.18.1-2-g43fc508 gmp bits in 0.00s. */
2
2
if (M >= 1) {
3
3
  for (c2=2;c2<=2*M;c2++) {
4
4
    for (c4=1;c4<=M;c4++) {
5
5
      for (c6=1;c6<=M;c6++) {
6
6
        for (c8=max(1,c2-M);c8<=min(M,c2-1);c8++) {
7
 
          S1(c6,c4,c8,c2-c8) ;
 
7
          S1(c6,c4,c8,(c2-c8));
8
8
        }
9
9
      }
10
10
    }