Searched defs:atanf (Results 1 – 6 of 6) sorted by relevance
1 .global atanf symbol3 atanf: label
41 float atanf(float x) in atanf() function
25 atanf (float x) in atanf() function
34 v_f32_t V_NAME (atanf) (v_f32_t x) in V_NAME() argument
45 pub fn atanf(mut x: f32) -> f32 { in atanf() function
100 mod atanf; module