Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djfdlibm.h60 #define hypot jhypot macro
/libcore/ojluni/src/test/java/lang/StrictMath/
DFdlibmTranslit.java73 public static double hypot(double x, double y) { in hypot() method in FdlibmTranslit
/libcore/ojluni/annotations/flagged_api/java/lang/
DMath.annotated.java220 public static native double hypot(double x, double y); in hypot() method in Math
DStrictMath.annotated.java219 public static native double hypot(double x, double y); in hypot() method in StrictMath
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2288 public static native double hypot(double x, double y); in hypot() method in StrictMath