Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dspecfun.h551 { return __detail::__cyl_bessel_j<float>(__nu, __x); } in _GLIBCXX_VISIBILITY()
561 { return __detail::__cyl_bessel_j<long double>(__nu, __x); } in _GLIBCXX_VISIBILITY()
584 return __detail::__cyl_bessel_j<__type>(__nu, __x); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dbessel_function.tcc492 __cyl_bessel_j(_Tp __nu, _Tp __x) in __cyl_bessel_j() function
Dcmath1385 { return __detail::__cyl_bessel_j<float>(__nu, __x); }
1389 { return __detail::__cyl_bessel_j<long double>(__nu, __x); }
1397 return __detail::__cyl_bessel_j<__type>(__nu, __x);