summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/omega/syr2k-2.c
blob: bb3ef7fa252b87043a2f80655eb25f107e22481a (plain)
1
2
3
4
for (int c0 = 1; c0 <= min(n, 2 * b - 1); c0 += 1)
  for (int c1 = max(-n + 1, -b + 1); c1 <= min(b - c0, n - c0); c1 += 1)
    for (int c2 = max(1, c0 + c1); c2 <= min(n, n + c1); c2 += 1)
      s0(-c0 - c1 + c2 + 1, -c1 + c2, c2);
OpenPOWER on IntegriCloud