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

/frameworks/base/core/java/android/util/
H A DMathUtils.java143 public static float atan(float value) { method in class:MathUtils
144 return (float) Math.atan(value);
/frameworks/rs/driver/runtime/
H A Drs_cl.c374 float __attribute__((overloadable)) atan(float v) { function
377 FN_FUNC_FN(atan)
392 return atan(v) / M_PI;
1607 THUNK_NATIVE_F(atan)
1884 HN_FUNC_HN(atan); variable

Completed in 1142 milliseconds