Searched refs:lowestOneBit (Results 1 – 4 of 4) sorted by relevance
30 return Integer.lowestOneBit(x); in lo32()44 return Long.lowestOneBit(x); in lo64()
27 public static long lowestOneBit(long i) { in lowestOneBit() method in RedefinedLongIntrinsics
438 l2l("lowestOneBit", Long::lowestOneBit, RedefinedLongIntrinsics::lowestOneBit),
26 ….lang.Integer.highestOneBit(int), public static int java.lang.Integer.lowestOneBit(int), public st…