Searched defs:floor (Results 1 - 14 of 14) sorted by relevance

/openjdk10/jdk/src/java.base/share/native/libfdlibm/
H A Ds_floor.c44 double floor(double x) function
H A Djfdlibm.h51 #define floor jfloor macro
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/lang/
H A DMath_round.java50 public static double floor(double arg) { method in class:Math_round
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DNavigableSet.java117 E floor(E e); method in interface:NavigableSet
H A DTreeSet.java424 public E floor(E e) { method in class:TreeSet
H A DTreeMap.java1137 public E floor(E e) { return m.floorKey(e); } method in class:TreeMap.KeySet
H A DCollections.java1245 public E floor(E e) { return ns.floor(e); } method in class:Collections.UnmodifiableNavigableSet
2304 public E floor(E e) { synchronized (mutex) {return ns.floor(e);} } method in class:Collections.SynchronizedNavigableSet
3355 public E floor(E e) { return ns.floor(e); } method in class:Collections.CheckedNavigableSet
[all...]
/openjdk10/jdk/test/java/text/Format/NumberFormat/
H A DNumberFormatRounding.java45 static final String floor[] = {"5", "2", "1", "1", "1", "-1", "-2", "-2", "-3", "-6", field in class:NumberFormatRounding
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentSkipListSet.java356 public E floor(E e) { method in class:ConcurrentSkipListSet
H A DConcurrentSkipListMap.java2392 public K floor(K e) { return m.floorKey(e); } method in class:ConcurrentSkipListMap.KeySet
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeMath.java344 public static double floor(final Object self, final Object x) { method in class:NativeMath
357 public static int floor(final Object self, final int x) { method in class:NativeMath
370 public static long floor(fina method in class:NativeMath
383 public static double floor(final Object self, final double x) { method in class:NativeMath
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DMath.java462 public static double floor(double a) { method in class:Math
[all...]
H A DStrictMath.java377 public static double floor(double a) { method in class:StrictMath
[all...]
/openjdk10/jdk/test/java/util/Collection/
H A DMOAT.java1251 checkNavigableMapKeys(NavigableMap<Integer,Integer> m, Integer i, Integer lower, Integer floor, Integer ceiling, Integer higher) argument
1264 checkNavigableSetKeys(NavigableSet<Integer> m, Integer i, Integer lower, Integer floor, Integer ceiling, Integer higher) argument

Completed in 140 milliseconds