Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djfdlibm.h60 #define hypot jhypot macro
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1314 public static native double hypot(double x, double y); in hypot() method in StrictMath
DMath.java1702 public static native double hypot(double x, double y); in hypot() method in Math
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java156 public static native double hypot(double x, double y); in hypot() method in Math