Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java51 …@libcore.util.NonNull private static BigInteger lucasLehmerSequence(int z, @libcore.util.NonNull B… in lucasLehmerSequence() method in BigInteger
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java997 BigInteger u = lucasLehmerSequence(d, thisPlusOne, this);
1061 private static BigInteger lucasLehmerSequence(int z, BigInteger k, BigInteger n) {