HomeSort by relevance Sort by last modified time
    Searched refs:roundToLong (Results 1 - 9 of 9) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/math/
DoubleMathRoundingBenchmark.java 62 @Benchmark long roundToLong(int reps) {
66 tmp += DoubleMath.roundToLong(doubleInLongRange[j], mode);
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 168 @GwtIncompatible("DoubleMath.roundToLong(double, RoundingMode)")
177 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, mode));
186 @GwtIncompatible("DoubleMath.roundToLong(double, RoundingMode)")
195 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, mode));
204 @GwtIncompatible("DoubleMath.roundToLong(double, RoundingMode)")
213 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, UNNECESSARY));
221 @GwtIncompatible("DoubleMath.roundToLong(double, RoundingMode)")
225 DoubleMath.roundToLong(d, UNNECESSARY);
231 @GwtIncompatible("DoubleMath.roundToLong(double, RoundingMode)")
235 DoubleMath.roundToLong(Double.NaN, mode)
    [all...]
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 155 public static long roundToLong(double x, RoundingMode mode) {
  /external/kotlinc/lib/
kotlin-stdlib.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 441 milliseconds