Searched defs:roundf (Results 1 – 8 of 8) sorted by relevance
14 float LLVM_LIBC_ENTRYPOINT(roundf)(float x) { return fputil::round(x); } in LLVM_LIBC_ENTRYPOINT() argument
6 pub fn roundf(mut x: f32) -> f32 { in roundf() function
158 mod roundf; module
31 static INLINE float roundf(float x) { in roundf() function
495 #define roundf(x) _hb_roundf(x) macro
135 roundf(float x) in roundf() function
495 float roundf(float x) in roundf() function
274 __DEVICE__ float roundf(float __a) { return __nv_roundf(__a); } in roundf() function