Searched refs:__sgn (Results 1 – 3 of 3) sorted by relevance
119 _Tp __sgn = _Tp(1); in __riemann_zeta_alt() local123 _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() local217 __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() local400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()401 __sgn *= _Tp(-1); in __hurwitz_zeta_glob()
245 const _Tp __sgn = ( __m % 2 == 1 ? -_Tp(1) : _Tp(1)); in __sph_legendre() local265 _Tp __y_mm = __sgn * __sr * std::exp(__lnpre_val); in __sph_legendre()
446 __cyl_bessel_ij_series(_Tp __nu, _Tp __x, _Tp __sgn, in __cyl_bessel_ij_series() argument460 const _Tp __xx4 = __sgn * __x2 * __x2; in __cyl_bessel_ij_series()