Searched refs:DELTA (Results 1 – 4 of 4) sorted by relevance
116 private static final int DELTA = 3 << 1; field in DualPivotQuicksort121 private static final int MAX_RECURSION_DEPTH = 64 * DELTA;211 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()965 if ((bits += DELTA) > MAX_RECURSION_DEPTH) {1778 if ((bits += DELTA) > MAX_RECURSION_DEPTH) {2097 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()2506 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()3312 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()
206 final long DELTA = 20_000_000_000L; // 20 seconds of nanos leeway in now() local212 if (diff >= DELTA) { in now()218 assertTrue(diff < DELTA); in now()
238 final long DELTA = 20_000_000_000L; // 20 seconds of nanos leeway in now() local242 if (diff >= DELTA) { in now()248 assertTrue(diff < DELTA); in now()
262 final long DELTA = 20_000_000_000L; // 20 seconds of nanos leeway in now() local266 if (diff >= DELTA) { in now()272 assertTrue(diff < DELTA); in now()