Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java117 public int getLowestSetBit() { return 0; } in getLowestSetBit() method in BigInteger
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java355 private final int getLowestSetBit() { in getLowestSetBit() method in MutableBigInteger