Searched refs:ceiling (Results 1 – 5 of 5) sorted by relevance
232 private boolean isInRange(int floor, int ceiling, int value) { in isInRange() argument233 return value >= floor && value <= ceiling; in isInRange()
71 * Fetch the color from the LUT, and combine both floor and ceiling options based on the
301 final int ceiling = floor + stepSize; in snapOnly30s() local303 degrees = ceiling; in snapOnly30s()310 if ((degrees - floor) < (ceiling - degrees)) { in snapOnly30s()313 degrees = ceiling; in snapOnly30s()
48553 method public abstract E ceiling(E);48969 method public E ceiling(E);49274 method public E ceiling(E);
28788 HSPLjava/util/TreeSet;->ceiling(Ljava/lang/Object;)Ljava/lang/Object;