Searched defs:atan2f (Results 1 – 7 of 7) sorted by relevance
1 .global atan2f symbol3 atan2f: label
47 float atan2f(float y, float x) in atan2f() function
15 atan2f (float y, float x) in atan2f() function
22 float atan2f(float y, float x) in atan2f() function
45 #define atan2f(y, x) ((float)atan2(y, x)) macro
359 # define atan2f rpl_atan2f macro