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

/openbsd-current/regress/lib/libm/cephes/
H A Dtestvectl.c261 long double powl (long double, long double);
303 {"powl", powl, &ONEL, &ZEROL, &ONEL, 0},
304 {"powl", powl, &ONEL, &NEGZEROL, &ONEL, 0},
305 {"powl", powl, &MONEL, &ZEROL, &ONEL, 0},
306 {"powl", powl, &MONEL, &NEGZEROL, &ONEL, 0},
307 {"powl", pow
[all...]
H A Dtestvectll.c265 long double powl (long double, long double);
307 {"powl", powl, &ONEL, &ZEROL, &ONEL, 0},
308 {"powl", powl, &ONEL, &NEGZEROL, &ONEL, 0},
309 {"powl", powl, &MONEL, &ZEROL, &ONEL, 0},
310 {"powl", powl, &MONEL, &NEGZEROL, &ONEL, 0},
311 {"powl", pow
[all...]
/openbsd-current/lib/libm/src/
H A Ds_cpowl.c64 r = powl(absa, x);
/openbsd-current/gnu/usr.bin/perl/hints/
H A Daix.sh625 # Some releases (and patch levels) of AIX have a broken powl().
629 echo "Checking if your powl() is broken..." >&4
630 cat > powl$$.c <<EOF
634 printf("%Lg\n", powl(-3.0L, 2.0L));
638 '') $cc -qlongdouble -o powl$$ powl$$.c -lm ;;
639 *) $cc -o powl$$ powl$$.c -lm ;;
641 case `./powl$$` in
642 9) echo "Your powl() i
[all...]
H A Dsolaris_2.sh683 int main() { (void) powl(2, 256); return(0); }
/openbsd-current/gnu/gcc/fixincludes/tests/base/architecture/ppc/
H A Dmath.h58 extern long double powl( long double, long double ) __LIBMLDBL_COMPAT(powl); variable
/openbsd-current/lib/libm/src/ld80/
H A De_tgammal.c56 * Accuracy for large arguments is dominated by error in powl().
209 v = powl( x, 0.5L * x - 0.25L );
214 y = powl( x, x - 0.5L ) / y;
H A De_powl.c19 /* powl.c
27 * long double x, y, z, powl();
29 * z = powl( x, y );
205 powl(long double x, long double y) function
466 DEF_STD(powl); variable
/openbsd-current/regress/usr.bin/bc/
H A Dt19.c62 prec = powl(10.0L, (long double)-scale[si]);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c188 powl(long double x, long double y) function
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c383 powl(long double x, long double y) function
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c28 /* powl(x,y) return x**y
144 powl(long double x, long double y) function
440 DEF_STD(powl); variable
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h363 # define powl _powl macro
H A Dconfigure20555 echo $ac_n "checking for powl declaration""... $ac_c" 1>&6
20556 echo "configure:20557: checking for powl declaration" >&5
20575 powl(0, 0);
20602 for ac_func in powl
/openbsd-current/gnu/lib/libstdc++-v3/
H A Dconfig.h255 /* Define to 1 if you have the `powl' function. */
1017 # define powl _powl macro
/openbsd-current/include/
H A Dmath.h432 long double powl(long double, long double);
H A Dtgmath.h113 #define pow(x, y) __tg_impl_full(x, x, y, pow, powf, powl, \
/openbsd-current/lib/libm/hidden/
H A Dmath.h167 LDBL_PROTO_NORMAL(powl); variable
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmktodo.pl113 powl
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h569 pow(long double __x, long double __y) { return ::powl(__x, __y); }
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h474 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dparanoia.cc932 ld1 = powl (ld1, ld2);
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h2640 # define Perl_pow powl
H A DConfigure10347 printf("%"$sPRIgldbl"\n", sqrtl(logl(expl(cosl(sinl(0.0L))))+powl(2.0L, 3.0L)));

Completed in 698 milliseconds