Searched defs:roundf (Results 1 – 6 of 6) sorted by relevance
36 roundf(float x) in roundf() function
23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro59 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
67 float roundf(float x) { return __builtin_roundf(x); } in roundf() function
146 EXPORT_F32_FN_F32(roundf) in EXPORT_F32_FN_F32() argument
1212 TEST(MATH_TEST, roundf) { in TEST() argument