/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/ |
decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/ |
decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/ |
decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/ |
decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/decimal/ |
decimal | 233 decimal32() : __val(0.e-101DF) {} 238 explicit decimal32(float __r) : __val(__r) {} 239 explicit decimal32(double __r) : __val(__r) {} 240 explicit decimal32(long double __r) : __val(__r) {} 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigset.h | 31 unsigned long int __val[_SIGSET_NWORDS]; member in struct:__anon39146 61 while (--__cnt >= 0) __set->__val[__cnt] = 0; \ 66 while (--__cnt >= 0) __set->__val[__cnt] = ~0UL; \ 76 int __ret = __set->__val[--__cnt]; \ 78 __ret = __set->__val[__cnt]; \ 86 __dest->__val[__cnt] = (__left->__val[__cnt] \ 87 & __right->__val[__cnt]); \ 95 __dest->__val[__cnt] = (__left->__val[__cnt] [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigset.h | 31 unsigned long int __val[_SIGSET_NWORDS]; member in struct:__anon40736 61 while (--__cnt >= 0) __set->__val[__cnt] = 0; \ 66 while (--__cnt >= 0) __set->__val[__cnt] = ~0UL; \ 76 int __ret = __set->__val[--__cnt]; \ 78 __ret = __set->__val[__cnt]; \ 86 __dest->__val[__cnt] = (__left->__val[__cnt] \ 87 & __right->__val[__cnt]); \ 95 __dest->__val[__cnt] = (__left->__val[__cnt] [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigset.h | 31 unsigned long int __val[_SIGSET_NWORDS]; member in struct:__anon42251 61 while (--__cnt >= 0) __set->__val[__cnt] = 0; \ 66 while (--__cnt >= 0) __set->__val[__cnt] = ~0UL; \ 76 int __ret = __set->__val[--__cnt]; \ 78 __ret = __set->__val[__cnt]; \ 86 __dest->__val[__cnt] = (__left->__val[__cnt] \ 87 & __right->__val[__cnt]); \ 95 __dest->__val[__cnt] = (__left->__val[__cnt] [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
functional_hash.h | 80 operator()(_Tp __val) const noexcept \ 81 { return static_cast<size_t>(__val); } \ 140 hash(const _Tp& __val) 141 { return hash(&__val, sizeof(__val)); } 145 __hash_combine(const _Tp& __val, size_t __hash) 146 { return hash(&__val, sizeof(__val), __hash); } 158 hash(const _Tp& __val) 159 { return hash(&__val, sizeof(__val)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
functional_hash.h | 80 operator()(_Tp __val) const noexcept \ 81 { return static_cast<size_t>(__val); } \ 140 hash(const _Tp& __val) 141 { return hash(&__val, sizeof(__val)); } 145 __hash_combine(const _Tp& __val, size_t __hash) 146 { return hash(&__val, sizeof(__val), __hash); } 158 hash(const _Tp& __val) 159 { return hash(&__val, sizeof(__val)); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
functional_hash.h | 80 operator()(_Tp __val) const noexcept \ 81 { return static_cast<size_t>(__val); } \ 140 hash(const _Tp& __val) 141 { return hash(&__val, sizeof(__val)); } 145 __hash_combine(const _Tp& __val, size_t __hash) 146 { return hash(&__val, sizeof(__val), __hash); } 158 hash(const _Tp& __val) 159 { return hash(&__val, sizeof(__val)); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
functional_hash.h | 80 operator()(_Tp __val) const noexcept \ 81 { return static_cast<size_t>(__val); } \ 140 hash(const _Tp& __val) 141 { return hash(&__val, sizeof(__val)); } 145 __hash_combine(const _Tp& __val, size_t __hash) 146 { return hash(&__val, sizeof(__val), __hash); } 158 hash(const _Tp& __val) 159 { return hash(&__val, sizeof(__val)); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
functional_hash.h | 80 operator()(_Tp __val) const noexcept \ 81 { return static_cast<size_t>(__val); } \ 140 hash(const _Tp& __val) 141 { return hash(&__val, sizeof(__val)); } 145 __hash_combine(const _Tp& __val, size_t __hash) 146 { return hash(&__val, sizeof(__val), __hash); } 158 hash(const _Tp& __val) 159 { return hash(&__val, sizeof(__val)); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
functional_hash.h | 80 operator()(_Tp __val) const noexcept \ 81 { return static_cast<size_t>(__val); } \ 140 hash(const _Tp& __val) 141 { return hash(&__val, sizeof(__val)); } 145 __hash_combine(const _Tp& __val, size_t __hash) 146 { return hash(&__val, sizeof(__val), __hash); } 158 hash(const _Tp& __val) 159 { return hash(&__val, sizeof(__val)); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
functional_hash.h | 75 operator()(_Tp __val) const noexcept \ 76 { return static_cast<size_t>(__val); } \ 135 hash(const _Tp& __val) 136 { return hash(&__val, sizeof(__val)); } 140 __hash_combine(const _Tp& __val, size_t __hash) 141 { return hash(&__val, sizeof(__val), __hash); } 153 hash(const _Tp& __val) 154 { return hash(&__val, sizeof(__val)); [all...] |
/external/stlport/stlport/stl/ |
_ctraits_fns.h | 45 typename _Traits::char_type __val; member in struct:_Eq_char_bound 46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 48 { return _Traits::eq(__x, __val); } 55 typename _Traits::char_type __val; member in struct:_Neq_char_bound 56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 58 { return !_Traits::eq(__x, __val); } 64 typename _Traits::int_type __val; member in struct:_Eq_int_bound 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ctraits_fns.h | 45 typename _Traits::char_type __val; member in struct:_Eq_char_bound 46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 48 { return _Traits::eq(__x, __val); } 55 typename _Traits::char_type __val; member in struct:_Neq_char_bound 56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 58 { return !_Traits::eq(__x, __val); } 64 typename _Traits::int_type __val; member in struct:_Eq_int_bound 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ctraits_fns.h | 45 typename _Traits::char_type __val; member in struct:_Eq_char_bound 46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 48 { return _Traits::eq(__x, __val); } 55 typename _Traits::char_type __val; member in struct:_Neq_char_bound 56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 58 { return !_Traits::eq(__x, __val); } 64 typename _Traits::int_type __val; member in struct:_Eq_int_bound 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ctraits_fns.h | 45 typename _Traits::char_type __val; member in struct:_Eq_char_bound 46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 48 { return _Traits::eq(__x, __val); } 55 typename _Traits::char_type __val; member in struct:_Neq_char_bound 56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 58 { return !_Traits::eq(__x, __val); } 64 typename _Traits::int_type __val; member in struct:_Eq_int_bound 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ctraits_fns.h | 45 typename _Traits::char_type __val; member in struct:_Eq_char_bound 46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 48 { return _Traits::eq(__x, __val); } 55 typename _Traits::char_type __val; member in struct:_Neq_char_bound 56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 58 { return !_Traits::eq(__x, __val); } 64 typename _Traits::int_type __val; member in struct:_Eq_int_bound 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ctraits_fns.h | 45 typename _Traits::char_type __val; member in struct:_Eq_char_bound 46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 48 { return _Traits::eq(__x, __val); } 55 typename _Traits::char_type __val; member in struct:_Neq_char_bound 56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 58 { return !_Traits::eq(__x, __val); } 64 typename _Traits::int_type __val; member in struct:_Eq_int_bound 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ctraits_fns.h | 45 typename _Traits::char_type __val; member in struct:_Eq_char_bound 46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 48 { return _Traits::eq(__x, __val); } 55 typename _Traits::char_type __val; member in struct:_Neq_char_bound 56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} 58 { return !_Traits::eq(__x, __val); } 64 typename _Traits::int_type __val; member in struct:_Eq_int_bound 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} 68 { return _Traits::eq_int_type(_Traits::to_int_type(__x), __val); }
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
cacheflush.h | 99 #define cache_is_vivt() ({ unsigned int __val = read_cpuid(CPUID_CACHETYPE); (!__cacheid_present(__val)) || __cacheid_vivt(__val); }) 101 #define cache_is_vipt() ({ unsigned int __val = read_cpuid(CPUID_CACHETYPE); __cacheid_present(__val) && __cacheid_vipt(__val); }) 103 #define cache_is_vipt_nonaliasing() ({ unsigned int __val = read_cpuid(CPUID_CACHETYPE); __cacheid_present(__val) && __cacheid_vipt_nonaliasing(__val); }) 105 #define cache_is_vipt_aliasing() ({ unsigned int __val = read_cpuid(CPUID_CACHETYPE); __cacheid_present(__val) && __cacheid_vipt_aliasing(__val); } [all...] |