Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dspecfun.h1165 { return __detail::__sph_neumann<float>(__n, __x); } in _GLIBCXX_VISIBILITY()
1175 { return __detail::__sph_neumann<long double>(__n, __x); } in _GLIBCXX_VISIBILITY()
1196 return __detail::__sph_neumann<__type>(__n, __x); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dbessel_function.tcc644 __sph_neumann(unsigned int __n, _Tp __x) in __sph_neumann() function
Dcmath1606 { return __detail::__sph_neumann<float>(__n, __x); }
1610 { return __detail::__sph_neumann<long double>(__n, __x); }
1618 return __detail::__sph_neumann<__type>(__n, __x);