Searched refs:highestOneBit (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DInteger.java524 public static int highestOneBit(int i) { method in class:Integer
551 * the {@link #highestOneBit(int) highest one bit}.
H A DLong.java511 public static long highestOneBit(long v) { method in class:Long
539 * to the {@link #highestOneBit(long) highest one bit}.
/libcore/luni/src/main/java/java/math/
H A DBigDecimal.java1697 oneBitMask = Integer.highestOneBit(m) >> 1;

Completed in 72 milliseconds