/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 45 _Bit_reference(unsigned int* __x, unsigned int __y) 46 : _M_p(__x), _M_mask(__y) {} 85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { 87 __x = __y; 88 __y = __tmp; 124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {} 147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) { 148 return __y._M_p == __x._M_p && __y._M_offset == __x._M_offset [all...] |
_collate.h | 164 const basic_string<_CharT, _Traits, _Alloc>& __y) { 167 __y.data(), __y.data() + __y.size()) < 0;
|
_stack.h | 107 const stack< _STLP_STACK_ARGS >& __y) 108 { return __x._Get_s() == __y._Get_s(); } 112 const stack< _STLP_STACK_ARGS >& __y) 113 { return __x._Get_s() < __y._Get_s(); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cmath | 156 atan2(float __y, float __x) 157 { return __builtin_atan2f(__y, __x); } 160 atan2(long double __y, long double __x) 161 { return __builtin_atan2l(__y, __x); } 169 atan2(_Tp __y, _Up __x) 172 return atan2(__type(__y), __type(__x)); 274 fmod(float __x, float __y) 275 { return __builtin_fmodf(__x, __y); } 278 fmod(long double __x, long double __y) 279 { return __builtin_fmodl(__x, __y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_queue.h | 266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 267 { return __x.c == __y.c; } 284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 285 { return __x.c < __y.c; } 290 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 291 { return !(__x == __y); } 296 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 297 { return __y < __x; } 302 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 303 { return !(__y < __x); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 45 _Bit_reference(unsigned int* __x, unsigned int __y) 46 : _M_p(__x), _M_mask(__y) {} 85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { 87 __x = __y; 88 __y = __tmp; 124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {} 147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) { 148 return __y._M_p == __x._M_p && __y._M_offset == __x._M_offset [all...] |
_collate.h | 164 const basic_string<_CharT, _Traits, _Alloc>& __y) { 167 __y.data(), __y.data() + __y.size()) < 0;
|
_stack.h | 107 const stack< _STLP_STACK_ARGS >& __y) 108 { return __x._Get_s() == __y._Get_s(); } 112 const stack< _STLP_STACK_ARGS >& __y) 113 { return __x._Get_s() < __y._Get_s(); }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_bvector.h | 45 _Bit_reference(unsigned int* __x, unsigned int __y) 46 : _M_p(__x), _M_mask(__y) {} 85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { 87 __x = __y; 88 __y = __tmp; 124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {} 147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) { 148 return __y._M_p == __x._M_p && __y._M_offset == __x._M_offset [all...] |
_collate.h | 164 const basic_string<_CharT, _Traits, _Alloc>& __y) { 167 __y.data(), __y.data() + __y.size()) < 0;
|
_stack.h | 107 const stack< _STLP_STACK_ARGS >& __y) 108 { return __x._Get_s() == __y._Get_s(); } 112 const stack< _STLP_STACK_ARGS >& __y) 113 { return __x._Get_s() < __y._Get_s(); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_queue.h | 266 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 267 { return __x.c == __y.c; } 284 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 285 { return __x.c < __y.c; } 290 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 291 { return !(__x == __y); } 296 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 297 { return __y < __x; } 302 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 303 { return !(__y < __x); [all...] |
/external/clang/lib/Headers/ |
__wmmintrin_pclmul.h | 29 #define _mm_clmulepi64_si128(__X, __Y, __I) \ 31 (__v2di)(__m128i)(__Y), (char)(__I)))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
unordered_set.h | 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 142 { __x.swap(__y); } 150 _Alloc, __cache_hash_code>& __y) 151 { __x.swap(__y); } 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 257 { __x.swap(__y); } 262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 263 { __x.swap(__y); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
unordered_set.h | 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 142 { __x.swap(__y); } 150 _Alloc, __cache_hash_code>& __y) 151 { __x.swap(__y); } 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 257 { __x.swap(__y); } 262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 263 { __x.swap(__y); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_set.h | 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 142 { __x.swap(__y); } 150 _Alloc, __cache_hash_code>& __y) 151 { __x.swap(__y); } 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 257 { __x.swap(__y); } 262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 263 { __x.swap(__y); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
unordered_set.h | 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 142 { __x.swap(__y); } 150 _Alloc, __cache_hash_code>& __y) 151 { __x.swap(__y); } 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 257 { __x.swap(__y); } 262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 263 { __x.swap(__y); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_set.h | 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 142 { __x.swap(__y); } 150 _Alloc, __cache_hash_code>& __y) 151 { __x.swap(__y); } 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 257 { __x.swap(__y); } 262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 263 { __x.swap(__y); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
unordered_set.h | 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 142 { __x.swap(__y); } 150 _Alloc, __cache_hash_code>& __y) 151 { __x.swap(__y); } 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 257 { __x.swap(__y); } 262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 263 { __x.swap(__y); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
for_each_selectors.h | 315 operator()(_It __x, _It __y) 316 { return (__comp(*__x, *__y)) ? __x : __y; } 329 operator()(_It __x, _It __y) 330 { return (__comp(*__x, *__y)) ? __y : __x; } 344 operator()(const _Result& __x, const _Addend& __y) 345 { return __binop(__x, __y); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
unordered_set.h | 141 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 142 { __x.swap(__y); } 150 _Alloc, __cache_hash_code>& __y) 151 { __x.swap(__y); } 256 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 257 { __x.swap(__y); } 262 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 263 { __x.swap(__y); }
|
/prebuilts/sdk/renderscript/clang-include/ |
__wmmintrin_pclmul.h | 29 #define _mm_clmulepi64_si128(__X, __Y, __I) \ 31 (__v2di)(__m128i)(__Y), (char)(__I)))
|
/external/libnl-headers/ |
netlink-local.h | 139 ({ type __x = (x); type __y = (y); __x < __y ? __x: __y; }) 141 ({ type __x = (x); type __y = (y); __x > __y ? __x: __y; })
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_queue.h | 270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 271 { return __x.c == __y.c; } 288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 289 { return __x.c < __y.c; } 294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 295 { return !(__x == __y); } 300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 301 { return __y < __x; } 306 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 307 { return !(__y < __x); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_queue.h | 270 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 271 { return __x.c == __y.c; } 288 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 289 { return __x.c < __y.c; } 294 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 295 { return !(__x == __y); } 300 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 301 { return __y < __x; } 306 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 307 { return !(__y < __x); [all...] |