OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundToInt
(Results
1 - 9
of
9
) 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
772
inline int
roundToInt
(LayoutUnit value)
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 199 milliseconds