Searched refs:lucasLehmerSequence (Results 1 – 2 of 2) sorted by relevance
51 …@libcore.util.NonNull private static BigInteger lucasLehmerSequence(int z, @libcore.util.NonNull B… in lucasLehmerSequence() method in BigInteger
997 BigInteger u = lucasLehmerSequence(d, thisPlusOne, this);1061 private static BigInteger lucasLehmerSequence(int z, BigInteger k, BigInteger n) {