Home
last modified time | relevance | path

Searched refs:__sgn (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Driemann_zeta.tcc119 _Tp __sgn = _Tp(1); in __riemann_zeta_alt() local
123 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt()
127 __sgn *= _Tp(-1); in __riemann_zeta_alt()
197 _Tp __sgn = _Tp(1); in __riemann_zeta_glob() local
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
218 __sgn *= _Tp(-1); in __riemann_zeta_glob()
380 _Tp __sgn = _Tp(1); in __hurwitz_zeta_glob() local
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
401 __sgn *= _Tp(-1); in __hurwitz_zeta_glob()
Dlegendre_function.tcc245 const _Tp __sgn = ( __m % 2 == 1 ? -_Tp(1) : _Tp(1)); in __sph_legendre() local
265 _Tp __y_mm = __sgn * __sr * std::exp(__lnpre_val); in __sph_legendre()
Dbessel_function.tcc446 __cyl_bessel_ij_series(_Tp __nu, _Tp __x, _Tp __sgn, in __cyl_bessel_ij_series() argument
460 const _Tp __xx4 = __sgn * __x2 * __x2; in __cyl_bessel_ij_series()