Home
last modified time | relevance | path

Searched refs:__xp (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dgamma.tcc385 _Tp __xp = __xx; in __psi_asymp() local
389 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
393 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dgamma.tcc385 _Tp __xp = __xx; in __psi_asymp() local
389 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
393 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dgamma.tcc392 _Tp __xp = __xx; in __psi_asymp() local
396 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
400 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dgamma.tcc392 _Tp __xp = __xx; in __psi_asymp() local
396 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
400 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dgamma.tcc392 _Tp __xp = __xx; in __psi_asymp() local
396 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
400 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dgamma.tcc392 _Tp __xp = __xx; in __psi_asymp() local
396 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
400 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dgamma.tcc392 _Tp __xp = __xx; in __psi_asymp() local
396 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
400 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dgamma.tcc392 _Tp __xp = __xx; in __psi_asymp() local
396 const _Tp __term = __bernoulli<_Tp>(2 * __k) / (2 * __k * __xp); in __psi_asymp()
400 __xp *= __xx; in __psi_asymp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/
A Dsimd_builtin.h2016 const auto __xp = __xn < 0 ? -(__xn & __finite_max_v<_Ip>) : __xn; in _GLIBCXX_SIMD_MATH_FALLBACK() local
2019 __xp > __yp); in _GLIBCXX_SIMD_MATH_FALLBACK()
2030 const auto __xp = __xn < 0 ? -(__xn & __finite_max_v<_Ip>) : __xn; in _S_isgreaterequal() local
2033 __xp >= __yp); in _S_isgreaterequal()
2043 const auto __xp = __xn < 0 ? -(__xn & __finite_max_v<_Ip>) : __xn; in _S_isless() local
2046 __xp < __yp); in _S_isless()
2057 const auto __xp = __xn < 0 ? -(__xn & __finite_max_v<_Ip>) : __xn; in _S_islessequal() local
2060 __xp <= __yp); in _S_islessequal()
A Dsimd_x86.h3215 const auto __xp = __xn < 0 ? -(__xn & 0x7fff'ffff) : __xn; in _S_isgreater() local
3218 __and(__to_masktype(_mm_cmpord_ps(__xi, __yi)), __xp > __yp)); in _S_isgreater()
3274 const auto __xp = __xn < 0 ? -(__xn & 0x7fff'ffff) : __xn; in _S_isgreaterequal() local
3277 __and(__to_masktype(_mm_cmpord_ps(__xi, __yi)), __xp >= __yp)); in _S_isgreaterequal()
3333 const auto __xp = __xn < 0 ? -(__xn & 0x7fff'ffff) : __xn; in _S_isless() local
3336 __and(__to_masktype(_mm_cmpord_ps(__xi, __yi)), __xp < __yp)); in _S_isless()
3392 const auto __xp = __xn < 0 ? -(__xn & 0x7fff'ffff) : __xn; in _S_islessequal() local
3395 __and(__to_masktype(_mm_cmpord_ps(__xi, __yi)), __xp <= __yp)); in _S_islessequal()

Completed in 30 milliseconds