HomeSort by relevance Sort by last modified time
    Searched refs:MAX_INT_BOUND (Results 1 - 2 of 2) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandomTest.java 41 static final int MAX_INT_BOUND = (1 << 28);
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) {
ThreadLocalRandom8Test.java 29 static final int MAX_INT_BOUND = (1 << 26);
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 63 milliseconds