Searched defs:roundf (Results 1 – 17 of 17) sorted by relevance
6 pub fn roundf(x: f32) -> f32 { in roundf() function
176 mod roundf; module
170 __DEVICE__ float roundf(float __a) { return __nv_roundf(__a); } in roundf() function
174 __DEVICE__ float roundf(float __a) { return __nv_roundf(__a); } in roundf() function
1327 pub fn roundf(x: c_float) -> c_float; in roundf() function