File: stride.c

package info (click to toggle)
cloog-ppl 0.16.1-7
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 8,128 kB
  • sloc: ansic: 24,358; sh: 10,324; makefile: 988; fortran: 194
file content (13 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Generated from ../../..//git/cloog-parma/cloog-core/test/stride.cloog by CLooG 0.14.0-275-g15c65cd gmp bits. */
for (c1=3;c1<=100;c1++) {
  for (c2=max(ceild(4*c1-100,9),ceild(-c1+25,22));c2<=floord(c1,3);c2++) {
    if ((c1 == 25) && (c2 == 0)) {
      S1(25);
    }
    if (c1 == 3*c2) {
      if (c1%3 == 0) {
        S2(c1,c1/3);
      }
    }
  }
}