summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_scale.stdout
blob: 049451ccbd5ff57581da7359c306a52416f394d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
for(t2 = 0; t2 <= an-1; t2++) {
  for(t4 = 0; t4 <= bm-1; t4++) {
    s0(t2,t4,0);
  }
}
for(t2 = 0; t2 <= 4*an-4; t2 += 4) {
  for(t4 = 0; t4 <= 4*bm-4; t4 += 4) {
    for(t6 = 0; t6 <= ambn-1; t6++) {
      s1(t2/4,t4/4,t6);
    }
  }
}