Searched refs:powl (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dlongdouble.h109 extern long double powl(long double, long double);
H A Djnl.c130 b = powl(0.5L*x, (GENERIC) n);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlongdouble.h110 extern long double powl(long double, long double);
H A Dpowl.c30 #pragma weak __powl = powl
134 powl(long double x, long double y) { function
H A Djnl.c133 b = powl(0.5L*x, (GENERIC)n);
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpowl.c33 /* atan2l/atan2pil/exp2l/expl/fabsl/hypotl/isinfl/logl/powl/sincosl/sincospil */
138 r = powl(-x, u);
143 LD_RE(ans) = powl(x, u);
175 r = powl(fabsl(x + x), u) * exp2l(-0.5L * u);
178 r = powl(fabsl(x), u) * exp2l(0.5L * u);
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h356 extern long double powl __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/lib/libm/amd64/src/
H A Dpowl.s29 .file "powl.s"
57 LIBM_ANSI_PRAGMA_WEAK(powl,function)
80 ENTRY(powl) function
417 SET_SIZE(powl)
/illumos-gate/usr/src/boot/include/
H A Dmath.h485 long double powl(long double, long double);
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpowl.s29 .file "powl.s"
57 LIBM_ANSI_PRAGMA_WEAK(powl,function)
80 ENTRY(powl) function
437 SET_SIZE(powl)
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com293 powl.o \
706 ../common/Q/powl.c \

Completed in 95 milliseconds