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

  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 134 public static long roundToLong(double x, RoundingMode mode) {
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 160 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, mode));
177 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, mode));
194 assertEquals(expected.longValue(), DoubleMath.roundToLong(d, UNNECESSARY));
205 DoubleMath.roundToLong(d, UNNECESSARY);
214 DoubleMath.roundToLong(Double.NaN, mode);
223 DoubleMath.roundToLong(Double.POSITIVE_INFINITY, mode);
227 DoubleMath.roundToLong(Double.NEGATIVE_INFINITY, mode);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 39 milliseconds