Searched defs:roundf (Results 1 – 7 of 7) 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
89 static float roundf(float num) in roundf() function
135 roundf(float x) in roundf() function
132 roundf(float x) in roundf() function
511 roundf, enumerator