Searched refs:testFloor (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DNavigableSetNavigationTester.java181 public void testFloor() { method in class:NavigableSetNavigationTester
H A DNavigableMapNavigationTester.java182 public void testFloor() { method in class:NavigableMapNavigationTester
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingNavigableSetTest.java208 public void testFloor() { method in class:ForwardingNavigableSetTest
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java195 public void testFloor() { method in class:MultisetNavigationTester
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat_ICU58_Android.java1070 double testFloor = floor / 2;
1071 div = (testFloor == Math.floor(testFloor)) ? floor : ceil;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat_ICU58_Android.java1073 double testFloor = floor / 2;
1074 div = (testFloor == Math.floor(testFloor)) ? floor : ceil;
/external/python/cpython2/Lib/test/
H A Dtest_math.py384 def testFloor(self): member in class:MathTests
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client_test.py542 def testFloor(self): member in class:SingleOpTest
/external/python/cpython3/Lib/test/
H A Dtest_math.py518 def testFloor(self): member in class:MathTests
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1552 milliseconds