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

  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 111 public static int roundToInt(double x, RoundingMode mode) {
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 80 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode));
97 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode));
113 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, UNNECESSARY));
124 DoubleMath.roundToInt(d, UNNECESSARY);
133 DoubleMath.roundToInt(Double.NaN, mode);
142 DoubleMath.roundToInt(Double.POSITIVE_INFINITY, mode);
146 DoubleMath.roundToInt(Double.NEGATIVE_INFINITY, mode);
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 761 inline int roundToInt(LayoutUnit value)
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 77 milliseconds