HomeSort by relevance Sort by last modified time
    Searched full:__pi (Results 1 - 24 of 24) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
gamma.tcc 109 __fact *= __k / (_Tp(2) * __numeric_constants<_Tp>::__pi());
153 * __numeric_constants<_Tp>::__pi());
228 = std::abs(std::sin(__numeric_constants<_Tp>::__pi() * __x));
255 = std::sin(__numeric_constants<_Tp>::__pi() * __x);
423 const _Tp __pi = __numeric_constants<_Tp>::__pi();
425 - __pi * std::cos(__pi * __x) / std::sin(__pi * __x);
modified_bessel_func.tcc 155 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 __Kmu = std::sqrt(__numeric_constants<_Tp>::__pi() / (_Tp(2) * __x))
386 * __numeric_constants<_Tp>::__pi());
387 __Bi = __rootx * (__K_nu / __numeric_constants<_Tp>::__pi()
393 * __numeric_constants<_Tp>::__pi());
394 __Bip = __x * (__K_nu / __numeric_constants<_Tp>::__pi()
riemann_zeta.tcc 174 * __numeric_constants<_Tp>::__pi(), __s)
181 / __numeric_constants<_Tp>::__pi();
298 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s)
305 / __numeric_constants<_Tp>::__pi();
321 * __numeric_constants<_Tp>::__pi(), __s)
bessel_function.tcc 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));
ell_integral.tcc 229 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
232 - __n * __numeric_constants<_Tp>::__pi();
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();
732 const _Tp __Pi = __s
739 return __Pi;
741 return __Pi + _Tp(2) * __n * __comp_ellint_3(__k, __nu);
special_function_util.h 63 static _Tp __pi() throw() function in struct:std::tr1::__detail::__numeric_constants
legendre_function.tcc 230 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
265 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
poly_laguerre.tcc 98 _Tp __ser_term1 = std::sin(__a * __numeric_constants<_Tp>::__pi());
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
gamma.tcc 109 __fact *= __k / (_Tp(2) * __numeric_constants<_Tp>::__pi());
153 * __numeric_constants<_Tp>::__pi());
228 = std::abs(std::sin(__numeric_constants<_Tp>::__pi() * __x));
255 = std::sin(__numeric_constants<_Tp>::__pi() * __x);
423 const _Tp __pi = __numeric_constants<_Tp>::__pi();
425 - __pi * std::cos(__pi * __x) / std::sin(__pi * __x);
modified_bessel_func.tcc 155 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 __Kmu = std::sqrt(__numeric_constants<_Tp>::__pi() / (_Tp(2) * __x))
386 * __numeric_constants<_Tp>::__pi());
387 __Bi = __rootx * (__K_nu / __numeric_constants<_Tp>::__pi()
393 * __numeric_constants<_Tp>::__pi());
394 __Bip = __x * (__K_nu / __numeric_constants<_Tp>::__pi()
riemann_zeta.tcc 174 * __numeric_constants<_Tp>::__pi(), __s)
181 / __numeric_constants<_Tp>::__pi();
298 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s)
305 / __numeric_constants<_Tp>::__pi();
321 * __numeric_constants<_Tp>::__pi(), __s)
bessel_function.tcc 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));
ell_integral.tcc 229 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
232 - __n * __numeric_constants<_Tp>::__pi();
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();
732 const _Tp __Pi = __s
739 return __Pi;
741 return __Pi + _Tp(2) * __n * __comp_ellint_3(__k, __nu);
special_function_util.h 63 static _Tp __pi() throw() function in struct:std::tr1::__detail::__numeric_constants
legendre_function.tcc 230 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
265 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
poly_laguerre.tcc 98 _Tp __ser_term1 = std::sin(__a * __numeric_constants<_Tp>::__pi());
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
gamma.tcc 109 __fact *= __k / (_Tp(2) * __numeric_constants<_Tp>::__pi());
153 * __numeric_constants<_Tp>::__pi());
228 = std::abs(std::sin(__numeric_constants<_Tp>::__pi() * __x));
255 = std::sin(__numeric_constants<_Tp>::__pi() * __x);
423 const _Tp __pi = __numeric_constants<_Tp>::__pi();
425 - __pi * std::cos(__pi * __x) / std::sin(__pi * __x);
modified_bessel_func.tcc 155 const _Tp __pimu = __numeric_constants<_Tp>::__pi() * __mu;
227 __Kmu = std::sqrt(__numeric_constants<_Tp>::__pi() / (_Tp(2) * __x))
386 * __numeric_constants<_Tp>::__pi());
387 __Bi = __rootx * (__K_nu / __numeric_constants<_Tp>::__pi()
393 * __numeric_constants<_Tp>::__pi());
394 __Bip = __x * (__K_nu / __numeric_constants<_Tp>::__pi()
riemann_zeta.tcc 174 * __numeric_constants<_Tp>::__pi(), __s)
181 / __numeric_constants<_Tp>::__pi();
298 __zeta *= std::pow(_Tp(2) * __numeric_constants<_Tp>::__pi(), __s)
305 / __numeric_constants<_Tp>::__pi();
321 * __numeric_constants<_Tp>::__pi(), __s)
bessel_function.tcc 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));
ell_integral.tcc 229 const int __n = std::floor(__phi / __numeric_constants<_Tp>::__pi()
232 - __n * __numeric_constants<_Tp>::__pi();
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();
732 const _Tp __Pi = __s
739 return __Pi;
741 return __Pi + _Tp(2) * __n * __comp_ellint_3(__k, __nu);
special_function_util.h 63 static _Tp __pi() throw() function in struct:std::tr1::__detail::__numeric_constants
legendre_function.tcc 230 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
265 / (_Tp(4) * __numeric_constants<_Tp>::__pi()));
poly_laguerre.tcc 98 _Tp __ser_term1 = std::sin(__a * __numeric_constants<_Tp>::__pi());

Completed in 3105 milliseconds