Searched defs:atanhf (Results 1 – 3 of 3) sorted by relevance
8 pub fn atanhf(mut x: f32) -> f32 { in atanhf() function
86 mod atanhf; module
71 __DEVICE__ float atanhf(float __a) { return __nv_atanhf(__a); } in atanhf() function