Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DFloatMath.java130 public static float hypot(float x, float y) { in hypot() method in FloatMath
/frameworks/rs/driver/runtime/
Drs_cl.c531 float __attribute__((overloadable)) hypot(float v1, float v2) { in hypot() function