Searched defs:tanhf (Results 1 – 3 of 3) sorted by relevance
4 pub fn tanhf(mut x: f32) -> f32 { in tanhf() function
172 mod tanhf; module
318 __DEVICE__ float tanhf(float __a) { return __nv_tanhf(__a); } in tanhf() function