Home
last modified time | relevance | path

Searched defs:__sgn (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc119 _Tp __sgn = _Tp(1); in __riemann_zeta_alt() local
197 _Tp __sgn = _Tp(1); in __riemann_zeta_glob() local
380 _Tp __sgn = _Tp(1); in __hurwitz_zeta_glob() local
H A Dlegendre_function.tcc250 const _Tp __sgn = ( __m % 2 == 1 ? -_Tp(1) : _Tp(1)); in __sph_legendre() local
H A Dbessel_function.tcc415 __cyl_bessel_ij_series(_Tp __nu, _Tp __x, _Tp __sgn, in __cyl_bessel_ij_series()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc113 _Tp __sgn = _Tp(1); in __riemann_zeta_alt() local
191 _Tp __sgn = _Tp(1); in __riemann_zeta_glob() local
374 _Tp __sgn = _Tp(1); in __hurwitz_zeta_glob() local
H A Dlegendre_function.tcc246 const _Tp __sgn = ( __m % 2 == 1 ? -_Tp(1) : _Tp(1)); in __sph_legendre() local
H A Dbessel_function.tcc410 __cyl_bessel_ij_series(const _Tp __nu, const _Tp __x, const _Tp __sgn, in __cyl_bessel_ij_series()