Searched defs:atan2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DMathUtils.java146 public static float atan2(float a, float b) { method in class:MathUtils
147 return (float) Math.atan2(a, b);
/frameworks/rs/driver/runtime/
H A Drs_cl.c383 float __attribute__((overloadable)) atan2(float v1, float v2) { function
386 FN_FUNC_FN_FN(atan2)
401 return atan2(y, x) / M_PI;
1611 THUNK_NATIVE_F_F(atan2)
1890 HN_FUNC_HN_HN(atan2); variable

Completed in 265 milliseconds