Home
last modified time | relevance | path

Searched refs:testFloor (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DForwardingNavigableSetTest.java208 public void testFloor() { in testFloor() method in ForwardingNavigableSetTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DNavigableSetNavigationTester.java181 public void testFloor() { in testFloor() method in NavigableSetNavigationTester
DNavigableMapNavigationTester.java182 public void testFloor() { in testFloor() method in NavigableMapNavigationTester
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1060 double testFloor = floor / 2; in round() local
1061 div = (testFloor == Math.floor(testFloor)) ? floor : ceil; in round()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java1055 double testFloor = floor / 2; in round() local
1056 div = (testFloor == Math.floor(testFloor)) ? floor : ceil; in round()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetNavigationTester.java195 public void testFloor() { in testFloor() method in MultisetNavigationTester
/external/python/cpython2/Lib/test/
Dtest_math.py384 def testFloor(self): member in MathTests