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