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