Searched defs:atan2f (Results 1 – 5 of 5) sorted by relevance
1 .global atan2f symbol3 atan2f: label
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