HomeSort by relevance Sort by last modified time
    Searched full:signum1 (Results 1 - 1 of 1) sorted by null

  /libcore/benchmarks/src/benchmarks/regression/
IntegerBenchmark.java 26 t += signum1(-i);
27 t += signum1(0);
28 t += signum1(i);
43 private static int signum1(long v) { method in class:IntegerBenchmark

Completed in 154 milliseconds