Searched refs:floor (Results 76 - 79 of 79) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java1323 * Utility for ceiling, floor, lower, higher methods.
2315 public E floor(E e) { return m.floorKey(e); } method in class:ConcurrentSkipListMap.KeySet
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1606 : x - (int)Math.floor(iconWidth / 2.0);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c259 output_gamma = floor(output_gamma + .5);
2556 * This reduces to round(V / 257), or floor((V + 128.5)/257)
2562 * error = floor(((V-vhi.vhi) + 128.5) / 257)
2563 * = floor(((vlo-vhi) + 128.5) / 257)
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c647 cmsUInt32Number v = (cmsUInt32Number) floor(Value[i]*65536.0 + 0.5);

Completed in 79 milliseconds

1234