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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dw_hypot.c28 * wrapper hypot(x,y)
35 double hypot(double x, double y)/* wrapper hypot */ function
37 double hypot(x,y) /* wrapper hypot */
48 return __kernel_standard(x,y,4); /* hypot overflow */
/openjdk7/langtools/test/tools/apt/Basics/
H A DAggregate.java32 private static double hypot(double Berkeley, double SantaCruz) { method in class:Aggregate
/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java1160 public static double hypot(double x, double y) { method in class:Math
1161 return StrictMath.hypot(x, y);
H A DStrictMath.java58 * {@code hypot}, {@code expm1}, and {@code log1p}.
1131 public static native double hypot(double x, double y); method in class:StrictMath
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Djfdlibm.h60 #define hypot jhypot macro

Completed in 38 milliseconds