Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.S32 LIBM_ANSI_PRAGMA_WEAK(hypot,function)
40 ENTRY(hypot) function
135 SET_SIZE(hypot)
/illumos-gate/usr/src/head/
H A Dmath.h147 extern double hypot(double, double);
151 #pragma does_not_read_global_data(erf, erfc, hypot)
152 #pragma does_not_write_global_data(erf, erfc, hypot)
153 #pragma no_side_effect(erf, erfc, hypot)
H A Dtgmath.h108 #undef hypot
109 #define hypot(x, y) __tgmath_hypot(x, y) macro
/illumos-gate/usr/src/lib/libm/common/C/
H A Dhypot.c30 #pragma weak __hypot = hypot
79 hypot(double x, double y) { in hypot() function
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h227 extern double hypot(double, double);
476 #pragma does_not_read_global_data(acosh, atanh, hypot, lgamma, log1p, logb)
478 #pragma does_not_write_global_data(acosh, atanh, hypot, log1p, logb)
483 #pragma no_side_effect(scalbn, scalbln, cbrt, hypot)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab31 f 2 hypot
/illumos-gate/usr/src/man/man3m/
H A DMakefile79 hypot.3m \
441 hypotf.3m := LINKSRC = hypot.3m
442 hypotl.3m := LINKSRC = hypot.3m
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c52 #pragma weak hypot = __hypot macro
H A Dmapfile-vers193 hypot;
/illumos-gate/usr/src/boot/include/
H A Dmath.h272 double hypot(double, double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com189 hypot.o \
906 ../common/C/hypot.c \
956 ../common/C/hypot.c \
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath125 "\002hypot", (Math_f)(uintptr_t)hypotl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath125 "\002hypot", (Math_f)(uintptr_t)hypotl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath125 "\002hypot", (Math_f)(uintptr_t)hypotl,
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath125 "\002hypot", (Math_f)(uintptr_t)hypotl,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc186 file path=usr/share/man/man3m/hypot.3m
187 link path=usr/share/man/man3m/hypotf.3m target=hypot.3m
188 link path=usr/share/man/man3m/hypotl.3m target=hypot.3m
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers720 hypot;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE9314 a. The math functions, atan2, hypot, fmod, and pow were added.
H A DRELEASE2844 96-07-31 +The math functions, atan2, hypot, fmod, and pow were added.