Searched defs:atan2f (Results 1 – 6 of 6) sorted by relevance
1 .global atan2f symbol3 atan2f: label
22 float atan2f(float y, float x) in atan2f() function
28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
99 mod atan2f; module
40 v_f32_t V_NAME (atan2f) (v_f32_t y, v_f32_t x) in V_NAME() argument
45 atan2f (float y, float x) in atan2f() function