Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DNavigableSet.java116 E floor(E e); in floor() method
DTreeSet.java424 public E floor(E e) { in floor() method in TreeSet
DTreeMap.java1161 public E floor(E e) { return m.floorKey(e); } in floor() method in TreeMap.KeySet
/libcore/ojluni/src/main/native/
Djfdlibm.h51 #define floor jfloor macro
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListSet.java328 public E floor(E e) { in floor() method in ConcurrentSkipListSet
DConcurrentSkipListMap.java2340 public K floor(K e) { return m.floorKey(e); } in floor() method in ConcurrentSkipListMap.KeySet
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java339 public static double floor(double a) { in floor() method in StrictMath
DMath.java395 public static native double floor(double a); in floor() method in Math
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentSkipListSetTest.java869 int floor(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet
DTreeSetTest.java870 int floor(int element) { in check() method in TreeSetTest.ReferenceSet