Searched refs:MAX_INT_BOUND (Results 1 - 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadLocalRandomTest.java41 static final int MAX_INT_BOUND = (1 << 28); field in class:ThreadLocalRandomTest
162 for (int bound = 2; bound < MAX_INT_BOUND; bound += 524959) {
181 for (int least = -15485863; least < MAX_INT_BOUND; least += 524959) {
182 for (int bound = least + 2; bound > least && bound < MAX_INT_BOUND; bound += 49979687) {
H A DThreadLocalRandom8Test.java29 static final int MAX_INT_BOUND = (1 << 26); field in class:ThreadLocalRandom8Test
124 for (int least = -15485867; least < MAX_INT_BOUND; least += 524959) {
125 for (int bound = least + 2; bound > least && bound < MAX_INT_BOUND; bound += 67867967) {

Completed in 50 milliseconds