Searched defs:lowestOneBit (Results 1 – 5 of 5) sorted by relevance
112 public static int lowestOneBit(int i) { throw new RuntimeException("Stub!"); } in lowestOneBit() method in Integer
111 public static long lowestOneBit(long i) { throw new RuntimeException("Stub!"); } in lowestOneBit() method in Long
205 public static long lowestOneBit(long i) { in lowestOneBit() method in Long
205 public static int lowestOneBit(int i) { in lowestOneBit() method in Integer
1809 public static long lowestOneBit(long i) { in lowestOneBit() method