Searched refs:sqrtMaxLong (Results 1 – 2 of 2) sorted by relevance
155 long sqrtMaxLong = (long) Math.sqrt(Long.MAX_VALUE); in testSqrtOfLongIsAtMostFloorSqrtMaxLong() local156 assertTrue(sqrtMaxLong <= LongMath.FLOOR_SQRT_MAX_LONG); in testSqrtOfLongIsAtMostFloorSqrtMaxLong()
613 long sqrtMaxLong = (long) Math.sqrt(Long.MAX_VALUE); in testSqrtOfLongIsAtMostFloorSqrtMaxLong() local614 assertTrue(sqrtMaxLong <= LongMath.FLOOR_SQRT_MAX_LONG); in testSqrtOfLongIsAtMostFloorSqrtMaxLong()