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()680 int[] yy = new int[469]; in main() local681 reduc(xx, yy); in main()685 expectEquals(2, yy[i]); in main()733 inductionMax(yy); in main()