Searched refs:getLowestSetBit (Results 1 – 3 of 3) sorted by relevance
101 int index = temp.getLowestSetBit(); in ECFieldF2m()
350 private final int getLowestSetBit() { in getLowestSetBit() method in MutableBigInteger1215 int trailingZeroBits = Math.min(getLowestSetBit(), b.getLowestSetBit()); in divideKnuth()1899 int s1 = u.getLowestSetBit();1900 int s2 = v.getLowestSetBit();1913 while ((lb = t.getLowestSetBit()) >= 0) {1989 int powersOf2 = p.getLowestSetBit();2111 int trailingZeros = f.getLowestSetBit();2140 int trailingZeros = f.getLowestSetBit();
1025 int a = m.getLowestSetBit(); in passesMillerRabin()2386 int powersOfTwo = partToSquare.getLowestSetBit(); in pow()2727 int p = m.getLowestSetBit(); // Max pow of 2 that divides m in modPow()3606 public int getLowestSetBit() {4220 && ((signifFloor & 1) != 0 || abs().getLowestSetBit() < shift);4312 && ((signifFloor & 1) != 0 || abs().getLowestSetBit() < shift);