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

<<31323334353637383940>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
multiset.h 435 multiset<_Key, _Compare, _Allocator>& __y)
436 { return __x.swap(__y); }
set.h 443 set<_Key, _Compare, _Allocator>& __y)
444 { return __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
set.h 371 set<_Key, _Compare, _Allocator>& __y)
372 { return __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
multiset.h 435 multiset<_Key, _Compare, _Allocator>& __y)
436 { return __x.swap(__y); }
set.h 442 set<_Key, _Compare, _Allocator>& __y)
443 { return __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
multiset.h 362 multiset<_Key, _Compare, _Allocator>& __y)
363 { return __x.swap(__y); }
set.h 372 set<_Key, _Compare, _Allocator>& __y)
373 { return __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable_policy.h 220 const _Node_iterator_base<_Value, _Cache_hash_code >& __y)
221 { return __x._M_cur == __y._M_cur; }
226 const _Node_iterator_base<_Value, _Cache_hash_code>& __y)
227 { return __x._M_cur != __y._M_cur; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
multiset.h 454 multiset<_Key, _Compare, _Allocator>& __y)
455 { return __x.swap(__y); }
set.h 463 set<_Key, _Compare, _Allocator>& __y)
464 { return __x.swap(__y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
multiset.h 387 multiset<_Key, _Compare, _Allocator>& __y)
388 { return __x.swap(__y); }
set.h 401 set<_Key, _Compare, _Allocator>& __y)
402 { return __x.swap(__y); }
  /external/clang/lib/Headers/
xmmintrin.h 600 _mm_set_ps(float __z, float __y, float __x, float __w)
602 return (__m128){ __w, __x, __y, __z };
606 _mm_setr_ps(float __z, float __y, float __x, float __w)
608 return (__m128){ __z, __y, __x, __w };
  /external/stlport/stlport/stl/
_slist.h 116 bool operator==(const_iterator __y ) const {
117 return this->_M_node == __y._M_node;
119 bool operator!=(const_iterator __y ) const {
120 return this->_M_node != __y._M_node;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.h 116 bool operator==(const_iterator __y ) const {
117 return this->_M_node == __y._M_node;
119 bool operator!=(const_iterator __y ) const {
120 return this->_M_node != __y._M_node;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 102 __MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 102 __MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 102 __MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_slist.h 116 bool operator==(const_iterator __y ) const {
117 return this->_M_node == __y._M_node;
119 bool operator!=(const_iterator __y ) const {
120 return this->_M_node != __y._M_node;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_slist.h 116 bool operator==(const_iterator __y ) const {
117 return this->_M_node == __y._M_node;
119 bool operator!=(const_iterator __y ) const {
120 return this->_M_node != __y._M_node;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_slist.h 116 bool operator==(const_iterator __y ) const {
117 return this->_M_node == __y._M_node;
119 bool operator!=(const_iterator __y ) const {
120 return this->_M_node != __y._M_node;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_slist.h 116 bool operator==(const_iterator __y ) const {
117 return this->_M_node == __y._M_node;
119 bool operator!=(const_iterator __y ) const {
120 return this->_M_node != __y._M_node;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_slist.h 116 bool operator==(const_iterator __y ) const {
117 return this->_M_node == __y._M_node;
119 bool operator!=(const_iterator __y ) const {
120 return this->_M_node != __y._M_node;
  /prebuilts/sdk/renderscript/clang-include/
xmmintrin.h 600 _mm_set_ps(float __z, float __y, float __x, float __w)
602 return (__m128){ __w, __x, __y, __z };
606 _mm_setr_ps(float __z, float __y, float __x, float __w)
608 return (__m128){ __z, __y, __x, __w };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
bitset     [all...]

Completed in 1397 milliseconds

<<31323334353637383940>>