HomeSort by relevance Sort by last modified time
    Searched full:__y (Results 551 - 575 of 1127) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
unordered_map 325 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
326 { __x.swap(__y); }
332 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
333 { return static_cast<const _GLIBCXX_STD_BASE&>(__x) == __y; }
339 const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
340 { return !(__x == __y); }
594 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
595 { __x.swap(__y); }
601 const unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
602 { return static_cast<const _GLIBCXX_STD_BASE&>(__x) == __y; }
    [all...]
unordered_set 293 unordered_set<_Key, _Hash, _Pred, _Alloc>& __y)
294 { __x.swap(__y); }
299 const unordered_set<_Key, _Hash, _Pred, _Alloc>& __y)
300 { return static_cast<const _GLIBCXX_STD_BASE&>(__x) == __y; }
305 const unordered_set<_Key, _Hash, _Pred, _Alloc>& __y)
306 { return !(__x == __y); }
555 unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
556 { __x.swap(__y); }
561 const unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
562 { return static_cast<const _GLIBCXX_STD_BASE&>(__x) == __y; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
complex 348 pow(const std::complex<_Tp>& __x, const _Up& __y)
351 return std::pow(std::complex<__type>(__x), __type(__y));
356 pow(const _Tp& __x, const std::complex<_Up>& __y)
359 return std::pow(__type(__x), std::complex<__type>(__y));
364 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
368 std::complex<__type>(__y));
399 pow(const std::complex<_Tp>& __x, const _Tp& __y)
400 { return std::pow(__x, __y); }
404 pow(const _Tp& __x, const std::complex<_Tp>& __y)
405 { return std::pow(__x, __y); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
bitset 343 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
344 { return bitset<_Nb>(__x) &= __y; }
348 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
349 { return bitset<_Nb>(__x) |= __y; }
353 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
354 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
bitset 343 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
344 { return bitset<_Nb>(__x) &= __y; }
348 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
349 { return bitset<_Nb>(__x) |= __y; }
353 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
354 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
bitset 343 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
344 { return bitset<_Nb>(__x) &= __y; }
348 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
349 { return bitset<_Nb>(__x) |= __y; }
353 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
354 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
bitset 343 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
344 { return bitset<_Nb>(__x) &= __y; }
348 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
349 { return bitset<_Nb>(__x) |= __y; }
353 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
354 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
bitset 343 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
344 { return bitset<_Nb>(__x) &= __y; }
348 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
349 { return bitset<_Nb>(__x) |= __y; }
353 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
354 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 626 const multiset<_Key, _Compare, _Alloc>& __y)
627 { return __x._M_t == __y._M_t; }
643 const multiset<_Key, _Compare, _Alloc>& __y)
644 { return __x._M_t < __y._M_t; }
650 const multiset<_Key, _Compare, _Alloc>& __y)
651 { return !(__x == __y); }
657 const multiset<_Key,_Compare,_Alloc>& __y)
658 { return __y < __x; }
664 const multiset<_Key, _Compare, _Alloc>& __y)
665 { return !(__y < __x);
    [all...]
stl_set.h 640 const set<_Key, _Compare, _Alloc>& __y)
641 { return __x._M_t == __y._M_t; }
657 const set<_Key, _Compare, _Alloc>& __y)
658 { return __x._M_t < __y._M_t; }
664 const set<_Key, _Compare, _Alloc>& __y)
665 { return !(__x == __y); }
671 const set<_Key, _Compare, _Alloc>& __y)
672 { return __y < __x; }
678 const set<_Key, _Compare, _Alloc>& __y)
679 { return !(__y < __x);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 145 _Alloc, __cache_hash_code>& __y)
146 { __x.swap(__y); }
154 _Alloc, __cache_hash_code>& __y)
155 { __x.swap(__y); }
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
268 { __x.swap(__y); }
273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
274 { __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_map.h 145 _Alloc, __cache_hash_code>& __y)
146 { __x.swap(__y); }
154 _Alloc, __cache_hash_code>& __y)
155 { __x.swap(__y); }
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
268 { __x.swap(__y); }
273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
274 { __x.swap(__y); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 626 const multiset<_Key, _Compare, _Alloc>& __y)
627 { return __x._M_t == __y._M_t; }
643 const multiset<_Key, _Compare, _Alloc>& __y)
644 { return __x._M_t < __y._M_t; }
650 const multiset<_Key, _Compare, _Alloc>& __y)
651 { return !(__x == __y); }
657 const multiset<_Key,_Compare,_Alloc>& __y)
658 { return __y < __x; }
664 const multiset<_Key, _Compare, _Alloc>& __y)
665 { return !(__y < __x);
    [all...]
stl_set.h 640 const set<_Key, _Compare, _Alloc>& __y)
641 { return __x._M_t == __y._M_t; }
657 const set<_Key, _Compare, _Alloc>& __y)
658 { return __x._M_t < __y._M_t; }
664 const set<_Key, _Compare, _Alloc>& __y)
665 { return !(__x == __y); }
671 const set<_Key, _Compare, _Alloc>& __y)
672 { return __y < __x; }
678 const set<_Key, _Compare, _Alloc>& __y)
679 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 626 const multiset<_Key, _Compare, _Alloc>& __y)
627 { return __x._M_t == __y._M_t; }
643 const multiset<_Key, _Compare, _Alloc>& __y)
644 { return __x._M_t < __y._M_t; }
650 const multiset<_Key, _Compare, _Alloc>& __y)
651 { return !(__x == __y); }
657 const multiset<_Key,_Compare,_Alloc>& __y)
658 { return __y < __x; }
664 const multiset<_Key, _Compare, _Alloc>& __y)
665 { return !(__y < __x);
    [all...]
stl_set.h 640 const set<_Key, _Compare, _Alloc>& __y)
641 { return __x._M_t == __y._M_t; }
657 const set<_Key, _Compare, _Alloc>& __y)
658 { return __x._M_t < __y._M_t; }
664 const set<_Key, _Compare, _Alloc>& __y)
665 { return !(__x == __y); }
671 const set<_Key, _Compare, _Alloc>& __y)
672 { return __y < __x; }
678 const set<_Key, _Compare, _Alloc>& __y)
679 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 626 const multiset<_Key, _Compare, _Alloc>& __y)
627 { return __x._M_t == __y._M_t; }
643 const multiset<_Key, _Compare, _Alloc>& __y)
644 { return __x._M_t < __y._M_t; }
650 const multiset<_Key, _Compare, _Alloc>& __y)
651 { return !(__x == __y); }
657 const multiset<_Key,_Compare,_Alloc>& __y)
658 { return __y < __x; }
664 const multiset<_Key, _Compare, _Alloc>& __y)
665 { return !(__y < __x);
    [all...]
stl_set.h 640 const set<_Key, _Compare, _Alloc>& __y)
641 { return __x._M_t == __y._M_t; }
657 const set<_Key, _Compare, _Alloc>& __y)
658 { return __x._M_t < __y._M_t; }
664 const set<_Key, _Compare, _Alloc>& __y)
665 { return !(__x == __y); }
671 const set<_Key, _Compare, _Alloc>& __y)
672 { return __y < __x; }
678 const set<_Key, _Compare, _Alloc>& __y)
679 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_multiset.h 622 const multiset<_Key, _Compare, _Alloc>& __y)
623 { return __x._M_t == __y._M_t; }
639 const multiset<_Key, _Compare, _Alloc>& __y)
640 { return __x._M_t < __y._M_t; }
646 const multiset<_Key, _Compare, _Alloc>& __y)
647 { return !(__x == __y); }
653 const multiset<_Key,_Compare,_Alloc>& __y)
654 { return __y < __x; }
660 const multiset<_Key, _Compare, _Alloc>& __y)
661 { return !(__y < __x);
    [all...]
stl_set.h 636 const set<_Key, _Compare, _Alloc>& __y)
637 { return __x._M_t == __y._M_t; }
653 const set<_Key, _Compare, _Alloc>& __y)
654 { return __x._M_t < __y._M_t; }
660 const set<_Key, _Compare, _Alloc>& __y)
661 { return !(__x == __y); }
667 const set<_Key, _Compare, _Alloc>& __y)
668 { return __y < __x; }
674 const set<_Key, _Compare, _Alloc>& __y)
675 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 145 _Alloc, __cache_hash_code>& __y)
146 { __x.swap(__y); }
154 _Alloc, __cache_hash_code>& __y)
155 { __x.swap(__y); }
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
268 { __x.swap(__y); }
273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
274 { __x.swap(__y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 145 _Alloc, __cache_hash_code>& __y)
146 { __x.swap(__y); }
154 _Alloc, __cache_hash_code>& __y)
155 { __x.swap(__y); }
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
268 { __x.swap(__y); }
273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
274 { __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 145 _Alloc, __cache_hash_code>& __y)
146 { __x.swap(__y); }
154 _Alloc, __cache_hash_code>& __y)
155 { __x.swap(__y); }
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
268 { __x.swap(__y); }
273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
274 { __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 145 _Alloc, __cache_hash_code>& __y)
146 { __x.swap(__y); }
154 _Alloc, __cache_hash_code>& __y)
155 { __x.swap(__y); }
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
268 { __x.swap(__y); }
273 unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
274 { __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
base.h 200 __binder1st(const _Operation& __x, const _FirstArgumentType& __y)
201 : _M_op(__x), _M_value(__y) { }
228 __binder2nd(const _Operation& __x, const _SecondArgumentType& __y)
229 : _M_op(__x), _M_value(__y) { }
275 operator()(const _Tp1& __x, const _Tp2& __y) const
276 { return __x + __y; }
291 operator()(const _Tp1& __x, const _Tp2& __y) const
292 { return __x * __y; }

Completed in 911 milliseconds

<<21222324252627282930>>