Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 3 of 3) 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/base/packages/EasterEgg/src/com/android/egg/paint/
DPainting.kt32 fun hypot(x: Float, y: Float): Float { in hypot() method
/frameworks/rs/driver/runtime/
Drs_cl.c531 float __attribute__((overloadable)) hypot(float v1, float v2) { in hypot() function