/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
complex | 321 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 324 __r += __y; 330 operator+(const complex<_Tp>& __x, const _Tp& __y) 333 __r += __y; 339 operator+(const _Tp& __x, const complex<_Tp>& __y) 341 complex<_Tp> __r = __y; 351 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 354 __r -= __y; 360 operator-(const complex<_Tp>& __x, const _Tp& __y) 363 __r -= __y; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
complex | 321 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 324 __r += __y; 330 operator+(const complex<_Tp>& __x, const _Tp& __y) 333 __r += __y; 339 operator+(const _Tp& __x, const complex<_Tp>& __y) 341 complex<_Tp> __r = __y; 351 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 354 __r -= __y; 360 operator-(const complex<_Tp>& __x, const _Tp& __y) 363 __r -= __y; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex | 321 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 324 __r += __y; 330 operator+(const complex<_Tp>& __x, const _Tp& __y) 333 __r += __y; 339 operator+(const _Tp& __x, const complex<_Tp>& __y) 341 complex<_Tp> __r = __y; 351 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 354 __r -= __y; 360 operator-(const complex<_Tp>& __x, const _Tp& __y) 363 __r -= __y; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex | 321 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 324 __r += __y; 330 operator+(const complex<_Tp>& __x, const _Tp& __y) 333 __r += __y; 339 operator+(const _Tp& __x, const complex<_Tp>& __y) 341 complex<_Tp> __r = __y; 351 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 354 __r -= __y; 360 operator-(const complex<_Tp>& __x, const _Tp& __y) 363 __r -= __y; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
complex | 321 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 324 __r += __y; 330 operator+(const complex<_Tp>& __x, const _Tp& __y) 333 __r += __y; 339 operator+(const _Tp& __x, const complex<_Tp>& __y) 341 complex<_Tp> __r = __y; 351 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 354 __r -= __y; 360 operator-(const complex<_Tp>& __x, const _Tp& __y) 363 __r -= __y; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
complex | 321 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 324 __r += __y; 330 operator+(const complex<_Tp>& __x, const _Tp& __y) 333 __r += __y; 339 operator+(const _Tp& __x, const complex<_Tp>& __y) 341 complex<_Tp> __r = __y; 351 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 354 __r -= __y; 360 operator-(const complex<_Tp>& __x, const _Tp& __y) 363 __r -= __y; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
complex | 324 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y) 327 __r += __y; 333 operator+(const complex<_Tp>& __x, const _Tp& __y) 336 __r += __y; 342 operator+(const _Tp& __x, const complex<_Tp>& __y) 344 complex<_Tp> __r = __y; 354 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y) 357 __r -= __y; 363 operator-(const complex<_Tp>& __x, const _Tp& __y) 366 __r -= __y; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 186 _Alloc, __cache_hash_code>& __y) 187 { __x.swap(__y); } 195 _Alloc, __cache_hash_code>& __y) 196 { __x.swap(__y); } 204 __cache_hash_code>& __y) 205 { return __x._M_equal(__y); } 213 __cache_hash_code>& __y) 214 { return !(__x == __y); } 222 __cache_hash_code>& __y) 223 { return __x._M_equal(__y); } [all...] |
unordered_set.h | 182 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 183 { __x.swap(__y); } 191 _Alloc, __cache_hash_code>& __y) 192 { __x.swap(__y); } 200 __cache_hash_code>& __y) 201 { return __x._M_equal(__y); } 209 __cache_hash_code>& __y) 210 { return !(__x == __y); } 218 __cache_hash_code>& __y) 219 { return __x._M_equal(__y); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 186 _Alloc, __cache_hash_code>& __y) 187 { __x.swap(__y); } 195 _Alloc, __cache_hash_code>& __y) 196 { __x.swap(__y); } 204 __cache_hash_code>& __y) 205 { return __x._M_equal(__y); } 213 __cache_hash_code>& __y) 214 { return !(__x == __y); } 222 __cache_hash_code>& __y) 223 { return __x._M_equal(__y); } [all...] |
unordered_set.h | 182 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 183 { __x.swap(__y); } 191 _Alloc, __cache_hash_code>& __y) 192 { __x.swap(__y); } 200 __cache_hash_code>& __y) 201 { return __x._M_equal(__y); } 209 __cache_hash_code>& __y) 210 { return !(__x == __y); } 218 __cache_hash_code>& __y) 219 { return __x._M_equal(__y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unordered_map.h | 186 _Alloc, __cache_hash_code>& __y) 187 { __x.swap(__y); } 195 _Alloc, __cache_hash_code>& __y) 196 { __x.swap(__y); } 204 __cache_hash_code>& __y) 205 { return __x._M_equal(__y); } 213 __cache_hash_code>& __y) 214 { return !(__x == __y); } 222 __cache_hash_code>& __y) 223 { return __x._M_equal(__y); } [all...] |
unordered_set.h | 182 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 183 { __x.swap(__y); } 191 _Alloc, __cache_hash_code>& __y) 192 { __x.swap(__y); } 200 __cache_hash_code>& __y) 201 { return __x._M_equal(__y); } 209 __cache_hash_code>& __y) 210 { return !(__x == __y); } 218 __cache_hash_code>& __y) 219 { return __x._M_equal(__y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unordered_map.h | 192 _Alloc, __cache_hash_code>& __y) 193 { __x.swap(__y); } 201 _Alloc, __cache_hash_code>& __y) 202 { __x.swap(__y); } 210 __cache_hash_code>& __y) 211 { return __x._M_equal(__y); } 219 __cache_hash_code>& __y) 220 { return !(__x == __y); } 228 __cache_hash_code>& __y) 229 { return __x._M_equal(__y); } [all...] |
unordered_set.h | 212 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 213 { __x.swap(__y); } 221 _Alloc, __cache_hash_code>& __y) 222 { __x.swap(__y); } 230 __cache_hash_code>& __y) 231 { return __x._M_equal(__y); } 239 __cache_hash_code>& __y) 240 { return !(__x == __y); } 248 __cache_hash_code>& __y) 249 { return __x._M_equal(__y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unordered_map.h | 186 _Alloc, __cache_hash_code>& __y) 187 { __x.swap(__y); } 195 _Alloc, __cache_hash_code>& __y) 196 { __x.swap(__y); } 204 __cache_hash_code>& __y) 205 { return __x._M_equal(__y); } 213 __cache_hash_code>& __y) 214 { return !(__x == __y); } 222 __cache_hash_code>& __y) 223 { return __x._M_equal(__y); } [all...] |
unordered_set.h | 182 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 183 { __x.swap(__y); } 191 _Alloc, __cache_hash_code>& __y) 192 { __x.swap(__y); } 200 __cache_hash_code>& __y) 201 { return __x._M_equal(__y); } 209 __cache_hash_code>& __y) 210 { return !(__x == __y); } 218 __cache_hash_code>& __y) 219 { return __x._M_equal(__y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unordered_map.h | 192 _Alloc, __cache_hash_code>& __y) 193 { __x.swap(__y); } 201 _Alloc, __cache_hash_code>& __y) 202 { __x.swap(__y); } 210 __cache_hash_code>& __y) 211 { return __x._M_equal(__y); } 219 __cache_hash_code>& __y) 220 { return !(__x == __y); } 228 __cache_hash_code>& __y) 229 { return __x._M_equal(__y); } [all...] |
unordered_set.h | 212 __unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y) 213 { __x.swap(__y); } 221 _Alloc, __cache_hash_code>& __y) 222 { __x.swap(__y); } 230 __cache_hash_code>& __y) 231 { return __x._M_equal(__y); } 239 __cache_hash_code>& __y) 240 { return !(__x == __y); } 248 __cache_hash_code>& __y) 249 { return __x._M_equal(__y); } [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
random | [all...] |
/external/clang/lib/Headers/ |
ammintrin.h | 38 _mm_extract_si64(__m128i __x, __m128i __y) 40 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y); 49 _mm_insert_si64(__m128i __x, __m128i __y) 51 return (__m128i)__builtin_ia32_insertq((__v2di)__x, (__v2di)__y);
|
/external/stlport/stlport/stl/ |
_ctraits_fns.h | 38 const typename _Traits::char_type& __y) const 39 { return _Traits::eq(__x, __y); } 78 const typename _Traits::char_type& __y) const 79 { return _Traits::lt(__x, __y); }
|
/external/stlport/stlport/stl/config/ |
_watcom.h | 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y) 149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ctraits_fns.h | 38 const typename _Traits::char_type& __y) const 39 { return _Traits::eq(__x, __y); } 78 const typename _Traits::char_type& __y) const 79 { return _Traits::lt(__x, __y); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_watcom.h | 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y) 149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
|