Searched defs:acosf (Results 1 – 3 of 3) sorted by relevance
37 pub fn acosf(x: f32) -> f32 { in acosf() function
74 mod acosf; module
59 __DEVICE__ float acosf(float __a) { return __nv_acosf(__a); } in acosf() function