Searched refs:__hyperg (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | specfun.h | 1344 { return std::__detail::__hyperg<float>(__a, __b, __c, __x); } in _GLIBCXX_VISIBILITY() 1355 { return std::__detail::__hyperg<long double>(__a, __b, __c, __x); } in _GLIBCXX_VISIBILITY() 1380 return std::__detail::__hyperg<__type>(__a, __b, __c, __x); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | specfun.h | 1344 { return std::__detail::__hyperg<float>(__a, __b, __c, __x); } in _GLIBCXX_VISIBILITY() 1355 { return std::__detail::__hyperg<long double>(__a, __b, __c, __x); } in _GLIBCXX_VISIBILITY() 1380 return std::__detail::__hyperg<__type>(__a, __b, __c, __x); in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | cmath | 1686 { return __detail::__hyperg<float>(__a, __b, __c, __x); } 1690 { return __detail::__hyperg<long double>(__a, __b, __c, __x); } 1698 return __detail::__hyperg<__type>(__a, __b, __c, __x);
|
H A D | hypergeometric.tcc | 730 __hyperg(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | cmath | 1686 { return __detail::__hyperg<float>(__a, __b, __c, __x); } 1690 { return __detail::__hyperg<long double>(__a, __b, __c, __x); } 1698 return __detail::__hyperg<__type>(__a, __b, __c, __x);
|
H A D | hypergeometric.tcc | 730 __hyperg(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg() function
|