Searched defs:inc (Results 1 – 4 of 4) sorted by relevance
71 int[] inc = IntStream.range(start, end).toArray(); in testIntRange() local91 int[] inc = IntStream.rangeClosed(start, end).toArray(); in testIntRange() local102 int[] inc = IntStream.rangeClosed(Integer.MAX_VALUE - 1, Integer.MAX_VALUE).toArray(); in testIntRange() local
124 int inc = Math.incrementExact(x); in testIntegerExact() local267 long inc = Math.incrementExact(x); in testLongExact() local
753 private static boolean inc(int[] num, int base) { in inc() method in TestCertUtils.UniGen
3885 Function<Long, CompletableFuture<Long>> inc in testAdditiveMonad() local