Searched defs:expm1f (Results 1 – 9 of 9) sorted by relevance
1 .global expm1f symbol3 expm1f: label
28 expm1f (float x) in expm1f() function
30 float expm1f(float x) in expm1f() function
31 float expm1f(float x) in expm1f() function
36 pub fn expm1f(mut x: f32) -> f32 { in expm1f() function
122 mod expm1f; module
46 LIBC_INLINE float expm1f(float x) { return __nv_expm1f(x); } in expm1f() function