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

/libcore/ojluni/src/main/java/java/lang/
H A DInteger.java42 * methods (such as {@link #highestOneBit(int) highestOneBit} and
1381 public static int highestOneBit(int i) { method in class:Integer
H A DLong.java44 * methods (such as {@link #highestOneBit(long) highestOneBit} and
1371 public static long highestOneBit(long i) { method in class:Long

Completed in 30 milliseconds