/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | sigset.h | 71 __set->__val[0] = 0; \ 73 __set->__val[1] = 0; \ 105 __ret = __set->__val[0] | __set->__val[1]; \ 120 __dest->__val[0] = __left->__val[0] & __right->__val[0];\ 122 __dest->__val[1] = __left->__val[1] & __right->__val[1];\ 126 __dest->__val[__cnt] = (__left->__val[__cnt] \ 137 __dest->__val[0] = __left->__val[0] | __right->__val[0];\ 139 __dest->__val[1] = __left->__val[1] | __right->__val[1];\ 143 __dest->__val[__cnt] = (__left->__val[__cnt] \ 207 set->__val[word] |= mask; in const_sigaddset() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 33 hash<long double>::operator()(long double __val) const in operator ()() 36 if (__val == 0.0L) in operator ()() 40 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 41 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 44 __val *= __mult; in operator ()() 48 const size_t __hibits = (size_t)__val; in operator ()() 49 __val = (__val - (long double)__hibits) * __mult; in operator ()() 53 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 33 hash<long double>::operator()(long double __val) const in operator ()() 36 if (__val == 0.0L) in operator ()() 40 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 41 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 44 __val *= __mult; in operator ()() 48 const size_t __hibits = (size_t)__val; in operator ()() 49 __val = (__val - (long double)__hibits) * __mult; in operator ()() 53 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 33 hash<long double>::operator()(long double __val) const in operator ()() 36 if (__val == 0.0L) in operator ()() 40 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 41 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 44 __val *= __mult; in operator ()() 48 const size_t __hibits = (size_t)__val; in operator ()() 49 __val = (__val - (long double)__hibits) * __mult; in operator ()() 53 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 33 hash<long double>::operator()(long double __val) const in operator ()() 36 if (__val == 0.0L) in operator ()() 40 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 41 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 44 __val *= __mult; in operator ()() 48 const size_t __hibits = (size_t)__val; in operator ()() 49 __val = (__val - (long double)__hibits) * __mult; in operator ()() 53 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/ |
A D | atomicity.h | 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() 84 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 86 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 96 __atomic_add(__mem, __val); in _GLIBCXX_VISIBILITY() 98 __atomic_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/ |
A D | atomicity.h | 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() 84 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 86 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 96 __atomic_add(__mem, __val); in _GLIBCXX_VISIBILITY() 98 __atomic_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/ |
A D | atomicity.h | 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() 84 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 86 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 96 __atomic_add(__mem, __val); in _GLIBCXX_VISIBILITY() 98 __atomic_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/ |
A D | atomicity.h | 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() 84 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 86 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 96 __atomic_add(__mem, __val); in _GLIBCXX_VISIBILITY() 98 __atomic_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/ |
A D | atomicity.h | 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() 84 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 86 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 96 __atomic_add(__mem, __val); in _GLIBCXX_VISIBILITY() 98 __atomic_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/ |
A D | atomicity.h | 52 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 68 *__mem += __val; in _GLIBCXX_VISIBILITY() 73 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 74 { *__mem += __val; } in _GLIBCXX_VISIBILITY() 82 return __exchange_and_add(__mem, __val); in _GLIBCXX_VISIBILITY() 84 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 86 return __exchange_and_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() 92 __atomic_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY() 96 __atomic_add(__mem, __val); in _GLIBCXX_VISIBILITY() 98 __atomic_add_single(__mem, __val); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 35 hash<long double>::operator()(long double __val) const in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 35 hash<long double>::operator()(long double __val) const in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 35 hash<long double>::operator()(long double __val) const in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/ |
A D | hash-long-double-tr1-aux.cc | 35 hash<long double>::operator()(long double __val) const in operator ()() 38 if (__val == 0.0L) in operator ()() 42 __val = __builtin_frexpl(__val, &__exponent); in operator ()() 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; in operator ()() 46 __val *= __mult; in operator ()() 50 const size_t __hibits = (size_t)__val; in operator ()() 51 __val = (__val - (long double)__hibits) * __mult; in operator ()() 55 return __hibits + (size_t)__val + __coeff * __exponent; in operator ()()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | functional_hash.h | 135 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 136 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 141 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 153 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 154 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 159 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 167 operator()(float __val) const noexcept in _GLIBCXX_VISIBILITY() 170 return __val != 0.0f ? std::_Hash_impl::hash(__val) : 0; in _GLIBCXX_VISIBILITY() 179 operator()(double __val) const noexcept in _GLIBCXX_VISIBILITY() 182 return __val != 0.0 ? std::_Hash_impl::hash(__val) : 0; in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | functional_hash.h | 135 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 136 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 141 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 153 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY() 154 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY() 159 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY() 167 operator()(float __val) const noexcept in _GLIBCXX_VISIBILITY() 170 return __val != 0.0f ? std::_Hash_impl::hash(__val) : 0; in _GLIBCXX_VISIBILITY() 179 operator()(double __val) const noexcept in _GLIBCXX_VISIBILITY() 182 return __val != 0.0 ? std::_Hash_impl::hash(__val) : 0; in _GLIBCXX_VISIBILITY() [all …]
|