/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
future | 940 swap(promise<_Res>& __x, promise<_Res>& __y) 941 { __x.swap(__y); } [all...] |
tuple | 745 swap(tuple<_Elements...>& __x, tuple<_Elements...>& __y) 746 { __x.swap(__y); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
future | 940 swap(promise<_Res>& __x, promise<_Res>& __y) 941 { __x.swap(__y); } [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
xmmintrin.h | 919 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 921 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 926 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 928 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
future | 940 swap(promise<_Res>& __x, promise<_Res>& __y) 941 { __x.swap(__y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
future | 940 swap(promise<_Res>& __x, promise<_Res>& __y) 941 { __x.swap(__y); } [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
math_private.h | 659 const __typeof (y) __y = (y); \ 661 DOPRINT_END2(__x, __y); \ 662 __x + __y; \
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
xmmintrin.h | [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
xmmintrin.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.h | 257 const _Fwd_list_const_iterator<_Tp>& __y) 258 { return __x._M_node == __y._M_node; } 266 const _Fwd_list_const_iterator<_Tp>& __y) 267 { return __x._M_node != __y._M_node; } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
forward_list.h | 257 const _Fwd_list_const_iterator<_Tp>& __y) 258 { return __x._M_node == __y._M_node; } 266 const _Fwd_list_const_iterator<_Tp>& __y) 267 { return __x._M_node != __y._M_node; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.h | 257 const _Fwd_list_const_iterator<_Tp>& __y) 258 { return __x._M_node == __y._M_node; } 266 const _Fwd_list_const_iterator<_Tp>& __y) 267 { return __x._M_node != __y._M_node; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 250 const _Fwd_list_const_iterator<_Tp>& __y) 251 { return __x._M_node == __y._M_node; } 259 const _Fwd_list_const_iterator<_Tp>& __y) 260 { return __x._M_node != __y._M_node; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.h | 257 const _Fwd_list_const_iterator<_Tp>& __y) 258 { return __x._M_node == __y._M_node; } 266 const _Fwd_list_const_iterator<_Tp>& __y) 267 { return __x._M_node != __y._M_node; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 250 const _Fwd_list_const_iterator<_Tp>& __y) 251 { return __x._M_node == __y._M_node; } 259 const _Fwd_list_const_iterator<_Tp>& __y) 260 { return __x._M_node != __y._M_node; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.h | 259 const _Fwd_list_const_iterator<_Tp>& __y) 260 { return __x._M_node == __y._M_node; } 268 const _Fwd_list_const_iterator<_Tp>& __y) 269 { return __x._M_node != __y._M_node; } [all...] |
/external/stlport/stlport/stl/ |
_algo.h | 466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 466 bool operator() (const _T1& __x, const _T2& __y) const { return __x < __y ; }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdatomic | 61 kill_dependency(_Tp __y) 63 _Tp ret(__y);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
slist | 837 swap(slist<_Tp, _Alloc>& __x, slist<_Tp, _Alloc>& __y) 838 { __x.swap(__y); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
slist | 839 swap(slist<_Tp, _Alloc>& __x, slist<_Tp, _Alloc>& __y) 840 { __x.swap(__y); }
|