Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dspecfun.h1296 { return std::__detail::__conf_hyperg<float>(__a, __c, __x); } in _GLIBCXX_VISIBILITY()
1307 { return std::__detail::__conf_hyperg<long double>(__a, __c, __x); } in _GLIBCXX_VISIBILITY()
1330 return std::__detail::__conf_hyperg<__type>(__a, __c, __x); in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dspecfun.h1296 { return std::__detail::__conf_hyperg<float>(__a, __c, __x); } in _GLIBCXX_VISIBILITY()
1307 { return std::__detail::__conf_hyperg<long double>(__a, __c, __x); } in _GLIBCXX_VISIBILITY()
1330 return std::__detail::__conf_hyperg<__type>(__a, __c, __x); in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dcmath1669 { return __detail::__conf_hyperg<float>(__a, __c, __x); }
1673 { return __detail::__conf_hyperg<long double>(__a, __c, __x); }
1681 return __detail::__conf_hyperg<__type>(__a, __c, __x);
H A Dhypergeometric.tcc229 __conf_hyperg(_Tp __a, _Tp __c, _Tp __x) in __conf_hyperg() function
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dcmath1669 { return __detail::__conf_hyperg<float>(__a, __c, __x); }
1673 { return __detail::__conf_hyperg<long double>(__a, __c, __x); }
1681 return __detail::__conf_hyperg<__type>(__a, __c, __x);
H A Dhypergeometric.tcc229 __conf_hyperg(_Tp __a, _Tp __c, _Tp __x) in __conf_hyperg() function