Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djfdlibm.h60 #define hypot jhypot macro
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1336 public static native double hypot(double x, double y); in hypot() method in StrictMath
DMath.java1567 public static native double hypot(double x, double y); in hypot() method in Math