Searched refs:yy (Results 1 – 1 of 1) sorted by relevance
277 static void reduc(int[] xx, int[] yy) { in reduc() argument280 xx[i0] -= (++yy[i1]); in reduc()1099 int[] yy = new int[469]; in main() local1100 reduc(xx, yy); in main()1104 expectEquals(2, yy[i]); in main()1152 inductionMax(yy); in main()