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

« back to all changes in this revision

Viewing changes to isl/test_inputs/codegen/cloog/reservoir-lim-lam4.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:
1
1
for (int c1 = 1; c1 < 2 * M - 1; c1 += 1) {
2
2
  for (int c3 = max(-c1 + 1, -M + 1); c3 < 0; c3 += 1) {
3
 
    for (int c7 = max(-M + c1 + 1, 1); c7 <= min(c1 + c3, M - 1); c7 += 1)
 
3
    for (int c7 = max(-M + c1 + 1, 1); c7 <= min(M - 1, c1 + c3); c7 += 1)
4
4
      S1(c7, c1 + c3 - c7, -c3);
5
 
    for (int c5 = max(-c3, -M + c1 + 1); c5 < min(M, c1); c5 += 1)
 
5
    for (int c5 = max(-M + c1 + 1, -c3); c5 < min(M, c1); c5 += 1)
6
6
      S2(c1 - c5, c3 + c5, c5);
7
7
  }
8
8
  for (int c7 = max(1, -M + c1 + 1); c7 <= min(c1, M - 1); c7 += 1)