Searched defs:CEIL (Results 1 – 3 of 3) sorted by relevance
177 public static final ComposableFunction CEIL = new ComposableFunction() { field in ComposableFunction
65 #define CEIL(x) ( (double) ((int) (x)) == (x) ? \ macro
280 static private final double CEIL = 0.9999999; field in MathUtils