Searched defs:atanhf (Results 1 – 8 of 8) sorted by relevance
9 pub fn atanhf(mut x: f32) -> f32 { in atanhf() function
102 mod atanhf; module
4 float atanhf(float x) in atanhf() function
62 atanhf (float x) in atanhf() function
32 LIBC_INLINE float atanhf(float x) { return __nv_atanhf(x); } in atanhf() function