Home
last modified time | relevance | path

Searched refs:hypotl (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/lib/libm/common/LD/
H A Dhypotl.c30 #pragma weak __hypotl = hypotl
67 hypotl(long double x, long double y) { in hypotl() function
134 return (y1 * hypotl(x, y)); in hypotl()
142 return (t1 * hypotl(x, y)); in hypotl()
H A Dlongdouble.h84 extern long double hypotl(long double, long double);
/titanic_50/usr/src/lib/libm/common/Q/
H A Dhypotl.c30 #pragma weak __hypotl = hypotl
67 hypotl(long double x, long double y) { in hypotl() function
143 return (scalbnl(one, -16381) * hypotl(x, y)); in hypotl()
150 return (t1 * hypotl(x, y)); in hypotl()
H A Dlongdouble.h85 extern long double hypotl(long double, long double);
/titanic_50/usr/src/lib/libm/common/complex/
H A Dcabsl.c37 return (hypotl(LD_RE(z), LD_IM(z))); in cabsl()
/titanic_50/usr/src/lib/libshell/common/features/
H A Dmath2 lib,npt fabsl,powl,hypotl,fmodl,logl,sinl,sinhl,sqrtl,tanl,tanhl math.h
/titanic_50/usr/src/head/iso/
H A Dmath_c99.h355 extern long double hypotl __P((long double, long double));
449 #pragma does_not_read_global_data(cbrtl, fabsl, hypotl, powl, sqrtl)
461 #pragma does_not_write_global_data(cbrtl, fabsl, hypotl, powl, sqrtl)
511 #pragma no_side_effect(cbrtl, fabsl, hypotl, powl, sqrtl)
/titanic_50/usr/src/lib/libm/
H A DMakefile.com279 hypotl.o \
547 ../common/LD/hypotl.c \
692 ../common/Q/hypotl.c \
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath134 "\002hypot", (Math_f)hypotl,
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath134 "\002hypot", (Math_f)hypotl,
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath134 "\002hypot", (Math_f)hypotl,
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath134 "\002hypot", (Math_f)hypotl,
/titanic_50/usr/src/lib/libm/common/
H A Dmapfile-vers477 hypotl;