Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dspecfun.h1074 { return __detail::__sph_bessel<float>(__n, __x); } in _GLIBCXX_VISIBILITY()
1084 { return __detail::__sph_bessel<long double>(__n, __x); } in _GLIBCXX_VISIBILITY()
1105 return __detail::__sph_bessel<__type>(__n, __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dspecfun.h1074 { return __detail::__sph_bessel<float>(__n, __x); } in _GLIBCXX_VISIBILITY()
1084 { return __detail::__sph_bessel<long double>(__n, __x); } in _GLIBCXX_VISIBILITY()
1105 return __detail::__sph_bessel<__type>(__n, __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dspecfun.h1074 { return __detail::__sph_bessel<float>(__n, __x); } in _GLIBCXX_VISIBILITY()
1084 { return __detail::__sph_bessel<long double>(__n, __x); } in _GLIBCXX_VISIBILITY()
1105 return __detail::__sph_bessel<__type>(__n, __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dspecfun.h1074 { return __detail::__sph_bessel<float>(__n, __x); } in _GLIBCXX_VISIBILITY()
1084 { return __detail::__sph_bessel<long double>(__n, __x); } in _GLIBCXX_VISIBILITY()
1105 return __detail::__sph_bessel<__type>(__n, __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dspecfun.h1074 { return __detail::__sph_bessel<float>(__n, __x); } in _GLIBCXX_VISIBILITY()
1084 { return __detail::__sph_bessel<long double>(__n, __x); } in _GLIBCXX_VISIBILITY()
1105 return __detail::__sph_bessel<__type>(__n, __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dspecfun.h1074 { return __detail::__sph_bessel<float>(__n, __x); } in _GLIBCXX_VISIBILITY()
1084 { return __detail::__sph_bessel<long double>(__n, __x); } in _GLIBCXX_VISIBILITY()
1105 return __detail::__sph_bessel<__type>(__n, __x); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dbessel_function.tcc575 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1633 { return __detail::__sph_bessel<float>(__n, __x); }
1637 { return __detail::__sph_bessel<long double>(__n, __x); }
1645 return __detail::__sph_bessel<__type>(__n, __x);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dbessel_function.tcc568 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1463 { return __detail::__sph_bessel<float>(__n, __x); }
1467 { return __detail::__sph_bessel<long double>(__n, __x); }
1475 return __detail::__sph_bessel<__type>(__n, __x);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dbessel_function.tcc575 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1633 { return __detail::__sph_bessel<float>(__n, __x); }
1637 { return __detail::__sph_bessel<long double>(__n, __x); }
1645 return __detail::__sph_bessel<__type>(__n, __x);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dbessel_function.tcc606 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1572 { return __detail::__sph_bessel<float>(__n, __x); }
1576 { return __detail::__sph_bessel<long double>(__n, __x); }
1584 return __detail::__sph_bessel<__type>(__n, __x);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dbessel_function.tcc575 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1571 { return __detail::__sph_bessel<float>(__n, __x); }
1575 { return __detail::__sph_bessel<long double>(__n, __x); }
1583 return __detail::__sph_bessel<__type>(__n, __x);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dbessel_function.tcc606 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1572 { return __detail::__sph_bessel<float>(__n, __x); }
1576 { return __detail::__sph_bessel<long double>(__n, __x); }
1584 return __detail::__sph_bessel<__type>(__n, __x);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dbessel_function.tcc606 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1571 { return __detail::__sph_bessel<float>(__n, __x); }
1575 { return __detail::__sph_bessel<long double>(__n, __x); }
1583 return __detail::__sph_bessel<__type>(__n, __x);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dbessel_function.tcc568 __sph_bessel(unsigned int __n, _Tp __x) in __sph_bessel() function
A Dcmath1391 { return __detail::__sph_bessel<float>(__n, __x); }
1395 { return __detail::__sph_bessel<long double>(__n, __x); }
1403 return __detail::__sph_bessel<__type>(__n, __x);

Completed in 34 milliseconds