Searched defs:roundf (Results 1 – 3 of 3) sorted by relevance
1754 # define roundf rpl_roundf macro
120 inline float roundf(float x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); } in roundf() function
132 roundf(float x) in roundf() function