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()660 int[] yy = new int[469]; in main() local661 reduc(xx, yy); in main()665 expectEquals(2, yy[i]); in main()713 inductionMax(yy); in main()