Searched defs:getLowestSetBit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java263 private final int getLowestSetBit() { method in class:MutableBigInteger
1137 int s1 = u.getLowestSetBit();
1138 int s2 = v.getLowestSetBit();
1151 while ((lb = t.getLowestSetBit()) >= 0) {
1227 int powersOf2 = p.getLowestSetBit();
1334 int trailingZeros = f.getLowestSetBit();
1363 int trailingZeros = f.getLowestSetBit();
H A DBigInteger.java150 * getLowestSetBit().
153 * @see #getLowestSetBit
893 int a = m.getLowestSetBit();
1608 int p = m.getLowestSetBit(); // Max pow of 2 that divides m
2364 public int getLowestSetBit() { method in class:BigInteger

Completed in 40 milliseconds