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

/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java113 check(x, tzcomp(x), tzint(x));
119 check(x, tzcomp(x), tzint(x));
141 check(x, tzcomp(x), tzint(x));
147 check(x, tzcomp(x), tzint(x));
182 static int tzint( int i) { return Integer.numberOfTrailingZeros(i); } method in class:Test6823354
185 static int tzint( long l) { return Long.numberOfTrailingZeros(l); } method in class:Test6823354
248 public void run() { check(VALUE, tzint(VALUE), dotzcomp()); }
263 public void run() { check(VALUE, tzint(VALUE), dotzcomp()); }

Completed in 29 milliseconds