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

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_multimap.h 119 bool operator()(const value_type& __x, const value_type& __y) const
120 { return comp(__x.first, __y.first); }
796 * @param __y A %multimap of the same type as @a __x.
806 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
807 { return __x._M_t == __y._M_t; }
812 * @param __y A %multimap of the same type as @a __x.
823 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
824 { return __x._M_t < __y._M_t; }
830 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
831 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_map.h 119 bool operator()(const value_type& __x, const value_type& __y) const
120 { return comp(__x.first, __y.first); }
880 * @param __y A %map of the same type as @a x.
890 const map<_Key, _Tp, _Compare, _Alloc>& __y
    [all...]
stl_multimap.h 119 bool operator()(const value_type& __x, const value_type& __y) const
120 { return comp(__x.first, __y.first); }
796 * @param __y A %multimap of the same type as @a __x.
806 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
807 { return __x._M_t == __y._M_t; }
812 * @param __y A %multimap of the same type as @a __x.
823 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
824 { return __x._M_t < __y._M_t; }
830 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
831 { return !(__x == __y); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multimap.h 124 bool operator()(const value_type& __x, const value_type& __y) const
125 { return comp(__x.first, __y.first); }
854 * @param __y A %multimap of the same type as @a __x.
864 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
865 { return __x._M_t == __y._M_t; }
870 * @param __y A %multimap of the same type as @a __x
    [all...]
  /external/kernel-headers/original/linux/
kernel.h 283 ({ type __x = (x); type __y = (y); __x < __y ? __x: __y; })
285 ({ 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/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
complex 344 pow(const std::complex<_Tp>& __x, const _Up& __y)
347 return std::pow(std::complex<__type>(__x), __type(__y));
352 pow(const _Tp& __x, const std::complex<_Up>& __y)
355 return std::pow(__type(__x), std::complex<__type>(__y));
360 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
364 std::complex<__type>(__y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
bitset 378 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
379 { return bitset<_Nb>(__x) &= __y; }
383 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
384 { return bitset<_Nb>(__x) |= __y; }
388 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
389 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
bitset 337 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
338 { return bitset<_Nb>(__x) &= __y; }
342 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
343 { return bitset<_Nb>(__x) |= __y; }
347 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
348 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
bitset 378 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
379 { return bitset<_Nb>(__x) &= __y; }
383 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
384 { return bitset<_Nb>(__x) |= __y; }
388 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
389 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
bitset 337 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
338 { return bitset<_Nb>(__x) &= __y; }
342 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
343 { return bitset<_Nb>(__x) |= __y; }
347 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
348 { return bitset<_Nb>(__x) ^= __y; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 344 pow(const std::complex<_Tp>& __x, const _Up& __y)
347 return std::pow(std::complex<__type>(__x), __type(__y));
352 pow(const _Tp& __x, const std::complex<_Up>& __y)
355 return std::pow(__type(__x), std::complex<__type>(__y));
360 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
364 std::complex<__type>(__y));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 344 pow(const std::complex<_Tp>& __x, const _Up& __y)
347 return std::pow(std::complex<__type>(__x), __type(__y));
352 pow(const _Tp& __x, const std::complex<_Up>& __y)
355 return std::pow(__type(__x), std::complex<__type>(__y));
360 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
364 std::complex<__type>(__y));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 344 pow(const std::complex<_Tp>& __x, const _Up& __y)
347 return std::pow(std::complex<__type>(__x), __type(__y));
352 pow(const _Tp& __x, const std::complex<_Up>& __y)
355 return std::pow(__type(__x), std::complex<__type>(__y));
360 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
364 std::complex<__type>(__y));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
complex 344 pow(const std::complex<_Tp>& __x, const _Up& __y)
347 return std::pow(std::complex<__type>(__x), __type(__y));
352 pow(const _Tp& __x, const std::complex<_Up>& __y)
355 return std::pow(__type(__x), std::complex<__type>(__y));
360 pow(const std::complex<_Tp>& __x, const std::complex<_Up>& __y)
364 std::complex<__type>(__y));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
bitset 378 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
379 { return bitset<_Nb>(__x) &= __y; }
383 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
384 { return bitset<_Nb>(__x) |= __y; }
388 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y)
389 { return bitset<_Nb>(__x) ^= __y; }

Completed in 2546 milliseconds

<<21222324252627282930>>