Searched refs:testSizes (Results 1 – 1 of 1) sorted by relevance
1096 int[] testSizes = new int[ in runCorrectness1D() local1109 testSizes[nextTestIdx++] = pwrOf2; /* a */ in runCorrectness1D()1110 testSizes[nextTestIdx++] = pwrOf2 - 1; /* b */ in runCorrectness1D()1111 testSizes[nextTestIdx++] = pwrOf2 + 1; /* b */ in runCorrectness1D()1122 testSizes[nextTestIdx++] = r.nextInt(hi - lo) + lo; in runCorrectness1D()1127 Arrays.sort(testSizes); in runCorrectness1D()1130 for (int i = 0; i < testSizes.length; ++i) { in runCorrectness1D()1131 if ((testSizes[i] > 0) && (testSizes[i] != lastTestSizeArg[0])) { in runCorrectness1D()1132 lastTestSizeArg[0] = testSizes[i]; in runCorrectness1D()1189 int[][] testSizes = testSizesList.toArray(new int[0][]); in runCorrectness2D() local[all …]