Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.S40 ENTRY(hypot) function
/illumos-gate/usr/src/lib/libm/common/C/
H A Dhypot.c79 hypot(double x, double y) { in hypot() function
/illumos-gate/usr/src/head/
H A Dtgmath.h109 #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