Home
last modified time | relevance | path

Searched refs:__sph_legendre (Results 1 – 24 of 24) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dspecfun.h1118 { return __detail::__sph_legendre<float>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1129 { return __detail::__sph_legendre<long double>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1152 return __detail::__sph_legendre<__type>(__l, __m, __theta); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dspecfun.h1118 { return __detail::__sph_legendre<float>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1129 { return __detail::__sph_legendre<long double>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1152 return __detail::__sph_legendre<__type>(__l, __m, __theta); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dspecfun.h1118 { return __detail::__sph_legendre<float>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1129 { return __detail::__sph_legendre<long double>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1152 return __detail::__sph_legendre<__type>(__l, __m, __theta); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dspecfun.h1118 { return __detail::__sph_legendre<float>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1129 { return __detail::__sph_legendre<long double>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1152 return __detail::__sph_legendre<__type>(__l, __m, __theta); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dspecfun.h1118 { return __detail::__sph_legendre<float>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1129 { return __detail::__sph_legendre<long double>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1152 return __detail::__sph_legendre<__type>(__l, __m, __theta); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dspecfun.h1118 { return __detail::__sph_legendre<float>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1129 { return __detail::__sph_legendre<long double>(__l, __m, __theta); } in _GLIBCXX_VISIBILITY()
1152 return __detail::__sph_legendre<__type>(__l, __m, __theta); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dlegendre_function.tcc211 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1480 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1484 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1492 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dlegendre_function.tcc211 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1408 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1412 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1420 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dlegendre_function.tcc216 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1589 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1593 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1601 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dlegendre_function.tcc216 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1589 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1593 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1601 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dlegendre_function.tcc216 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1588 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1592 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1600 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dlegendre_function.tcc218 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1650 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1654 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1662 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dlegendre_function.tcc218 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1650 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1654 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1662 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dlegendre_function.tcc218 __sph_legendre(unsigned int __l, unsigned int __m, _Tp __theta) in __sph_legendre() function
A Dcmath1588 { return __detail::__sph_legendre<float>(__l, __m, __theta); }
1592 { return __detail::__sph_legendre<long double>(__l, __m, __theta); }
1600 return __detail::__sph_legendre<__type>(__l, __m, __theta);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog3682 __sph_legendre): If degree > order Don't throw, return 0.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A DChangeLog1666 * include/tr1/legendre_function.tcc (__sph_legendre): Use

Completed in 59 milliseconds