Searched defs:ceil (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkSize.h92 SkISize ceil() const { function in struct:SkSize
/external/webkit/JavaScriptCore/wtf/
H A DMathExtras.h67 // Work around a bug in the Mac OS X libc where ceil(-0.1) return +0.
68 inline double wtf_ceil(double x) { return copysign(ceil(x), x); }
70 #define ceil(x) wtf_ceil(x) macro
104 double integer = ceil(num);
120 inline double trunc(double num) { return num > 0 ? floor(num) : ceil(num); }
/external/iproute2/include/linux/
H A Dpkt_sched.h273 struct tc_ratespec ceil; member in struct:tc_htb_opt
/external/kernel-headers/original/linux/
H A Dpkt_sched.h273 struct tc_ratespec ceil; member in struct:tc_htb_opt

Completed in 48 milliseconds