Searched refs:getLowestSetBit (Results 1 – 7 of 7) sorted by relevance
41 int result = aNumber.getLowestSetBit(); in test_getLowestSetBitNeg()56 int result = aNumber.getLowestSetBit(); in test_getLowestSetBitPos()64 result = aNumber.getLowestSetBit(); in test_getLowestSetBitPos()72 result = aNumber.getLowestSetBit(); in test_getLowestSetBitPos()87 int result = aNumber.getLowestSetBit(); in test_getLowestSetBitZero()95 result = aNumber.getLowestSetBit(); in test_getLowestSetBitZero()
101 int index = temp.getLowestSetBit(); in ECFieldF2m()
355 private final int getLowestSetBit() { in getLowestSetBit() method in MutableBigInteger1220 int trailingZeroBits = Math.min(getLowestSetBit(), b.getLowestSetBit()); in divideKnuth()1994 int s1 = u.getLowestSetBit();1995 int s2 = v.getLowestSetBit();2008 while ((lb = t.getLowestSetBit()) >= 0) {2084 int powersOf2 = p.getLowestSetBit();2206 int trailingZeros = f.getLowestSetBit();2235 int trailingZeros = f.getLowestSetBit();
1106 int a = m.getLowestSetBit(); in passesMillerRabin()2547 int powersOfTwo = partToSquare.getLowestSetBit(); in pow()2926 int p = m.getLowestSetBit(); // Max pow of 2 that divides m in modPow()3825 public int getLowestSetBit() {4464 && ((signifFloor & 1) != 0 || abs().getLowestSetBit() < shift);4557 && ((signifFloor & 1) != 0 || abs().getLowestSetBit() < shift);
117 public int getLowestSetBit() { return 0; } in getLowestSetBit() method in BigInteger
583 int k = x.getLowestSetBit(); in bitOps()
5349 method public int getLowestSetBit();