Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java986 private static final int ORDER_3 = ORDER_KARATSUBA; field in BigIntegerTest
1007 arithmetic(ORDER_3); // Karatsuba range in testArithmetic()
1014 divideAndRemainder(ORDER_3); // Karatsuba range in testDivideAndReminder()
1021 pow(ORDER_3); in testPow()
1075 modInv(ORDER_3); // Karatsuba range in testModInv()