Searched refs:pow (Results 1 - 25 of 113) sorted by path

12345

/openbsd-current/games/hack/
H A Dhack.mon.c782 >= 10*pow((unsigned)(ul-1)))
/openbsd-current/games/phantasia/
H A Dfight.c33 / writerecord(), pickmonster(), displaystats(), pow(), cancelmonster(),
170 && drandom() > 0.2 + pow(0.4, (double) (flockcnt / 3 + Circle / 3.0)))
/openbsd-current/games/trek/
H A Dattack.c115 hit = Etc.klingon[i].power * pow(dustfac, tothe) * Param.hitfac;
H A Dcomputer.c228 cost = pow(0.90, dist) * 98.0 + 0.5;
H A Dhelp.c127 x = pow(1.0 - pow(0.94, dist), 0.3333333);
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h33 December 1989, add parens around `&' in pow.
307 pow (double x, double y) function
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h152 "pow",
/openbsd-current/gnu/gcc/gcc/
H A Dexpmed.c3282 int pow, pow2;
3291 pow = n + lgup;
3297 gcc_assert (pow != 2 * HOST_BITS_PER_WIDE_INT);
3300 if (pow >= HOST_BITS_PER_WIDE_INT)
3302 nh = (HOST_WIDE_INT) 1 << (pow - HOST_BITS_PER_WIDE_INT);
3308 nl = (unsigned HOST_WIDE_INT) 1 << pow;
3270 int pow, pow2; local
H A Dfp-test.c60 extern double pow (double, double);
244 d1 = pow (d2, d3);
H A Dsys-protos.h836 extern double pow(double, double);
/openbsd-current/gnu/gcc/libdecnumber/
H A DdecNumber.c1986 /* integer pow is used as a temporary variable. */
1989 pow=powers[cut]*2; \
1990 if ((u)>pow) { \
1991 pow*=4; \
1992 if ((u)>=pow) {(u)-=pow; *(c)+=8;} \
1993 pow/=2; \
1994 if ((u)>=pow) {(u)-=pow; *(c)+=4;} \
1995 pow/
2011 uInt u, pow; /* work */ local
2745 uInt const *pow; /* .. */ local
5567 uInt const *pow; /* work */ local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dvalarray_after.h548 _DEFINE_EXPR_BINARY_FUNCTION(pow)
H A Dvalarray_before.h334 { return pow(__x, __y); }
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h62 #undef pow macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h52 using std::pow;
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h75 #undef pow macro
354 using ::pow;
357 pow(float __x, float __y) function
361 pow(long double __x, long double __y) function
365 pow(double __x, int __i) function
369 pow(float __x, int __n) function
373 pow(long double __x, int __n) function
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dthrow_allocator.h123 1 - ::pow(double(1 - _S_throw_prob), double(0.5 / (size + 1)));
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_complex.h84 template<typename _Tp> complex<_Tp> pow(const complex<_Tp>&, int);
86 template<typename _Tp> complex<_Tp> pow(const complex<_Tp>&, const _Tp&);
88 template<typename _Tp> complex<_Tp> pow(const complex<_Tp>&,
91 template<typename _Tp> complex<_Tp> pow(const _Tp&, const complex<_Tp>&);
937 // 26.2.8/9 pow(__x, __y): Returns the complex power base of __x
942 pow(const complex<_Tp>& __z, int __n) function
947 pow(const complex<_Tp>& __x, const _Tp& __y) function
954 return pow(__x.real(), __y);
981 pow(const complex<_Tp>& __x, const complex<_Tp>& __y) function
986 pow(cons function
992 pow(const _Tp& __x, const complex<_Tp>& __y) function
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dmath.h82 using std::tr1::pow;
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dmathconf.h285 # define powf(x, y) pow (x, y)
H A Dstubs.c377 return (float) pow(x, y);
385 return pow((double) x, (double) y);
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dcompatibility.cc465 _GLIBCXX_MATHL_WRAPPER2 (pow, GLIBCXX_3.4);
/openbsd-current/gnu/lib/libiberty/src/
H A Dhashtab.c108 int pow, pow2;
112 pow = n + lgup;
115 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dvalarray_meta.h314 { return pow(__x, __y); }
1136 _DEFINE_EXPR_BINARY_FUNCTION(pow)
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h62 #undef pow macro

Completed in 273 milliseconds

12345