Searched defs:atan2f (Results 1 – 5 of 5) sorted by relevance
28 atan2f(float y, float x) in atan2f() function
39 atan2f(float x, float y) in atan2f() function
107 atan2f(float x, float y) in atan2f() function
792 # define atan2f _atan2f macro
68 __DEVICE__ float atan2f(float __a, float __b) { return __nv_atan2f(__a, __b); } in atan2f() function