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()
350 private final int getLowestSetBit() { in getLowestSetBit() method in MutableBigInteger1215 int trailingZeroBits = Math.min(getLowestSetBit(), b.getLowestSetBit()); in divideKnuth()1989 int s1 = u.getLowestSetBit();1990 int s2 = v.getLowestSetBit();2003 while ((lb = t.getLowestSetBit()) >= 0) {2079 int powersOf2 = p.getLowestSetBit();2201 int trailingZeros = f.getLowestSetBit();2230 int trailingZeros = f.getLowestSetBit();
1088 int a = m.getLowestSetBit(); in passesMillerRabin()2509 int powersOfTwo = partToSquare.getLowestSetBit(); in pow()2897 int p = m.getLowestSetBit(); // Max pow of 2 that divides m in modPow()3779 public int getLowestSetBit() {4396 && ((signifFloor & 1) != 0 || abs().getLowestSetBit() < shift);4489 && ((signifFloor & 1) != 0 || abs().getLowestSetBit() < shift);
117 public int getLowestSetBit() { return 0; } in getLowestSetBit() method in BigInteger
581 int k = x.getLowestSetBit(); in bitOps()
4962 method public int getLowestSetBit();