Searched defs:asinhf (Results 1 – 3 of 3) sorted by relevance
10 pub fn asinhf(mut x: f32) -> f32 { in asinhf() function
80 mod asinhf; module
65 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } in asinhf() function