/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 232 _UIntType __y = ((_M_x[__k] & __upper_mask) 234 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1) 235 ^ ((__y & 0x01) ? __a : 0)); 240 _UIntType __y = ((_M_x[__k] & __upper_mask) 242 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1) 243 ^ ((__y & 0x01) ? __a : 0)); 246 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) 248 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1) 249 ^ ((__y & 0x01) ? __a : 0)); 973 const _RealType __y = -std::abs(__n) * _M_sm - 1 [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 232 _UIntType __y = ((_M_x[__k] & __upper_mask) 234 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1) 235 ^ ((__y & 0x01) ? __a : 0)); 240 _UIntType __y = ((_M_x[__k] & __upper_mask) 242 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1) 243 ^ ((__y & 0x01) ? __a : 0)); 246 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) 248 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1) 249 ^ ((__y & 0x01) ? __a : 0)); 973 const _RealType __y = -std::abs(__n) * _M_sm - 1 [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 232 _UIntType __y = ((_M_x[__k] & __upper_mask) 234 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1) 235 ^ ((__y & 0x01) ? __a : 0)); 240 _UIntType __y = ((_M_x[__k] & __upper_mask) 242 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1) 243 ^ ((__y & 0x01) ? __a : 0)); 246 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) 248 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1) 249 ^ ((__y & 0x01) ? __a : 0)); 973 const _RealType __y = -std::abs(__n) * _M_sm - 1 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
random.tcc | 232 _UIntType __y = ((_M_x[__k] & __upper_mask) 234 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1) 235 ^ ((__y & 0x01) ? __a : 0)); 240 _UIntType __y = ((_M_x[__k] & __upper_mask) 242 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1) 243 ^ ((__y & 0x01) ? __a : 0)); 246 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) 248 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1) 249 ^ ((__y & 0x01) ? __a : 0)); 973 const _RealType __y = -std::abs(__n) * _M_sm - 1 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 257 * @param __y A %queue of the same type as @a __x. 267 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 268 { return __x.c == __y.c; } 273 * @param __y A %queue of the same type as @a x. 274 * @return True iff @a __x is lexicographically less than @a __y. 285 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 286 { return __x.c < __y.c; } 291 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 292 { return !(__x == __y); } 297 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_queue.h | 257 * @param __y A %queue of the same type as @a __x. 267 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 268 { return __x.c == __y.c; } 273 * @param __y A %queue of the same type as @a x. 274 * @return True iff @a __x is lexicographically less than @a __y. 285 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 286 { return __x.c < __y.c; } 291 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 292 { return !(__x == __y); } 297 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_queue.h | 258 * @param __y A %queue of the same type as @a __x. 268 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 269 { return __x.c == __y.c; } 274 * @param __y A %queue of the same type as @a x. 275 * @return True iff @a __x is lexicographically less than @a __y. 286 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 287 { return __x.c < __y.c; } 292 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) 293 { return !(__x == __y); } 298 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) [all...] |
/external/stlport/stlport/stl/ |
_new.h | 123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
unordered_map | 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 315 { __x.swap(__y); } 321 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 322 { __x.swap(__y); } 328 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&& __y) 329 { __x.swap(__y); } 588 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 589 { __x.swap(__y); } 595 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 596 { __x.swap(__y); } [all...] |
unordered_set | 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 314 { __x.swap(__y); } 319 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 320 { __x.swap(__y); } 325 unordered_set<_Value, _Hash, _Pred, _Alloc>&& __y) 326 { __x.swap(__y); } 583 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 584 { __x.swap(__y); } 589 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 590 { __x.swap(__y); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
unordered_map | 318 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 319 { __x.swap(__y); } 325 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 326 { return __x._M_equal(__y); } 332 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 333 { return !(__x == __y); } 604 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 605 { __x.swap(__y); } 611 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 612 { return __x._M_equal(__y); } [all...] |
unordered_set | 310 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 311 { __x.swap(__y); } 316 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 317 { return __x._M_equal(__y); } 322 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 323 { return !(__x == __y); } 584 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 585 { __x.swap(__y); } 590 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 591 { return __x._M_equal(__y); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
unordered_map | 303 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 304 { __x.swap(__y); } 310 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 311 { return __x._M_equal(__y); } 317 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 318 { return !(__x == __y); } 551 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 552 { __x.swap(__y); } 558 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 559 { return __x._M_equal(__y); } [all...] |
unordered_set | 277 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 278 { __x.swap(__y); } 283 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 284 { return __x._M_equal(__y); } 289 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 290 { return !(__x == __y); } 519 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 520 { __x.swap(__y); } 525 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 526 { return __x._M_equal(__y); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
complex | 349 pow(const std::complex<_Tp>& __x, const _Up& __y) 352 return std::pow(std::complex<__type>(__x), __type(__y)); 357 pow(const _Tp& __x, const std::complex<_Up>& __y) 360 return std::pow(__type(__x), std::complex<__type>(__y)); 365 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y) 369 std::complex<__type>(__y)); 400 pow(const std::complex<_Tp>& __x, const _Tp& __y) 401 { return std::pow(__x, __y); } 405 pow(const _Tp& __x, const std::complex<_Tp>& __y) 406 { return std::pow(__x, __y); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
unordered_map | 318 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 319 { __x.swap(__y); } 325 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 326 { return __x._M_equal(__y); } 332 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 333 { return !(__x == __y); } 604 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 605 { __x.swap(__y); } 611 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 612 { return __x._M_equal(__y); } [all...] |
unordered_set | 310 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 311 { __x.swap(__y); } 316 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 317 { return __x._M_equal(__y); } 322 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 323 { return !(__x == __y); } 584 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 585 { __x.swap(__y); } 590 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 591 { 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/profile/ |
unordered_map | 303 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 304 { __x.swap(__y); } 310 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 311 { return __x._M_equal(__y); } 317 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 318 { return !(__x == __y); } 551 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 552 { __x.swap(__y); } 558 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 559 { return __x._M_equal(__y); } [all...] |
unordered_set | 277 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 278 { __x.swap(__y); } 283 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 284 { return __x._M_equal(__y); } 289 const unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 290 { return !(__x == __y); } 519 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 520 { __x.swap(__y); } 525 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 526 { 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/tr1/ |
complex | 349 pow(const std::complex<_Tp>& __x, const _Up& __y) 352 return std::pow(std::complex<__type>(__x), __type(__y)); 357 pow(const _Tp& __x, const std::complex<_Up>& __y) 360 return std::pow(__type(__x), std::complex<__type>(__y)); 365 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y) 369 std::complex<__type>(__y)); 400 pow(const std::complex<_Tp>& __x, const _Tp& __y) 401 { return std::pow(__x, __y); } 405 pow(const _Tp& __x, const std::complex<_Tp>& __y) 406 { return std::pow(__x, __y); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_map | 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 315 { __x.swap(__y); } 321 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 322 { __x.swap(__y); } 328 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&& __y) 329 { __x.swap(__y); } 588 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 589 { __x.swap(__y); } 595 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 596 { __x.swap(__y); } [all...] |
unordered_set | 313 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 314 { __x.swap(__y); } 319 unordered_set<_Value, _Hash, _Pred, _Alloc>& __y) 320 { __x.swap(__y); } 325 unordered_set<_Value, _Hash, _Pred, _Alloc>&& __y) 326 { __x.swap(__y); } 583 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 584 { __x.swap(__y); } 589 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y) 590 { __x.swap(__y); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
unordered_map | 314 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 315 { __x.swap(__y); } 321 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 322 { __x.swap(__y); } 328 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>&& __y) 329 { __x.swap(__y); } 588 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 589 { __x.swap(__y); } 595 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y) 596 { __x.swap(__y); } [all...] |