Searched defs:factorials (Results 1 – 10 of 10) sorted by relevance
35 private static final int[] factorials = new int[ARRAY_SIZE]; field in DoubleMathBenchmark
35 private static final int[] factorials = new int[ARRAY_SIZE]; field in BigIntegerMathBenchmark
117 private final int[] factorials = new int[ARRAY_SIZE]; field in ApacheBenchmark
501 checkNoOverflow(k < Integer.SIZE - 1, "checkedPow", b, k); in checkedPow()
782 static final long[] factorials = { local