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