summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_tile.stdout
blob: 0a2d89abb593b74df1a647caa4cee3cdf18708b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if (an >= 1) {
  for(t2 = 0; t2 <= bm-1; t2 += 4) {
    for(t4 = 0; t4 <= an-1; t4++) {
      for(t6 = t2; t6 <= min(bm-1,t2+3); t6++) {
        if (ambn >= 1) {
          s0(t4,t6,0);
          s1(t4,t6,0);
        }
        for(t8 = 1; t8 <= ambn-1; t8++) {
          s1(t4,t6,t8);
        }
        if (ambn <= 0) {
          s0(t4,t6,0);
        }
      }
    }
  }
}