1*1de4e381STobias Grosser for (int c0 = 0; c0 <= 99; c0 += 1) 2*1de4e381STobias Grosser for (int c1 = 0; c1 <= 99; c1 += 1) { 3*1de4e381STobias Grosser A(c1, 0, c0); 4*1de4e381STobias Grosser A(c1, 1, c0); 5*1de4e381STobias Grosser B(c1, 0, c0); 6*1de4e381STobias Grosser B(c1, 1, c0); 7*1de4e381STobias Grosser } 8