Home
last modified time | relevance | path

Searched refs:NUM_CARMICHAELS_TO_TEST (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java783 private static final int NUM_CARMICHAELS_TO_TEST = 5; field in BigIntegerTest
839 while (found < NUM_CARMICHAELS_TO_TEST) { in prime()