Searched refs:hypotl (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libm/common/LD/ |
H A D | hypotl.c | 30 #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 D | longdouble.h | 84 extern long double hypotl(long double, long double);
|
/titanic_50/usr/src/lib/libm/common/Q/ |
H A D | hypotl.c | 30 #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 D | longdouble.h | 85 extern long double hypotl(long double, long double);
|
/titanic_50/usr/src/lib/libm/common/complex/ |
H A D | cabsl.c | 37 return (hypotl(LD_RE(z), LD_IM(z))); in cabsl()
|
/titanic_50/usr/src/lib/libshell/common/features/ |
H A D | math | 2 lib,npt fabsl,powl,hypotl,fmodl,logl,sinl,sinhl,sqrtl,tanl,tanhl math.h
|
/titanic_50/usr/src/head/iso/ |
H A D | math_c99.h | 355 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 D | Makefile.com | 279 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 D | math | 134 "\002hypot", (Math_f)hypotl,
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 134 "\002hypot", (Math_f)hypotl,
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 134 "\002hypot", (Math_f)hypotl,
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | math | 134 "\002hypot", (Math_f)hypotl,
|
/titanic_50/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 477 hypotl;
|