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

/frameworks/base/core/java/android/util/
H A DFloatMath.java130 public static float hypot(float x, float y) { method in class:FloatMath
131 return (float) Math.hypot(x, y);
/frameworks/rs/driver/runtime/
H A Drs_cl.c531 float __attribute__((overloadable)) hypot(float v1, float v2) { function
534 FN_FUNC_FN_FN(hypot)
1620 THUNK_NATIVE_F_F(hypot)
2014 HN_FUNC_HN_HN(hypot); variable

Completed in 72 milliseconds