Searched defs:floor (Results 1 – 12 of 12) sorted by relevance
51 #define floor jfloor macro
357 public E floor(E e) { in floor() method in ConcurrentSkipListSet
2369 public K floor(K e) { return m.floorKey(e); } in floor() method in ConcurrentSkipListMap.KeySet
424 public E floor(E e) { in floor() method in TreeSet
1291 public E floor(E e) { return ns.floor(e); } in floor() method in UnmodifiableNavigableSet
1141 public E floor(E e) { return m.floorKey(e); } in floor() method in TreeMap.KeySet
426 public static short floor(short h) { in floor() method in FP16
372 public static double floor(double a) { in floor() method in StrictMath
447 public static native double floor(double a); in floor() method in Math
869 int floor(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet
870 int floor(int element) { in check() method in TreeSetTest.ReferenceSet
900 int floor(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet