/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/ |
A D | tls-macros.h | 38 __l; }) 46 __l; }) 59 __l; }) 69 __l; }) 83 __l; }) 93 __l; }) 107 __l; }) 117 __l; }) 124 __l; }) 133 __l; }) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | max_size_type.h | 312 __l += __r; in _GLIBCXX_VISIBILITY() 313 return __l; in _GLIBCXX_VISIBILITY() 319 __l -= __r; in _GLIBCXX_VISIBILITY() 320 return __l; in _GLIBCXX_VISIBILITY() 326 __l *= __r; in _GLIBCXX_VISIBILITY() 327 return __l; in _GLIBCXX_VISIBILITY() 333 __l /= __r; in _GLIBCXX_VISIBILITY() 334 return __l; in _GLIBCXX_VISIBILITY() 340 __l %= __r; in _GLIBCXX_VISIBILITY() 341 return __l; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | valarray.cc | 51 __valarray_product(const _Tp* __f, const _Tp* __l) in __valarray_product() argument 54 while (__f != __l) in __valarray_product() 70 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 74 const size_t __n = __l.size(); in __gslice_to_index() 78 valarray<size_t> __t(__l); in __gslice_to_index() 97 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 98 __t[__k2] = __l[__k2]; in __gslice_to_index() 106 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 108 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 109 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | valarray.cc | 51 __valarray_product(const _Tp* __f, const _Tp* __l) in __valarray_product() argument 54 while (__f != __l) in __valarray_product() 70 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 74 const size_t __n = __l.size(); in __gslice_to_index() 78 valarray<size_t> __t(__l); in __gslice_to_index() 97 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 98 __t[__k2] = __l[__k2]; in __gslice_to_index() 106 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 108 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 109 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/ |
A D | valarray.cc | 51 __valarray_product(const _Tp* __f, const _Tp* __l) in __valarray_product() argument 54 while (__f != __l) in __valarray_product() 70 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 74 const size_t __n = __l.size(); in __gslice_to_index() 78 valarray<size_t> __t(__l); in __gslice_to_index() 97 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 98 __t[__k2] = __l[__k2]; in __gslice_to_index() 106 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 108 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 109 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | legendre_function.tcc | 75 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 86 return (__l % 2 == 1 ? -_Tp(1) : +_Tp(1)); in __poly_legendre_p() 90 if (__l == 0) in __poly_legendre_p() 94 if (__l == 1) in __poly_legendre_p() 138 else if (__m > __l) in __assoc_legendre_p() 144 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 160 if (__l == __m) in __assoc_legendre_p() 164 if (__l == __m + 1) in __assoc_legendre_p() 218 if (__l < __m) in __sph_legendre() 266 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | legendre_function.tcc | 75 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 86 return (__l % 2 == 1 ? -_Tp(1) : +_Tp(1)); in __poly_legendre_p() 90 if (__l == 0) in __poly_legendre_p() 94 if (__l == 1) in __poly_legendre_p() 138 else if (__m > __l) in __assoc_legendre_p() 144 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 160 if (__l == __m) in __assoc_legendre_p() 164 if (__l == __m + 1) in __assoc_legendre_p() 218 if (__l < __m) in __sph_legendre() 266 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/ |
A D | legendre_function.tcc | 82 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 90 return (__l % 2 == 1 ? -_Tp(1) : +_Tp(1)); in __poly_legendre_p() 94 if (__l == 0) in __poly_legendre_p() 98 if (__l == 1) in __poly_legendre_p() 142 if (__m > __l) in __assoc_legendre_p() 147 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 163 if (__l == __m) in __assoc_legendre_p() 167 if (__l == __m + 1) in __assoc_legendre_p() 223 if (__m > __l) in __sph_legendre() 268 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/ |
A D | legendre_function.tcc | 82 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 90 return (__l % 2 == 1 ? -_Tp(1) : +_Tp(1)); in __poly_legendre_p() 94 if (__l == 0) in __poly_legendre_p() 98 if (__l == 1) in __poly_legendre_p() 142 if (__m > __l) in __assoc_legendre_p() 147 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 163 if (__l == __m) in __assoc_legendre_p() 167 if (__l == __m + 1) in __assoc_legendre_p() 223 if (__m > __l) in __sph_legendre() 268 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | legendre_function.tcc | 82 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 90 return (__l % 2 == 1 ? -_Tp(1) : +_Tp(1)); in __poly_legendre_p() 94 if (__l == 0) in __poly_legendre_p() 98 if (__l == 1) in __poly_legendre_p() 142 if (__m > __l) in __assoc_legendre_p() 147 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 163 if (__l == __m) in __assoc_legendre_p() 167 if (__l == __m + 1) in __assoc_legendre_p() 223 if (__m > __l) in __sph_legendre() 268 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | legendre_function.tcc | 82 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 97 if (__l == 0) in __poly_legendre_p() 101 if (__l == 1) in __poly_legendre_p() 145 else if (__m > __l) in __assoc_legendre_p() 151 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 167 if (__l == __m) in __assoc_legendre_p() 171 if (__l == __m + 1) in __assoc_legendre_p() 225 if (__l < __m) in __sph_legendre() 232 _Tp __P = __poly_legendre_p(__l, __x); in __sph_legendre() 273 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/ |
A D | legendre_function.tcc | 82 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 97 if (__l == 0) in __poly_legendre_p() 101 if (__l == 1) in __poly_legendre_p() 145 else if (__m > __l) in __assoc_legendre_p() 151 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 167 if (__l == __m) in __assoc_legendre_p() 171 if (__l == __m + 1) in __assoc_legendre_p() 225 if (__l < __m) in __sph_legendre() 232 _Tp __P = __poly_legendre_p(__l, __x); in __sph_legendre() 273 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/ |
A D | legendre_function.tcc | 82 __poly_legendre_p(unsigned int __l, _Tp __x) in __poly_legendre_p() argument 97 if (__l == 0) in __poly_legendre_p() 101 if (__l == 1) in __poly_legendre_p() 145 else if (__m > __l) in __assoc_legendre_p() 151 return __poly_legendre_p(__l, __x); in __assoc_legendre_p() 167 if (__l == __m) in __assoc_legendre_p() 171 if (__l == __m + 1) in __assoc_legendre_p() 225 if (__l < __m) in __sph_legendre() 232 _Tp __P = __poly_legendre_p(__l, __x); in __sph_legendre() 273 if (__l == __m) in __sph_legendre() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | valarray.cc | 64 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 68 const size_t __n = __l.size(); in __gslice_to_index() 72 valarray<size_t> __t(__l); in __gslice_to_index() 91 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 92 __t[__k2] = __l[__k2]; in __gslice_to_index() 100 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 102 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 103 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() 104 { __gslice_to_index(__o, __l, __s, _M_index); } in _Indexer()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | valarray.cc | 64 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 68 const size_t __n = __l.size(); in __gslice_to_index() 72 valarray<size_t> __t(__l); in __gslice_to_index() 91 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 92 __t[__k2] = __l[__k2]; in __gslice_to_index() 100 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 102 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 103 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() 104 { __gslice_to_index(__o, __l, __s, _M_index); } in _Indexer()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/ |
A D | valarray.cc | 64 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 68 const size_t __n = __l.size(); in __gslice_to_index() 72 valarray<size_t> __t(__l); in __gslice_to_index() 91 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 92 __t[__k2] = __l[__k2]; in __gslice_to_index() 100 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 102 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 103 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() 104 { __gslice_to_index(__o, __l, __s, _M_index); } in _Indexer()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | valarray.cc | 64 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 68 const size_t __n = __l.size(); in __gslice_to_index() 72 valarray<size_t> __t(__l); in __gslice_to_index() 91 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 92 __t[__k2] = __l[__k2]; in __gslice_to_index() 100 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 102 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 103 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() 104 { __gslice_to_index(__o, __l, __s, _M_index); } in _Indexer()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | valarray.cc | 64 __gslice_to_index(size_t __o, const valarray<size_t>& __l, in __gslice_to_index() argument 68 const size_t __n = __l.size(); in __gslice_to_index() 72 valarray<size_t> __t(__l); in __gslice_to_index() 91 __o -= __s[__k2] * __l[__k2]; in __gslice_to_index() 92 __t[__k2] = __l[__k2]; in __gslice_to_index() 100 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, in _Indexer() argument 102 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s), in _Indexer() 103 _M_index(__l.size() == 0 ? 0 : __valarray_product(__l)) in _Indexer() 104 { __gslice_to_index(__o, __l, __s, _M_index); } in _Indexer()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_global/ |
A D | cstddef | 138 operator|=(byte& __l, byte __r) noexcept 140 return __l = 141 byte(static_cast<unsigned char>(__l) | static_cast<unsigned char>(__r)); 145 operator|(byte __l, byte __r) noexcept 152 operator&=(byte& __l, byte __r) noexcept 154 return __l = 155 byte(static_cast<unsigned char>(__l) & static_cast<unsigned char>(__r)); 159 operator&(byte __l, byte __r) noexcept 166 operator^=(byte& __l, byte __r) noexcept 168 return __l = [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_global/ |
A D | cstddef | 138 operator|=(byte& __l, byte __r) noexcept 140 return __l = 141 byte(static_cast<unsigned char>(__l) | static_cast<unsigned char>(__r)); 145 operator|(byte __l, byte __r) noexcept 152 operator&=(byte& __l, byte __r) noexcept 154 return __l = 155 byte(static_cast<unsigned char>(__l) & static_cast<unsigned char>(__r)); 159 operator&(byte __l, byte __r) noexcept 166 operator^=(byte& __l, byte __r) noexcept 168 return __l = [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_global/ |
A D | cstddef | 134 operator|(byte __l, byte __r) noexcept 135 { return (byte)(unsigned char)((unsigned)__l | (unsigned)__r); } 138 operator&(byte __l, byte __r) noexcept 139 { return (byte)(unsigned char)((unsigned)__l & (unsigned)__r); } 142 operator^(byte __l, byte __r) noexcept 160 operator|=(byte& __l, byte __r) noexcept 161 { return __l = __l | __r; } 164 operator&=(byte& __l, byte __r) noexcept 165 { return __l = __l & __r; } 168 operator^=(byte& __l, byte __r) noexcept [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_global/ |
A D | cstddef | 134 operator|(byte __l, byte __r) noexcept 135 { return (byte)(unsigned char)((unsigned)__l | (unsigned)__r); } 138 operator&(byte __l, byte __r) noexcept 139 { return (byte)(unsigned char)((unsigned)__l & (unsigned)__r); } 142 operator^(byte __l, byte __r) noexcept 160 operator|=(byte& __l, byte __r) noexcept 161 { return __l = __l | __r; } 164 operator&=(byte& __l, byte __r) noexcept 165 { return __l = __l & __r; } 168 operator^=(byte& __l, byte __r) noexcept [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_global/ |
A D | cstddef | 144 operator|=(byte& __l, byte __r) noexcept 146 return __l = 147 byte(static_cast<unsigned char>(__l) | static_cast<unsigned char>(__r)); 151 operator|(byte __l, byte __r) noexcept 158 operator&=(byte& __l, byte __r) noexcept 160 return __l = 161 byte(static_cast<unsigned char>(__l) & static_cast<unsigned char>(__r)); 165 operator&(byte __l, byte __r) noexcept 172 operator^=(byte& __l, byte __r) noexcept 174 return __l = [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | specfun.h | 267 assoc_legendref(unsigned int __l, unsigned int __m, float __x) in _GLIBCXX_VISIBILITY() 268 { return __detail::__assoc_legendre_p<float>(__l, __m, __x); } in _GLIBCXX_VISIBILITY() 298 assoc_legendre(unsigned int __l, unsigned int __m, _Tp __x) in _GLIBCXX_VISIBILITY() 301 return __detail::__assoc_legendre_p<__type>(__l, __m, __x); in _GLIBCXX_VISIBILITY() 977 legendref(unsigned int __l, float __x) in _GLIBCXX_VISIBILITY() 978 { return __detail::__poly_legendre_p<float>(__l, __x); } in _GLIBCXX_VISIBILITY() 987 legendrel(unsigned int __l, long double __x) in _GLIBCXX_VISIBILITY() 988 { return __detail::__poly_legendre_p<long double>(__l, __x); } in _GLIBCXX_VISIBILITY() 1007 legendre(unsigned int __l, _Tp __x) in _GLIBCXX_VISIBILITY() 1010 return __detail::__poly_legendre_p<__type>(__l, __x); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | specfun.h | 267 assoc_legendref(unsigned int __l, unsigned int __m, float __x) in _GLIBCXX_VISIBILITY() 268 { return __detail::__assoc_legendre_p<float>(__l, __m, __x); } in _GLIBCXX_VISIBILITY() 298 assoc_legendre(unsigned int __l, unsigned int __m, _Tp __x) in _GLIBCXX_VISIBILITY() 301 return __detail::__assoc_legendre_p<__type>(__l, __m, __x); in _GLIBCXX_VISIBILITY() 977 legendref(unsigned int __l, float __x) in _GLIBCXX_VISIBILITY() 978 { return __detail::__poly_legendre_p<float>(__l, __x); } in _GLIBCXX_VISIBILITY() 987 legendrel(unsigned int __l, long double __x) in _GLIBCXX_VISIBILITY() 988 { return __detail::__poly_legendre_p<long double>(__l, __x); } in _GLIBCXX_VISIBILITY() 1007 legendre(unsigned int __l, _Tp __x) in _GLIBCXX_VISIBILITY() 1010 return __detail::__poly_legendre_p<__type>(__l, __x); in _GLIBCXX_VISIBILITY() [all …]
|