HomeSort by relevance Sort by last modified time
    Searched full:__numeric_constants (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
modified_bessel_func.tcc 155 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 __Kmu = std::sqrt(__numeric_constants<_Tp>::__pi() / (_Tp(2) * __x))
343 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2()
385 / (__numeric_constants<_Tp>::__sqrt3()
386 * __numeric_constants<_Tp>::__pi());
387 __Bi = __rootx * (__K_nu / __numeric_constants<_Tp>::__pi()
388 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3());
392 / (__numeric_constants<_Tp>::__sqrt3()
393 * __numeric_constants<_Tp>::__pi());
394 __Bip = __x * (__K_nu / __numeric_constants<_Tp>::__pi(
    [all...]
gamma.tcc 109 __fact *= __k / (_Tp(2) * __numeric_constants<_Tp>::__pi());
153 * __numeric_constants<_Tp>::__pi());
202 / __numeric_constants<_Tp>::__euler());
228 = std::abs(std::sin(__numeric_constants<_Tp>::__pi() * __x));
232 return __numeric_constants<_Tp>::__lnpi()
255 = std::sin(__numeric_constants<_Tp>::__pi() * __x);
356 _Tp __sum = -__numeric_constants<_Tp>::__gamma_e() - _Tp(1) / __x;
423 const _Tp __pi = __numeric_constants<_Tp>::__pi();
riemann_zeta.tcc 174 * __numeric_constants<_Tp>::__pi(), __s)
175 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
181 / __numeric_constants<_Tp>::__pi();
298 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s)
299 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
305 / __numeric_constants<_Tp>::__pi();
321 * __numeric_constants<_Tp>::__pi(), __s)
322 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
bessel_function.tcc 102 __gam1 = -_Tp(__numeric_constants<_Tp>::__gamma_e());
170 _Tp __w = __xi2 / __numeric_constants<_Tp>::__pi();
218 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 _Tp __ff = (_Tp(2) / __numeric_constants<_Tp>::__pi())
230 _Tp __p = __e / (__numeric_constants<_Tp>::__pi() * __gampl);
231 _Tp __q = _Tp(1) / (__e * __numeric_constants<_Tp>::__pi() * __gammi);
235 _Tp __r = __numeric_constants<_Tp>::__pi() * __pimu2 * __fact3 * __fact3;
357 / (__numeric_constants<_Tp>::__pi() * __x));
370 * __numeric_constants<_Tp>::__pi_2();
541 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2(
    [all...]
legendre_function.tcc 230 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
262 -_Tp(0.25L) * __numeric_constants<_Tp>::__lnpi()
265 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
poly_laguerre.tcc 81 const _Tp __pre_h = __numeric_constants<_Tp>::__pi_2()
82 * __numeric_constants<_Tp>::__pi_2()
98 _Tp __ser_term1 = std::sin(__a * __numeric_constants<_Tp>::__pi());
102 + __numeric_constants<_Tp>::__pi_4());
special_function_util.h 60 struct __numeric_constants struct in namespace:std::tr1::__detail
ell_integral.tcc 170 return __numeric_constants<_Tp>::__pi_2() * __sum;
229 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
232 - __n * __numeric_constants<_Tp>::__pi();
285 return __numeric_constants<_Tp>::__pi_2() * (_Tp(1) - __sum);
446 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
449 - __n * __numeric_constants<_Tp>::__pi();
720 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
723 - __n * __numeric_constants<_Tp>::__pi();
exp_integral.tcc 96 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x);
158 - __numeric_constants<_Tp>::__gamma_e());
299 return __numeric_constants<_Tp>::__gamma_e() + __sum + std::log(__x);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 155 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 __Kmu = std::sqrt(__numeric_constants<_Tp>::__pi() / (_Tp(2) * __x))
343 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2()
385 / (__numeric_constants<_Tp>::__sqrt3()
386 * __numeric_constants<_Tp>::__pi());
387 __Bi = __rootx * (__K_nu / __numeric_constants<_Tp>::__pi()
388 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3());
392 / (__numeric_constants<_Tp>::__sqrt3()
393 * __numeric_constants<_Tp>::__pi());
394 __Bip = __x * (__K_nu / __numeric_constants<_Tp>::__pi(
    [all...]
gamma.tcc 109 __fact *= __k / (_Tp(2) * __numeric_constants<_Tp>::__pi());
153 * __numeric_constants<_Tp>::__pi());
202 / __numeric_constants<_Tp>::__euler());
228 = std::abs(std::sin(__numeric_constants<_Tp>::__pi() * __x));
232 return __numeric_constants<_Tp>::__lnpi()
255 = std::sin(__numeric_constants<_Tp>::__pi() * __x);
356 _Tp __sum = -__numeric_constants<_Tp>::__gamma_e() - _Tp(1) / __x;
423 const _Tp __pi = __numeric_constants<_Tp>::__pi();
riemann_zeta.tcc 174 * __numeric_constants<_Tp>::__pi(), __s)
175 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
181 / __numeric_constants<_Tp>::__pi();
298 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s)
299 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
305 / __numeric_constants<_Tp>::__pi();
321 * __numeric_constants<_Tp>::__pi(), __s)
322 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
bessel_function.tcc 102 __gam1 = -_Tp(__numeric_constants<_Tp>::__gamma_e());
170 _Tp __w = __xi2 / __numeric_constants<_Tp>::__pi();
218 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 _Tp __ff = (_Tp(2) / __numeric_constants<_Tp>::__pi())
230 _Tp __p = __e / (__numeric_constants<_Tp>::__pi() * __gampl);
231 _Tp __q = _Tp(1) / (__e * __numeric_constants<_Tp>::__pi() * __gammi);
235 _Tp __r = __numeric_constants<_Tp>::__pi() * __pimu2 * __fact3 * __fact3;
357 / (__numeric_constants<_Tp>::__pi() * __x));
370 * __numeric_constants<_Tp>::__pi_2();
541 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2(
    [all...]
legendre_function.tcc 230 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
262 -_Tp(0.25L) * __numeric_constants<_Tp>::__lnpi()
265 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
poly_laguerre.tcc 81 const _Tp __pre_h = __numeric_constants<_Tp>::__pi_2()
82 * __numeric_constants<_Tp>::__pi_2()
98 _Tp __ser_term1 = std::sin(__a * __numeric_constants<_Tp>::__pi());
102 + __numeric_constants<_Tp>::__pi_4());
special_function_util.h 60 struct __numeric_constants struct in namespace:std::tr1::__detail
ell_integral.tcc 170 return __numeric_constants<_Tp>::__pi_2() * __sum;
229 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
232 - __n * __numeric_constants<_Tp>::__pi();
285 return __numeric_constants<_Tp>::__pi_2() * (_Tp(1) - __sum);
446 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
449 - __n * __numeric_constants<_Tp>::__pi();
720 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
723 - __n * __numeric_constants<_Tp>::__pi();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 155 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 __Kmu = std::sqrt(__numeric_constants<_Tp>::__pi() / (_Tp(2) * __x))
343 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2()
385 / (__numeric_constants<_Tp>::__sqrt3()
386 * __numeric_constants<_Tp>::__pi());
387 __Bi = __rootx * (__K_nu / __numeric_constants<_Tp>::__pi()
388 + _Tp(2) * __I_nu / __numeric_constants<_Tp>::__sqrt3());
392 / (__numeric_constants<_Tp>::__sqrt3()
393 * __numeric_constants<_Tp>::__pi());
394 __Bip = __x * (__K_nu / __numeric_constants<_Tp>::__pi(
    [all...]
gamma.tcc 109 __fact *= __k / (_Tp(2) * __numeric_constants<_Tp>::__pi());
153 * __numeric_constants<_Tp>::__pi());
202 / __numeric_constants<_Tp>::__euler());
228 = std::abs(std::sin(__numeric_constants<_Tp>::__pi() * __x));
232 return __numeric_constants<_Tp>::__lnpi()
255 = std::sin(__numeric_constants<_Tp>::__pi() * __x);
356 _Tp __sum = -__numeric_constants<_Tp>::__gamma_e() - _Tp(1) / __x;
423 const _Tp __pi = __numeric_constants<_Tp>::__pi();
riemann_zeta.tcc 174 * __numeric_constants<_Tp>::__pi(), __s)
175 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
181 / __numeric_constants<_Tp>::__pi();
298 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s)
299 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
305 / __numeric_constants<_Tp>::__pi();
321 * __numeric_constants<_Tp>::__pi(), __s)
322 * std::sin(__numeric_constants<_Tp>::__pi_2() * __s)
bessel_function.tcc 102 __gam1 = -_Tp(__numeric_constants<_Tp>::__gamma_e());
170 _Tp __w = __xi2 / __numeric_constants<_Tp>::__pi();
218 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 _Tp __ff = (_Tp(2) / __numeric_constants<_Tp>::__pi())
230 _Tp __p = __e / (__numeric_constants<_Tp>::__pi() * __gampl);
231 _Tp __q = _Tp(1) / (__e * __numeric_constants<_Tp>::__pi() * __gammi);
235 _Tp __r = __numeric_constants<_Tp>::__pi() * __pimu2 * __fact3 * __fact3;
357 / (__numeric_constants<_Tp>::__pi() * __x));
370 * __numeric_constants<_Tp>::__pi_2();
541 const _Tp __factor = __numeric_constants<_Tp>::__sqrtpio2(
    [all...]
legendre_function.tcc 230 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
262 -_Tp(0.25L) * __numeric_constants<_Tp>::__lnpi()
265 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
poly_laguerre.tcc 81 const _Tp __pre_h = __numeric_constants<_Tp>::__pi_2()
82 * __numeric_constants<_Tp>::__pi_2()
98 _Tp __ser_term1 = std::sin(__a * __numeric_constants<_Tp>::__pi());
102 + __numeric_constants<_Tp>::__pi_4());
special_function_util.h 60 struct __numeric_constants struct in namespace:std::tr1::__detail
ell_integral.tcc 170 return __numeric_constants<_Tp>::__pi_2() * __sum;
229 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
232 - __n * __numeric_constants<_Tp>::__pi();
285 return __numeric_constants<_Tp>::__pi_2() * (_Tp(1) - __sum);
446 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
449 - __n * __numeric_constants<_Tp>::__pi();
720 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
723 - __n * __numeric_constants<_Tp>::__pi();

Completed in 301 milliseconds

1 2