Home
last modified time | relevance | path

Searched refs:sqrtMaxLong (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DLongMathTest.java155 long sqrtMaxLong = (long) Math.sqrt(Long.MAX_VALUE); in testSqrtOfLongIsAtMostFloorSqrtMaxLong() local
156 assertTrue(sqrtMaxLong <= LongMath.FLOOR_SQRT_MAX_LONG); in testSqrtOfLongIsAtMostFloorSqrtMaxLong()
/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java613 long sqrtMaxLong = (long) Math.sqrt(Long.MAX_VALUE); in testSqrtOfLongIsAtMostFloorSqrtMaxLong() local
614 assertTrue(sqrtMaxLong <= LongMath.FLOOR_SQRT_MAX_LONG); in testSqrtOfLongIsAtMostFloorSqrtMaxLong()