Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhypergeometric.tcc273 __hyperg_series(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg_series() function
699 const _Tp __F1 = __hyperg_series(__a, __b, _Tp(1) - __d, in __hyperg_reflect()
701 const _Tp __F2 = __hyperg_series(__c - __a, __c - __b, _Tp(1) + __d, in __hyperg_reflect()
754 return __hyperg_series(__a, __b, __c, __x); in __hyperg()
760 return __hyperg_series(__a_nint, __b, __c, __x); in __hyperg()
762 return __hyperg_series(__a, __b_nint, __c, __x); in __hyperg()
766 return __hyperg_series(__a, __b, __c, __x); in __hyperg()
769 return __hyperg_series(__a, __b, __c, __x); in __hyperg()