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

  /libcore/benchmarks/src/benchmarks/regression/
IntegerBenchmark.java 36 t += signum2(-i);
37 t += signum2(0);
38 t += signum2(i);
47 private static int signum2(long v) { method in class:IntegerBenchmark

Completed in 45 milliseconds