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

/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java29 * @run main/othervm -Xcomp -XX:CompileOnly=Test6823354.lzcomp,Test6823354.tzcomp,.dolzcomp,.dotzcomp Test6823354
56 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));
177 static int lzcomp(int i) { return Integer.numberOfLeadingZeros(i); } method in class:Test6823354
180 static int lzcomp(long l) { return Long.numberOfLeadingZeros(l); } method in class:Test6823354
219 static int dolzcomp() { return lzcomp(VALUE); }
234 static int dolzcomp() { return lzcomp(VALUE); }

Completed in 29 milliseconds