Searched defs:ceil (Results 1 – 4 of 4) sorted by relevance
29 ceil(double x) in ceil() function
25 double ceil(double x) { return __builtin_ceil(x); } in ceil() function
273 struct tc_ratespec ceil; member
799 TEST(math_h, ceil) { in TEST() argument