Home
last modified time | relevance | path

Searched defs:roundToInt (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DDoubleMath.java111 public static int roundToInt(double x, RoundingMode mode) { in roundToInt() method in DoubleMath
/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h772 inline int roundToInt(LayoutUnit value) in roundToInt() function