Searched refs:hypotl (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcabsl.c37 return (hypotl(LD_RE(z), LD_IM(z)));
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c30 #pragma weak __hypotl = hypotl
33 * hypotl(x,y)
67 hypotl(long double x, long double y) { function
134 return (y1 * hypotl(x, y));
142 return (t1 * hypotl(x, y));
H A Dlongdouble.h84 extern long double hypotl(long double, long double);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c30 #pragma weak __hypotl = hypotl
33 * long double hypotl(long double x, long double y);
67 hypotl(long double x, long double y) { function
143 return (scalbnl(one, -16381) * hypotl(x, y));
150 return (t1 * hypotl(x, y));
H A Dlongdouble.h85 extern long double hypotl(long double, long double);
/illumos-gate/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)
/illumos-gate/usr/src/boot/include/
H A Dmath.h465 long double hypotl(long double, long double);
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com279 hypotl.o \
547 ../common/LD/hypotl.c \
692 ../common/Q/hypotl.c \

Completed in 59 milliseconds