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

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.s29 .file "hypot.s"
32 LIBM_ANSI_PRAGMA_WEAK(hypot,function)
40 ENTRY(hypot) function
135 SET_SIZE(hypot)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dhypot.c30 #pragma weak __hypot = hypot
54 * hypot(x, y) = x + (y / ((x + z) / y))
59 * hypot(x, y) is INF if x or y is +INF or -INF; else
60 * hypot(x, y) is NAN if x or y is NAN.
63 * hypot(x, y) returns sqrt(x^2+y^2) with error less than 1 ulps
79 hypot(double x, double y) { function
/illumos-gate/usr/src/head/
H A Dtgmath.h108 #undef hypot macro
109 #define hypot(x, y) __tgmath_hypot(x, y) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c52 #pragma weak hypot = __hypot macro

Completed in 67 milliseconds