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

<<21222324252627282930>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 54 const basic_string<_CharT, _Traits, _Alloc>& __y);
170 bool operator()(const string& __x, const string& __y) const;
172 bool operator()(const wstring& __x, const wstring& __y) const;
177 const basic_string<_CharT, _Traits, _Alloc>& __y) const
178 { return __locale_do_operator_call(*this, __x, __y); }
266 const basic_string<_CharT, _Traits, _Alloc>& __y) const
267 { return __locale_do_operator_call(*this, __x, __y); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 54 const basic_string<_CharT, _Traits, _Alloc>& __y);
170 bool operator()(const string& __x, const string& __y) const;
172 bool operator()(const wstring& __x, const wstring& __y) const;
177 const basic_string<_CharT, _Traits, _Alloc>& __y) const
178 { return __locale_do_operator_call(*this, __x, __y); }
266 const basic_string<_CharT, _Traits, _Alloc>& __y) const
267 { return __locale_do_operator_call(*this, __x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 54 const basic_string<_CharT, _Traits, _Alloc>& __y);
170 bool operator()(const string& __x, const string& __y) const;
172 bool operator()(const wstring& __x, const wstring& __y) const;
177 const basic_string<_CharT, _Traits, _Alloc>& __y) const
178 { return __locale_do_operator_call(*this, __x, __y); }
266 const basic_string<_CharT, _Traits, _Alloc>& __y) const
267 { return __locale_do_operator_call(*this, __x, __y); }
  /external/clang/lib/Headers/
smmintrin.h 66 __m128 __Y = (Y); \
67 (__m128) __builtin_ia32_roundss((__v4sf)__X, (__v4sf)__Y, (M)); })
75 __m128d __Y = (Y); \
76 (__m128d) __builtin_ia32_roundsd((__v2df)__X, (__v2df)__Y, (M)); })
131 __m128 __Y = (Y); \
132 (__m128) __builtin_ia32_dpps((__v4sf)__X, (__v4sf)__Y, (M)); })
136 __m128d __Y = (Y); \
137 (__m128d) __builtin_ia32_dppd((__v2df)__X, (__v2df)__Y, (M)); })
355 __m128i __Y = (Y); \
356 (__m128i) __builtin_ia32_mpsadbw128((__v16qi)__X, (__v16qi)__Y, (M)); }
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 479 _LIBCPP_INLINE_VISIBILITY _Tp operator()(const _Tp& __x, const _Tp& __y) const
480 {return __x + __y;}
486 _LIBCPP_INLINE_VISIBILITY _Tp operator()(const _Tp& __x, const _Tp& __y) const
487 {return __x - __y;}
493 _LIBCPP_INLINE_VISIBILITY _Tp operator()(const _Tp& __x, const _Tp& __y) const
494 {return __x * __y;}
500 _LIBCPP_INLINE_VISIBILITY _Tp operator()(const _Tp& __x, const _Tp& __y) const
501 {return __x / __y;}
507 _LIBCPP_INLINE_VISIBILITY _Tp operator()(const _Tp& __x, const _Tp& __y) const
508 {return __x % __y;}
    [all...]
