Searched refs:FLOOR_SQRT_MAX_INT (Results 1 - 5 of 5) sorted by relevance
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ | ||
H A D | IntMath.java | 159 @VisibleForTesting static final int FLOOR_SQRT_MAX_INT = 46340; field in class:IntMath |
/external/guava/guava/src/com/google/common/math/ | ||
H A D | IntMath.java | 421 checkNoOverflow(-FLOOR_SQRT_MAX_INT <= b & b <= FLOOR_SQRT_MAX_INT); 428 @VisibleForTesting static final int FLOOR_SQRT_MAX_INT = 46340; field in class:IntMath |
/external/guava/guava-tests/test/com/google/common/math/ | ||
H A D | IntMathTest.java | 86 assertEquals(IntMath.sqrt(Integer.MAX_VALUE, FLOOR), IntMath.FLOOR_SQRT_MAX_INT); |
/external/droiddriver/libs/ | ||
H A D | guava-13.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ | ||
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
Completed in 221 milliseconds