Home
last modified time | relevance | path

Searched refs:pow (Results 1 – 25 of 103) sorted by relevance

12345

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc84 _Tp __term = std::pow(static_cast<_Tp>(__k), -__s); in __riemann_zeta_sum()
117 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt()
123 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_alt()
173 __zeta *= std::pow(_Tp(2) in __riemann_zeta_glob()
211 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
223 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_glob()
261 const _Tp __fact = _Tp(1) - std::pow(__prime[__i], -__s); in __riemann_zeta_product()
298 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s) in __riemann_zeta()
320 _Tp __zeta = std::pow(_Tp(2) in __riemann_zeta()
394 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
H A Dcomplex349 pow(const std::complex<_Tp>& __x, const _Up& __y)
352 return std::pow(std::complex<__type>(__x), __type(__y));
357 pow(const _Tp& __x, const std::complex<_Up>& __y)
360 return std::pow(__type(__x), std::complex<__type>(__y));
365 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
368 return std::pow(std::complex<__type>(__x),
400 pow(const std::complex<_Tp>& __x, const _Tp& __y)
401 { return std::pow(__x, __y); }
405 pow(const _Tp& __x, const std::complex<_Tp>& __y)
406 { return std::pow(__x, __y); }
[all …]
H A Dell_integral.tcc100 const _Tp __errtol = std::pow(__eps, _Tp(1) / _Tp(6)); in __ellint_rf()
317 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rd()
320 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); in __ellint_rd()
321 const _Tp __uplim = std::pow(_Tp(0.1L) * __errtol / __min, _Tp(2) / _Tp(3)); in __ellint_rd()
517 const _Tp __errtol = std::pow(__eps / _Tp(30), _Tp(1) / _Tp(6)); in __ellint_rc()
570 const _Tp __lolim = std::pow(_Tp(5) * __min, _Tp(1)/_Tp(3)); in __ellint_rj()
572 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3)); in __ellint_rj()
597 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rj()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc90 _Tp __term = std::pow(static_cast<_Tp>(__k), -__s); in __riemann_zeta_sum()
123 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt()
129 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_alt()
179 __zeta *= std::pow(_Tp(2) in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
229 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_glob()
267 const _Tp __fact = _Tp(1) - std::pow(__prime[__i], -__s); in __riemann_zeta_product()
304 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s) in __riemann_zeta()
326 _Tp __zeta = std::pow(_Tp(2) in __riemann_zeta()
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
H A Dcomplex350 pow(const std::complex<_Tp>& __x, const _Up& __y)
353 return std::pow(std::complex<__type>(__x), __type(__y));
358 pow(const _Tp& __x, const std::complex<_Up>& __y)
361 return std::pow(__type(__x), std::complex<__type>(__y));
366 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
369 return std::pow(std::complex<__type>(__x),
401 pow(const std::complex<_Tp>& __x, const _Tp& __y)
402 { return std::pow(__x, __y); }
406 pow(const _Tp& __x, const std::complex<_Tp>& __y)
407 { return std::pow(__x, __y); }
[all …]
H A Dell_integral.tcc104 const _Tp __errtol = std::pow(__eps, _Tp(1) / _Tp(6)); in __ellint_rf()
321 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rd()
324 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); in __ellint_rd()
325 const _Tp __uplim = std::pow(_Tp(0.1L) * __errtol / __min, _Tp(2) / _Tp(3)); in __ellint_rd()
521 const _Tp __errtol = std::pow(__eps / _Tp(30), _Tp(1) / _Tp(6)); in __ellint_rc()
574 const _Tp __lolim = std::pow(_Tp(5) * __min, _Tp(1)/_Tp(3)); in __ellint_rj()
576 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3)); in __ellint_rj()
601 const _Tp __errtol = std::pow(__eps / _Tp(8), _Tp(1) / _Tp(6)); in __ellint_rj()
H A Dcmath1064 // DR 550. What should the return type of pow(float,int) be?
1067 // We cannot do "using std::pow;" because that would bring in unwanted
1068 // pow(*, int) overloads in C++03, with the wrong return type. Instead we
1073 // The solution is to forward std::tr1::pow(double,double) to
1074 // std::pow(double,double) via the function template below. See
1080 pow(float __x, float __y)
1081 { return std::pow(__x, __y); }
1084 pow(long double __x, long double __y)
1085 { return std::pow(__x, __y); }
1090 pow(_Tp __x, _Up __y)
[all …]
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumberLocal.h288 #define TODIGIT(u, cut, c, pow) { \ argument
290 pow=DECPOWERS[cut]*2; \
291 if ((u)>pow) { \
292 pow*=4; \
293 if ((u)>=pow) {(u)-=pow; *(c)+=8;} \
294 pow/=2; \
295 if ((u)>=pow) {(u)-=pow; *(c)+=4;} \
296 pow/=2; \
298 if ((u)>=pow) {(u)-=pow; *(c)+=2;} \
299 pow/=2; \
[all …]
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumberLocal.h288 #define TODIGIT(u, cut, c, pow) { \ argument
290 pow=DECPOWERS[cut]*2; \
291 if ((u)>pow) { \
292 pow*=4; \
293 if ((u)>=pow) {(u)-=pow; *(c)+=8;} \
294 pow/=2; \
295 if ((u)>=pow) {(u)-=pow; *(c)+=4;} \
296 pow/=2; \
298 if ((u)>=pow) {(u)-=pow; *(c)+=2;} \
299 pow/=2; \
[all …]
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumberLocal.h287 #define TODIGIT(u, cut, c, pow) { \ argument
289 pow=DECPOWERS[cut]*2; \
290 if ((u)>pow) { \
291 pow*=4; \
292 if ((u)>=pow) {(u)-=pow; *(c)+=8;} \
293 pow/=2; \
294 if ((u)>=pow) {(u)-=pow; *(c)+=4;} \
295 pow/=2; \
297 if ((u)>=pow) {(u)-=pow; *(c)+=2;} \
298 pow/=2; \
[all …]
/dragonfly/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk65 function pow(x, y) function
90 A = pow(10, gain / 40.0);
92 A = sqrt(pow(10, gain / 20.0));
244 attn = pow(2.0, bit) / pow(2.0, 32.0);
/dragonfly/games/trek/
H A Dhelp.c122 x = pow(1.0 - pow(0.94, dist), 0.3333333); in help()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcmath71 #undef pow
352 using ::pow;
355 pow(float __x, float __y)
359 pow(long double __x, long double __y)
363 pow(double __x, int __i)
367 pow(float __x, int __n)
371 pow(long double __x, int __n)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dcomplex971 // DR 844. complex pow return type is ambiguous.
974 pow(const complex<_Tp>& __z, int __n)
984 pow(const complex<_Tp>& __x, const _Tp& __y)
991 return pow(__x.real(), __y);
1018 pow(const complex<_Tp>& __x, const complex<_Tp>& __y)
1023 pow(const complex<_Tp>& __x, const complex<_Tp>& __y)
1029 pow(const _Tp& __x, const complex<_Tp>& __y)
1033 : std::pow(complex<_Tp>(__x), __y);
1844 pow(const std::complex<_Tp>& __x, const _Up& __y)
1852 pow(const _Tp& __x, const std::complex<_Up>& __y)
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dcomplex1001 // DR 844. complex pow return type is ambiguous.
1008 pow(const complex<_Tp>& __z, int __n)
1017 pow(const complex<_Tp>& __x, const _Tp& __y)
1024 return pow(__x.real(), __y);
1051 pow(const complex<_Tp>& __x, const complex<_Tp>& __y)
1056 pow(const complex<_Tp>& __x, const complex<_Tp>& __y)
1062 pow(const _Tp& __x, const complex<_Tp>& __y)
1066 : std::pow(complex<_Tp>(__x), __y);
1883 pow(const std::complex<_Tp>& __x, const _Up& __y)
1891 pow(const _Tp& __x, const std::complex<_Up>& __y)
[all …]
/dragonfly/usr.bin/calendar/
H A Dmoon.c163 sum_c += arg1->v * pow(E, arg1->w) * sin_deg( in nth_new_moon()
338 sum += arg->v * pow(E, abs(arg->x)) * sin_deg( in lunar_longitude()
448 sum += arg->v * pow(E, abs(arg->x)) * sin_deg( in lunar_latitude()
558 correction += arg->v * pow(E, abs(arg->x)) * cos_deg( in lunar_distance()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dacs.c317 factor = pow(10, survey->nf / 5.0L) + in acs_survey_interference_factor()
319 pow(2, pow(10, (long double) survey->nf / 10.0L) - in acs_survey_interference_factor()
320 pow(10, (long double) min_nf / 10.0L)); in acs_survey_interference_factor()
/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
H A Ddecimal64.c757 uInt const *pow; /* work */ in decDigitsFromDPD() local
840 for (pow=&DECPOWERS[4]; *last>=*pow; pow++) dn->digits++;
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
H A Ddecimal64.c757 uInt const *pow; /* work */ in decDigitsFromDPD() local
840 for (pow=&DECPOWERS[4]; *last>=*pow; pow++) dn->digits++;
/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
H A Ddecimal64.c757 uInt const *pow; /* work */ in decDigitsFromDPD() local
840 for (pow=&DECPOWERS[4]; *last>=*pow; pow++) dn->digits++;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfp-test.c59 extern double pow (double, double);
243 d1 = pow (d2, d3); in main()
/dragonfly/contrib/openbsd_libm/src/
H A Ds_cpow.c64 r = pow (absa, x); in cpow()
/dragonfly/lib/libm/src/
H A Dimprecise.c60 imprecise_powl(long double x, long double y) { return pow(x, y); } in imprecise_powl()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmatch.pd524 /* Simplify pow(-x, y) and pow(|x|,y) -> pow(x,y) if y is an even integer. */
4150 /* Simplify x * pow(x,c) -> pow(x,c+1). */
4180 /* Simplify pow(x,y) * pow(x,z) -> pow(x,y+z). */
4185 /* Simplify pow(x,y) * pow(z,y) -> pow(x*z,y). */
4195 /* Simplify pow(x,c) / x -> pow(x,c-1). */
4201 /* Simplify x / pow (y,z) -> x * pow(y,-z). */
4225 /* sqrt(pow(x,y)) -> pow(|x|,y*0.5). */
4229 /* cbrt(pow(x,y)) -> pow(x,y/3), iff x is nonnegative. */
4233 /* pow(sqrt(x),y) -> pow(x,y*0.5). */
4237 /* pow(cbrt(x),y) -> pow(x,y/3) iff x is nonnegative. */
[all …]
/dragonfly/usr.bin/m4/
H A Dparser.y58 | expr EXPONENT expr { $$ = pow($1, $3); }

12345