Home
last modified time | relevance | path

Searched refs:__bincoeff (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Driemann_zeta.tcc195 _Tp __bincoeff = std::tr1::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
199 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
203 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
209 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
210 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
378 _Tp __bincoeff = std::tr1::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
382 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
386 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
392 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
393 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Driemann_zeta.tcc202 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
206 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
210 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
216 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
385 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
389 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
393 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
399 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Driemann_zeta.tcc195 _Tp __bincoeff = std::tr1::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
199 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
203 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
209 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
210 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
378 _Tp __bincoeff = std::tr1::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
382 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
386 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
392 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
393 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Driemann_zeta.tcc202 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
206 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
210 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
216 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
385 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
389 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
393 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
399 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Driemann_zeta.tcc202 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
206 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
210 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
216 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
385 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
389 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
393 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
399 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Driemann_zeta.tcc202 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
206 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
210 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
216 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
385 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
389 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
393 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
399 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Driemann_zeta.tcc202 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
206 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
210 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
216 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
385 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
389 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
393 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
399 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Driemann_zeta.tcc202 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __riemann_zeta_glob() local
206 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __riemann_zeta_glob()
210 if (__bincoeff > __max_bincoeff) in __riemann_zeta_glob()
216 __bincoeff = std::exp(__bincoeff); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
385 _Tp __bincoeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i)) in __hurwitz_zeta_glob() local
389 _Tp __bincoeff = __log_gamma(_Tp(1 + __i)) in __hurwitz_zeta_glob()
393 if (__bincoeff > __max_bincoeff) in __hurwitz_zeta_glob()
399 __bincoeff = std::exp(__bincoeff); in __hurwitz_zeta_glob()
400 __term += __sgn * __bincoeff * std::pow(_Tp(__a + __j), -__s); in __hurwitz_zeta_glob()

Completed in 12 milliseconds