Searched defs:coshf (Results 1 – 8 of 8) sorted by relevance
9 pub fn coshf(mut x: f32) -> f32 { in coshf() function
112 mod coshf; module
3 float coshf(float x) in coshf() function
43 coshf (float x) in coshf() function
36 LIBC_INLINE float coshf(float x) { return __nv_coshf(x); } in coshf() function