Searched defs:__y (Results 126 - 150 of 573) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dmathinline.h120 __NTH (fmaxf (float __x, float __y)) argument
122 __asm ("maxss %1, %0" : "+x" (__x) : "xm" (__y));
126 __NTH (fmax (double __x, double __y)) argument
128 __asm ("maxsd %1, %0" : "+x" (__x) : "xm" (__y));
134 __NTH (fminf (float __x, float __y)) argument
136 __asm ("minss %1, %0" : "+x" (__x) : "xm" (__y));
140 __NTH (fmin (double __x, double __y)) argument
142 __asm ("minsd %1, %0" : "+x" (__x) : "xm" (__y));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_pair.h133 constexpr pair(_U1&& __x, const _T2& __y) argument
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y) argument
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y) argument
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
227 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
233 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
239 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
245 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
276 make_pair(_T1&& __x, _T2&& __y) argument
286 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstream_iterator.h131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
132 { return __x._M_equal(__y); }
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
139 { return !__x._M_equal(__y); }
130 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
137 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/ext/
H A Dopt_random.h50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/ext/
H A Dopt_random.h50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_pair.h133 constexpr pair(_U1&& __x, const _T2& __y) argument
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y) argument
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y) argument
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
227 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
233 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
239 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
245 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
276 make_pair(_T1&& __x, _T2&& __y) argument
286 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstream_iterator.h131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
132 { return __x._M_equal(__y); }
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
139 { return !__x._M_equal(__y); }
130 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
137 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/32/ext/
H A Dopt_random.h50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/ext/
H A Dopt_random.h50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_pair.h133 constexpr pair(_U1&& __x, const _T2& __y) argument
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y) argument
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y) argument
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
227 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
233 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
239 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
245 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
276 make_pair(_T1&& __x, _T2&& __y) argument
286 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstream_iterator.h131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
132 { return __x._M_equal(__y); }
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
139 { return !__x._M_equal(__y); }
130 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
137 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/ext/
H A Dopt_random.h50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/ext/
H A Dopt_random.h50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h133 constexpr pair(_U1&& __x, const _T2& __y) argument
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y) argument
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y) argument
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
227 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
233 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
239 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
245 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
276 make_pair(_T1&& __x, _T2&& __y) argument
286 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstream_iterator.h131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
132 { return __x._M_equal(__y); }
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
139 { return !__x._M_equal(__y); }
130 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
137 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_collate.h164 const basic_string<_CharT, _Traits, _Alloc>& __y) {
167 __y.data(), __y.data() + __y.size()) < 0;
162 __locale_do_operator_call(const locale& __loc, const basic_string<_CharT, _Traits, _Alloc>& __x, const basic_string<_CharT, _Traits, _Alloc>& __y) argument
H A D_stack.h107 const stack< _STLP_STACK_ARGS >& __y)
108 { return __x._Get_s() == __y._Get_s(); }
112 const stack< _STLP_STACK_ARGS >& __y)
113 { return __x._Get_s() < __y._Get_s(); }
106 operator ==(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
111 operator <(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h133 constexpr pair(_U1&& __x, const _T2& __y) argument
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y) argument
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y) argument
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
227 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
233 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
239 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
245 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
276 make_pair(_T1&& __x, _T2&& __y) argument
286 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstream_iterator.h131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
132 { return __x._M_equal(__y); }
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
139 { return !__x._M_equal(__y); }
130 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
137 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_collate.h164 const basic_string<_CharT, _Traits, _Alloc>& __y) {
167 __y.data(), __y.data() + __y.size()) < 0;
162 __locale_do_operator_call(const locale& __loc, const basic_string<_CharT, _Traits, _Alloc>& __x, const basic_string<_CharT, _Traits, _Alloc>& __y) argument
H A D_stack.h107 const stack< _STLP_STACK_ARGS >& __y)
108 { return __x._Get_s() == __y._Get_s(); }
112 const stack< _STLP_STACK_ARGS >& __y)
113 { return __x._Get_s() < __y._Get_s(); }
106 operator ==(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
111 operator <(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_pair.h133 constexpr pair(_U1&& __x, const _T2& __y) argument
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y) argument
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y) argument
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
227 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
233 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
239 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
245 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
276 make_pair(_T1&& __x, _T2&& __y) argument
286 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstream_iterator.h131 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
132 { return __x._M_equal(__y); }
138 const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y)
139 { return !__x._M_equal(__y); }
130 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
137 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_collate.h164 const basic_string<_CharT, _Traits, _Alloc>& __y) {
167 __y.data(), __y.data() + __y.size()) < 0;
162 __locale_do_operator_call(const locale& __loc, const basic_string<_CharT, _Traits, _Alloc>& __x, const basic_string<_CharT, _Traits, _Alloc>& __y) argument
H A D_stack.h107 const stack< _STLP_STACK_ARGS >& __y)
108 { return __x._Get_s() == __y._Get_s(); }
112 const stack< _STLP_STACK_ARGS >& __y)
113 { return __x._Get_s() < __y._Get_s(); }
106 operator ==(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
111 operator <(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument

Completed in 339 milliseconds

1234567891011>>