unordered_map 399 bool operator()(const _Cp& __x, const _Cp& __y) const
400 {return static_cast<const _Pred&>(*this)(__x.__cc.first, __y.__cc.first);}
402 bool operator()(const _Cp& __x, const _Key& __y) const
403 {return static_cast<const _Pred&>(*this)(__x.__cc.first, __y);}
405 bool operator()(const _Key& __x, const _Cp& __y) const
406 {return static_cast<const _Pred&>(*this)(__x, __y.__cc.first);}
426 bool operator()(const _Cp& __x, const _Cp& __y) const
427 {return __pred_(__x.__cc.first, __y.__cc.first);}
429 bool operator()(const _Cp& __x, const _Key& __y) const
430 {return __pred_(__x.__cc.first, __y);}
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
smmintrin.h 66 __m128 __Y = (Y); \
67 (__m128) __builtin_ia32_roundss((__v4sf)__X, (__v4sf)__Y, (M)); })
75 __m128d __Y = (Y); \
76 (__m128d) __builtin_ia32_roundsd((__v2df)__X, (__v2df)__Y, (M)); })
131 __m128 __Y = (Y); \
132 (__m128) __builtin_ia32_dpps((__v4sf)__X, (__v4sf)__Y, (M)); })
136 __m128d __Y = (Y); \
137 (__m128d) __builtin_ia32_dppd((__v2df)__X, (__v2df)__Y, (M)); })
355 __m128i __Y = (Y); \
356 (__m128i) __builtin_ia32_mpsadbw128((__v16qi)__X, (__v16qi)__Y, (M)); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
800 const map<_Key, _Tp, _Compare, _Alloc>& __y)
801 { return __x._M_t == __y._M_t; }
817 const map<_Key, _Tp, _Compare, _Alloc>& __y)
818 { return __x._M_t < __y._M_t; }
824 const map<_Key, _Tp, _Compare, _Alloc>& __y)
825 { return !(__x == __y); }
831 const map<_Key, _Tp, _Compare, _Alloc>& __y)
832 { return __y < __x;
    [all...]
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
729 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
730 { return __x._M_t == __y._M_t; }
746 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
747 { return __x._M_t < __y._M_t; }
753 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
754 { return !(__x == __y); }
760 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
761 { return __y < __x;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
800 const map<_Key, _Tp, _Compare, _Alloc>& __y)
801 { return __x._M_t == __y._M_t; }
817 const map<_Key, _Tp, _Compare, _Alloc>& __y)
818 { return __x._M_t < __y._M_t; }
824 const map<_Key, _Tp, _Compare, _Alloc>& __y)
825 { return !(__x == __y); }
831 const map<_Key, _Tp, _Compare, _Alloc>& __y)
832 { return __y < __x;
    [all...]
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
729 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
730 { return __x._M_t == __y._M_t; }
746 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
747 { return __x._M_t < __y._M_t; }
753 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
754 { return !(__x == __y); }
760 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
761 { return __y < __x;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
800 const map<_Key, _Tp, _Compare, _Alloc>& __y)
801 { return __x._M_t == __y._M_t; }
817 const map<_Key, _Tp, _Compare, _Alloc>& __y)
818 { return __x._M_t < __y._M_t; }
824 const map<_Key, _Tp, _Compare, _Alloc>& __y)
825 { return !(__x == __y); }
831 const map<_Key, _Tp, _Compare, _Alloc>& __y)
832 { return __y < __x;
    [all...]
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
729 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
730 { return __x._M_t == __y._M_t; }
746 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
747 { return __x._M_t < __y._M_t; }
753 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
754 { return !(__x == __y); }
760 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
761 { return __y < __x;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
800 const map<_Key, _Tp, _Compare, _Alloc>& __y)
801 { return __x._M_t == __y._M_t; }
817 const map<_Key, _Tp, _Compare, _Alloc>& __y)
818 { return __x._M_t < __y._M_t; }
824 const map<_Key, _Tp, _Compare, _Alloc>& __y)
825 { return !(__x == __y); }
831 const map<_Key, _Tp, _Compare, _Alloc>& __y)
832 { return __y < __x;
    [all...]
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
729 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
730 { return __x._M_t == __y._M_t; }
746 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
747 { return __x._M_t < __y._M_t; }
753 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
754 { return !(__x == __y); }
760 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
761 { return __y < __x;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_map.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
796 const map<_Key, _Tp, _Compare, _Alloc>& __y)
797 { return __x._M_t == __y._M_t; }
813 const map<_Key, _Tp, _Compare, _Alloc>& __y)
814 { return __x._M_t < __y._M_t; }
820 const map<_Key, _Tp, _Compare, _Alloc>& __y)
821 { return !(__x == __y); }
827 const map<_Key, _Tp, _Compare, _Alloc>& __y)
828 { return __y < __x;
    [all...]
stl_multimap.h 115 bool operator()(const value_type& __x, const value_type& __y) const
116 { return comp(__x.first, __y.first); }
725 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
726 { return __x._M_t == __y._M_t; }
742 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
743 { return __x._M_t < __y._M_t; }
749 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
750 { return !(__x == __y); }
756 const multimap<_Key, _Tp, _Compare, _Alloc>& __y)
757 { return __y < __x;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 397 hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
399 __x.swap(__y);
405 const hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
407 if (__x.size() != __y.size())
411 for (const_iterator __i = __x.begin(), __ex = __x.end(), __ey = __y.end();
414 const_iterator __j = __y.find(*__i);
425 const hash_set<_Value, _Hash, _Pred, _Alloc>& __y)
427 return !(__x == __y);
618 hash_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
620 __x.swap(__y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.tcc 330 _UIntType __y = ((_M_x[__k] & __upper_mask)
332 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1)
333 ^ ((__y & 0x01) ? __a : 0));
338 _UIntType __y = ((_M_x[__k] & __upper_mask)
340 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1)
341 ^ ((__y & 0x01) ? __a : 0));
344 _UIntType __y = ((_M_x[__n - 1] & __upper_mask)
346 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1)
347 ^ ((__y & 0x01) ? __a : 0));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.tcc 330 _UIntType __y = ((_M_x[__k] & __upper_mask)
332 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1)
333 ^ ((__y & 0x01) ? __a : 0));
338 _UIntType __y = ((_M_x[__k] & __upper_mask)
340 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1)
341 ^ ((__y & 0x01) ? __a : 0));
344 _UIntType __y = ((_M_x[__n - 1] & __upper_mask)
346 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1)
347 ^ ((__y & 0x01) ? __a : 0));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.tcc 330 _UIntType __y = ((_M_x[__k] & __upper_mask)
332 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1)
333 ^ ((__y & 0x01) ? __a : 0));
338 _UIntType __y = ((_M_x[__k] & __upper_mask)
340 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1)
341 ^ ((__y & 0x01) ? __a : 0));
344 _UIntType __y = ((_M_x[__n - 1] & __upper_mask)
346 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1)
347 ^ ((__y & 0x01) ? __a : 0));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.tcc 330 _UIntType __y = ((_M_x[__k] & __upper_mask)
332 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1)
333 ^ ((__y & 0x01) ? __a : 0));
338 _UIntType __y = ((_M_x[__k] & __upper_mask)
340 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1)
341 ^ ((__y & 0x01) ? __a : 0));
344 _UIntType __y = ((_M_x[__n - 1] & __upper_mask)
346 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1)
347 ^ ((__y & 0x01) ? __a : 0));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.tcc 330 _UIntType __y = ((_M_x[__k] & __upper_mask)
332 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1)
333 ^ ((__y & 0x01) ? __a : 0));
338 _UIntType __y = ((_M_x[__k] & __upper_mask)
340 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1)
341 ^ ((__y & 0x01) ? __a : 0));
344 _UIntType __y = ((_M_x[__n - 1] & __upper_mask)
346 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1)
347 ^ ((__y & 0x01) ? __a : 0));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.tcc 330 _UIntType __y = ((_M_x[__k] & __upper_mask)
332 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1)
333 ^ ((__y & 0x01) ? __a : 0));
338 _UIntType __y = ((_M_x[__k] & __upper_mask)
340 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1)
341 ^ ((__y & 0x01) ? __a : 0));
344 _UIntType __y = ((_M_x[__n - 1] & __upper_mask)
346 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1)
347 ^ ((__y & 0x01) ? __a : 0));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.tcc 330 _UIntType __y = ((_M_x[__k] & __upper_mask)
332 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1)
333 ^ ((__y & 0x01) ? __a : 0));
338 _UIntType __y = ((_M_x[__k] & __upper_mask)
340 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1)
341 ^ ((__y & 0x01) ? __a : 0));
344 _UIntType __y = ((_M_x[__n - 1] & __upper_mask)
346 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1)
347 ^ ((__y & 0x01) ? __a : 0));
    [all...]

Completed in 1325 milliseconds

<<21222324252627282930>>