Searched refs:slowFactorials (Results 1 – 2 of 2) sorted by relevance
36 private static final int[] slowFactorials = new int[ARRAY_SIZE]; field in BigIntegerMathBenchmark46 slowFactorials[i] = RANDOM_SOURCE.nextInt(factorialBound); in setUp()86 tmp += oldSlowFactorial(slowFactorials[j]).intValue(); in slowFactorial()