| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept 38 if (__val == 0.0L) 42 __val = __builtin_frexpl(__val, &__exponent); 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; 46 __val *= __mult; 50 const size_t __hibits = (size_t)__val; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| hash-long-double-tr1-aux.cc | 35 hash<long double>::operator()(long double __val) const 38 if (__val == 0.0L) 42 __val = __builtin_frexpl(__val, &__exponent); 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; 46 __val *= __mult; 50 const size_t __hibits = (size_t)__val; [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| hash_c++0x.cc | 35 hash<long double>::operator()(long double __val) const noexcept 38 if (__val == 0.0L) 42 __val = __builtin_frexpl(__val, &__exponent); 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; 46 __val *= __mult; 50 const size_t __hibits = (size_t)__val; [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| hash-long-double-tr1-aux.cc | 35 hash<long double>::operator()(long double __val) const 38 if (__val == 0.0L) 42 __val = __builtin_frexpl(__val, &__exponent); 43 __val = __val < 0.0l ? -(__val + 0.5l) : __val; 46 __val *= __mult; 50 const size_t __hibits = (size_t)__val; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| atomicity.h | 65 __exchange_and_add(volatile _Atomic_word* __mem, int __val) 66 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } 70 __atomic_add(volatile _Atomic_word* __mem, int __val) 71 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } 82 __exchange_and_add_single(_Atomic_word* __mem, int __val) 85 *__mem += __val; 91 __atomic_add_single(_Atomic_word* __mem, int __val) 92 { *__mem += __val; } 96 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) 99 return __exchange_and_add_single(__mem, __val); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| atomicity.h | 65 __exchange_and_add(volatile _Atomic_word* __mem, int __val) 66 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } 70 __atomic_add(volatile _Atomic_word* __mem, int __val) 71 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } 82 __exchange_and_add_single(_Atomic_word* __mem, int __val) 85 *__mem += __val; 91 __atomic_add_single(_Atomic_word* __mem, int __val) 92 { *__mem += __val; } 96 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) 99 return __exchange_and_add_single(__mem, __val); [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/cris/ |
| atomicity.h | 32 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 48 : "r" (__mem), "g" (__val), "Q" (*__mem) 61 : "r" (__mem), "g" (__val), "Q" (*__mem) 74 : "r" (__mem), "g" (__val), "Q" (*__mem) 85 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 86 { __exchange_and_add(__mem, __val); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/cris/ |
| atomicity.h | 32 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 48 : "r" (__mem), "g" (__val), "Q" (*__mem) 61 : "r" (__mem), "g" (__val), "Q" (*__mem) 74 : "r" (__mem), "g" (__val), "Q" (*__mem) 85 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 86 { __exchange_and_add(__mem, __val); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/ |
| atomicity.h | 35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 36 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } 40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 41 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/ |
| atomicity.h | 33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 38 : "0" (__val), "m" (*__mem)); 44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 47 : "=m" (*__mem) : "ir" (__val), "m" (*__mem));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_builtins/ |
| atomicity.h | 35 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 36 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } 40 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 41 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/ |
| atomicity.h | 33 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 38 : "0" (__val), "m" (*__mem)); 44 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 47 : "=m" (*__mem) : "ir" (__val), "m" (*__mem));
|
| /src/sys/arch/arm/include/ |
| fenv.h | 48 #define __FENV_SET_FLAGS(__envp, __val) \ 49 *(__envp) = __SHIFTIN((__val), VFP_FPSCR_CSUM) 50 #define __FENV_SET_MASK(__envp, __val) \ 51 *(__envp) = __SHIFTIN((__val), VFP_FPSCR_ESUM) 52 #define __FENV_SET_ROUND(__envp, __val) \ 53 *(__envp) = __SHIFTIN((__val), VFP_FPSCR_RMODE)
|
| /src/external/apache2/llvm/dist/libcxx/include/__utility/ |
| to_underlying.h | 28 __to_underlying(_Tp __val) noexcept { 29 return static_cast<typename underlying_type<_Tp>::type>(__val); 36 to_underlying(_Tp __val) noexcept { 37 return _VSTD::__to_underlying(__val);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/ |
| atomicity.h | 44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 49 *__mem += __val; 55 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 56 { __exchange_and_add(__mem, __val); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/generic/atomicity_mutex/ |
| atomicity.h | 44 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 49 *__mem += __val; 55 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 56 { __exchange_and_add(__mem, __val); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| functional_hash.h | 92 operator()(_Tp __val) const noexcept 95 return hash<__type>{}(static_cast<__type>(__val)); 120 operator()(_Tp __val) const noexcept \ 121 { return static_cast<size_t>(__val); } \ 210 hash(const _Tp& __val) 211 { return hash(&__val, sizeof(__val)); } 215 __hash_combine(const _Tp& __val, size_t __hash) 216 { return hash(&__val, sizeof(__val), __hash); [all...] |
| charconv.h | 81 __to_chars_10_impl(char* __first, unsigned __len, _Tp __val) noexcept 94 while (__val >= 100) 96 auto const __num = (__val % 100) * 2; 97 __val /= 100; 102 if (__val >= 10) 104 auto const __num = __val * 2; 109 __first[0] = '0' + __val;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| functional_hash.h | 92 operator()(_Tp __val) const noexcept 95 return hash<__type>{}(static_cast<__type>(__val)); 120 operator()(_Tp __val) const noexcept \ 121 { return static_cast<size_t>(__val); } \ 210 hash(const _Tp& __val) 211 { return hash(&__val, sizeof(__val)); } 215 __hash_combine(const _Tp& __val, size_t __hash) 216 { return hash(&__val, sizeof(__val), __hash); [all...] |
| /src/external/apache2/llvm/dist/libcxx/src/include/ |
| atomic_support.h | 56 void __libcpp_atomic_store(_ValueType* __dest, _FromType __val, 59 __atomic_store_n(__dest, __val, __order); 64 void __libcpp_relaxed_store(_ValueType* __dest, _FromType __val) 66 __atomic_store_n(__dest, __val, _AO_Relaxed); 71 _ValueType __libcpp_atomic_load(_ValueType const* __val, 74 return __atomic_load_n(__val, __order); 79 _ValueType __libcpp_atomic_add(_ValueType* __val, _AddType __a, 82 return __atomic_add_fetch(__val, __a, __order); 95 bool __libcpp_atomic_compare_exchange(_ValueType* __val, 100 return __atomic_compare_exchange_n(__val, __expected, __after, true [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| pkuintrin.h | 27 _wrpkru(unsigned int __val) 29 __builtin_ia32_wrpkru(__val);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/m68k/ |
| atomicity.h | 37 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 46 : "d" (__val), "0" (__result), "m" (*__mem)); 58 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 66 *__mem = __result + __val; 87 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 116 *__mem = __result + __val; 127 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 131 __exchange_and_add(__mem, __val);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/sparc/ |
| atomicity.h | 34 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 37 _Atomic_word __val_extended = __val; 52 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 55 _Atomic_word __val_extended = __val; 82 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 94 *__mem += __val; 104 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 115 *__mem += __val;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/m68k/ |
| atomicity.h | 37 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 46 : "d" (__val), "0" (__result), "m" (*__mem)); 58 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 66 *__mem = __result + __val; 87 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 116 *__mem = __result + __val; 127 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 131 __exchange_and_add(__mem, __val);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/sparc/ |
| atomicity.h | 34 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 37 _Atomic_word __val_extended = __val; 52 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 55 _Atomic_word __val_extended = __val; 82 __exchange_and_add(volatile _Atomic_word* __mem, int __val) throw () 94 *__mem += __val; 104 __atomic_add(volatile _Atomic_word* __mem, int __val) throw () 115 *__mem += __val;
|