Searched defs:roundf (Results 1 – 3 of 3) sorted by relevance
36 roundf(float x) in roundf() function
91 float roundf(float x) { return __builtin_roundf(x); } in roundf() function
1247 TEST(math_h, roundf) { in TEST() argument