Searched refs:wtf_ceil (Results 1 – 2 of 2) sorted by relevance
58 inline double wtf_ceil(double x) { return copysign(ceil(x), x); } in wtf_ceil() function60 #define ceil(x) wtf_ceil(x)
135 int wtf_ceil() const in wtf_ceil() function