Searched defs:atanf (Results 1 – 10 of 10) sorted by relevance
1 .global atanf symbol3 atanf: label
41 float atanf(float x) in atanf() function
25 atanf (float x) in atanf() function
40 pub fn atanf(mut x: f32) -> f32 { in atanf() function
100 mod atanf; module
30 LIBC_INLINE float atanf(float x) { return __nv_atanf(x); } in atanf() function