~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/test_inputs/codegen/omega/ts1d-check0-0.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-10-17 15:54:24 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131017155424-3q1gw7yhddylfkpj
Tags: 0.18.1-1
* New upstream version.
* Add a comment to build-depend on libpod-latex-perl | perl (<< 5.17.0),
  when the documentation is built. Closes: #711681.
* Use dh_autotools-dev to update config.{sub,guess}. Closes: #719957.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  for (int c1 = 0; c1 < N; c1 += 1)
3
3
    s0(1, c1, 1, 0, 0);
4
4
  for (int c1 = 0; c1 <= floord(T - 1, 500); c1 += 1)
5
 
    for (int c2 = 1000 * c1; c2 <= min(N + 1000 * c1 + 997, N + 2 * T - 3); c2 += 1) {
6
 
      for (int c3 = max(0, -((N + c2) % 2) - N - 1000 * c1 + c2 + 2); c3 <= min(min(2 * T - 1000 * c1 - 2, 998), -1000 * c1 + c2 - 2); c3 += 2) {
 
5
    for (int c2 = 1000 * c1; c2 <= min(N + 2 * T - 3, N + 1000 * c1 + 997); c2 += 1) {
 
6
      for (int c3 = max(-((N + c2) % 2) - N - 1000 * c1 + c2 + 2, 0); c3 <= min(min(998, 2 * T - 1000 * c1 - 2), -1000 * c1 + c2 - 2); c3 += 2) {
7
7
        s1(2, 1000 * c1 + c3, 0, -1000 * c1 + c2 - c3, 1);
8
8
        s2(2, 1000 * c1 + c3 + 1, 0, -1000 * c1 + c2 - c3 - 1, 1);
9
9
      }
10
 
      if (1000 * c1 + 999 >= c2 && 2 * T >= c2 + 1)
 
10
      if (2 * T >= c2 + 1 && 1000 * c1 + 999 >= c2)
11
11
        s1(2, -(c2 % 2) + c2, 0, c2 % 2, 1);
12
12
    }
13
13
}