Home
last modified time | relevance | path

Searched refs:getLowestSetBit (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/security/spec/
DECFieldF2m.java101 int index = temp.getLowestSetBit(); in ECFieldF2m()
/libcore/luni/src/main/java/java/math/
DBigDecimal.java1225 k = q.getLowestSetBit(); in divide()
2391 if ((scale > approxPrecision()) || (scale > getUnscaledValue().getLowestSetBit())) { in toBigIntegerExact()
2580 lowestSetBit = mantissa.getLowestSetBit(); in doubleValue()
DBigInteger.java638 public int getLowestSetBit() { in getLowestSetBit() method in BigInteger