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

/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java56 check(x, lzcomp(x), lzint(x));
62 check(x, lzcomp(x), lzint(x));
84 check(x, lzcomp(x), lzint(x));
90 check(x, lzcomp(x), lzint(x));
176 static int lzint( int i) { return Integer.numberOfLeadingZeros(i); } method in class:Test6823354
179 static int lzint( long l) { return Long.numberOfLeadingZeros(l); } method in class:Test6823354
218 public void run() { check(VALUE, lzint(VALUE), dolzcomp()); }
233 public void run() { check(VALUE, lzint(VALUE), dolzcomp()); }

Completed in 29 milliseconds