Searched defs:roundf (Results 1 – 9 of 9) sorted by relevance
3 float roundf(float x) in roundf() function
5 float roundf(float x) in roundf() function
6 pub fn roundf(x: f32) -> f32 { in roundf() function
176 mod roundf; module
12 float roundf(float x) in roundf() function
31 static INLINE float roundf(float x) { in roundf() function
495 float roundf(float x) in roundf() function
183 #define roundf(x) _hb_roundf(x) macro