Searched defs:coshf (Results 1 – 3 of 3) sorted by relevance
11 pub fn coshf(mut x: f32) -> f32 { in coshf() function
96 mod coshf; module
87 __DEVICE__ float coshf(float __a) { return __nv_coshf(__a); } in coshf() function