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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
complex 319 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y)
322 __r += __y;
328 operator+(const complex<_Tp>& __x, const _Tp& __y)
331 __r += __y;
337 operator+(const _Tp& __x, const complex<_Tp>& __y)
339 complex<_Tp> __r = __y;
349 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y)
352 __r -= __y;
358 operator-(const complex<_Tp>& __x, const _Tp& __y)
361 __r -= __y;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
complex 319 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y)
322 __r += __y;
328 operator+(const complex<_Tp>& __x, const _Tp& __y)
331 __r += __y;
337 operator+(const _Tp& __x, const complex<_Tp>& __y)
339 complex<_Tp> __r = __y;
349 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y)
352 __r -= __y;
358 operator-(const complex<_Tp>& __x, const _Tp& __y)
361 __r -= __y;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
complex 319 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y)
322 __r += __y;
328 operator+(const complex<_Tp>& __x, const _Tp& __y)
331 __r += __y;
337 operator+(const _Tp& __x, const complex<_Tp>& __y)
339 complex<_Tp> __r = __y;
349 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y)
352 __r -= __y;
358 operator-(const complex<_Tp>& __x, const _Tp& __y)
361 __r -= __y;
    [all...]
  /external/clang/lib/Headers/
bmiintrin.h 42 __andn_u32(unsigned int __X, unsigned int __Y)
44 return ~__X & __Y;
48 __bextr_u32(unsigned int __X, unsigned int __Y)
50 return __builtin_ia32_bextr_u32(__X, __Y);
79 __andn_u64 (unsigned long long __X, unsigned long long __Y)
81 return ~__X & __Y;
85 __bextr_u64(unsigned long long __X, unsigned long long __Y)
87 return __builtin_ia32_bextr_u64(__X, __Y);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
bmiintrin.h 49 __andn_u32 (unsigned int __X, unsigned int __Y)
51 unsigned int tmp = ~(__X) & (__Y);
56 __bextr_u32 (unsigned int __X, unsigned int __Y)
58 return __builtin_ia32_bextr_u32 (__X, __Y);
98 __andn_u64 (unsigned long long __X, unsigned long long __Y)
100 unsigned long long tmp = ~(__X) & (__Y);
105 __bextr_u64 (unsigned long long __X, unsigned long long __Y)
107 return __builtin_ia32_bextr_u64 (__X, __Y);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
bmiintrin.h 49 __andn_u32 (unsigned int __X, unsigned int __Y)
51 unsigned int tmp = ~(__X) & (__Y);
56 __bextr_u32 (unsigned int __X, unsigned int __Y)
58 return __builtin_ia32_bextr_u32 (__X, __Y);
98 __andn_u64 (unsigned long long __X, unsigned long long __Y)
100 unsigned long long tmp = ~(__X) & (__Y);
105 __bextr_u64 (unsigned long long __X, unsigned long long __Y)
107 return __builtin_ia32_bextr_u64 (__X, __Y);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
bmiintrin.h 49 __andn_u32 (unsigned int __X, unsigned int __Y)
51 unsigned int tmp = ~(__X) & (__Y);
56 __bextr_u32 (unsigned int __X, unsigned int __Y)
58 return __builtin_ia32_bextr_u32 (__X, __Y);
98 __andn_u64 (unsigned long long __X, unsigned long long __Y)
100 unsigned long long tmp = ~(__X) & (__Y);
105 __bextr_u64 (unsigned long long __X, unsigned long long __Y)
107 return __builtin_ia32_bextr_u64 (__X, __Y);
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
bmiintrin.h 49 __andn_u32 (unsigned int __X, unsigned int __Y)
51 unsigned int tmp = ~(__X) & (__Y);
56 __bextr_u32 (unsigned int __X, unsigned int __Y)
58 return __builtin_ia32_bextr_u32 (__X, __Y);
98 __andn_u64 (unsigned long long __X, unsigned long long __Y)
100 unsigned long long tmp = ~(__X) & (__Y);
105 __bextr_u64 (unsigned long long __X, unsigned long long __Y)
107 return __builtin_ia32_bextr_u64 (__X, __Y);
  /prebuilts/sdk/renderscript/clang-include/
bmiintrin.h 42 __andn_u32(unsigned int __X, unsigned int __Y)
44 return ~__X & __Y;
48 __bextr_u32(unsigned int __X, unsigned int __Y)
50 return __builtin_ia32_bextr_u32(__X, __Y);
79 __andn_u64 (unsigned long long __X, unsigned long long __Y)
81 return ~__X & __Y;
85 __bextr_u64(unsigned long long __X, unsigned long long __Y)
87 return __builtin_ia32_bextr_u64(__X, __Y);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
955 _Link_type __y = _M_end(); local
984 _Link_type __y = _M_clone_node(__x); local
1011 _Link_type __y = _S_left(__x); local
1091 _Link_type __y = _M_end(); local
1122 _Const_Link_type __y = _M_end(); local
1205 _Link_type __y = _M_end(); local
1233 _Link_type __y = _M_end(); local
1384 _Link_type __y = local
1398 _Link_type __y = local
    [all...]
cmath.tcc 41 _Tp __y = __n % 2 ? __x : _Tp(1);
47 __y = __y * __x;
50 return __y;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tree.h 310 const _Rb_tree_const_iterator<_Val>& __y)
311 { return __x._M_node == __y._M_node; }
316 const _Rb_tree_const_iterator<_Val>& __y)
317 { return __x._M_node != __y._M_node; }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
483 if (__comp(__y, __y))
484 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
485 bool lt = __comp(__x, __y);
1059 _Link_type __y = _M_end(); local
1088 _Link_type __y = _M_clone_node(__x); local
1115 _Link_type __y = _S_left(__x); local
1195 _Link_type __y = _M_end(); local
1226 _Const_Link_type __y = _M_end(); local
1312 _Link_type __y = _M_end(); local
1349 _Link_type __y = _M_end(); local
1526 _Link_type __y = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tree.h 310 const _Rb_tree_const_iterator<_Val>& __y)
311 { return __x._M_node == __y._M_node; }
316 const _Rb_tree_const_iterator<_Val>& __y)
317 { return __x._M_node != __y._M_node; }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
483 if (__comp(__y, __y))
484 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
485 bool lt = __comp(__x, __y);
1059 _Link_type __y = _M_end(); local
1088 _Link_type __y = _M_clone_node(__x); local
1115 _Link_type __y = _S_left(__x); local
1195 _Link_type __y = _M_end(); local
1226 _Const_Link_type __y = _M_end(); local
1312 _Link_type __y = _M_end(); local
1349 _Link_type __y = _M_end(); local
1526 _Link_type __y = local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
955 _Link_type __y = _M_end(); local
984 _Link_type __y = _M_clone_node(__x); local
1011 _Link_type __y = _S_left(__x); local
1091 _Link_type __y = _M_end(); local
1122 _Const_Link_type __y = _M_end(); local
1205 _Link_type __y = _M_end(); local
1233 _Link_type __y = _M_end(); local
1384 _Link_type __y = local
1398 _Link_type __y = local
    [all...]
cmath.tcc 41 _Tp __y = __n % 2 ? __x : _Tp(1);
47 __y = __y * __x;
50 return __y;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
955 _Link_type __y = _M_end(); local
984 _Link_type __y = _M_clone_node(__x); local
1011 _Link_type __y = _S_left(__x); local
1091 _Link_type __y = _M_end(); local
1122 _Const_Link_type __y = _M_end(); local
1205 _Link_type __y = _M_end(); local
1233 _Link_type __y = _M_end(); local
1384 _Link_type __y = local
1398 _Link_type __y = local
    [all...]
cmath.tcc 41 _Tp __y = __n % 2 ? __x : _Tp(1);
47 __y = __y * __x;
50 return __y;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
955 _Link_type __y = _M_end(); local
984 _Link_type __y = _M_clone_node(__x); local
1011 _Link_type __y = _S_left(__x); local
1091 _Link_type __y = _M_end(); local
1122 _Const_Link_type __y = _M_end(); local
1205 _Link_type __y = _M_end(); local
1233 _Link_type __y = _M_end(); local
1384 _Link_type __y = local
1398 _Link_type __y = local
    [all...]
cmath.tcc 41 _Tp __y = __n % 2 ? __x : _Tp(1);
47 __y = __y * __x;
50 return __y;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_tree.h 300 const _Rb_tree_const_iterator<_Val>& __y)
301 { return __x._M_node == __y._M_node; }
306 const _Rb_tree_const_iterator<_Val>& __y)
307 { return __x._M_node != __y._M_node; }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
472 if (__comp(__y, __y))
473 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
474 bool lt = __comp(__x, __y);
951 _Link_type __y = _M_end(); local
980 _Link_type __y = _M_clone_node(__x); local
1007 _Link_type __y = _S_left(__x); local
1087 _Link_type __y = _M_end(); local
1118 _Const_Link_type __y = _M_end(); local
1197 _Link_type __y = _M_end(); local
1225 _Link_type __y = _M_end(); local
1376 _Link_type __y = local
1390 _Link_type __y = local
    [all...]
cmath.tcc 41 _Tp __y = __n % 2 ? __x : _Tp(1);
47 __y = __y * __x;
50 return __y;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 310 const _Rb_tree_const_iterator<_Val>& __y)
311 { return __x._M_node == __y._M_node; }
316 const _Rb_tree_const_iterator<_Val>& __y)
317 { return __x._M_node != __y._M_node; }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
483 if (__comp(__y, __y))
484 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
485 bool lt = __comp(__x, __y);
1059 _Link_type __y = _M_end(); local
1088 _Link_type __y = _M_clone_node(__x); local
1115 _Link_type __y = _S_left(__x); local
1195 _Link_type __y = _M_end(); local
1226 _Const_Link_type __y = _M_end(); local
1312 _Link_type __y = _M_end(); local
1349 _Link_type __y = _M_end(); local
1526 _Link_type __y = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 310 const _Rb_tree_const_iterator<_Val>& __y)
311 { return __x._M_node == __y._M_node; }
316 const _Rb_tree_const_iterator<_Val>& __y)
317 { return __x._M_node != __y._M_node; }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
483 if (__comp(__y, __y))
484 __throw_runtime_error("strict weak ordering: (__y LT __y) != false");
485 bool lt = __comp(__x, __y);
1059 _Link_type __y = _M_end(); local
1088 _Link_type __y = _M_clone_node(__x); local
1115 _Link_type __y = _S_left(__x); local
1195 _Link_type __y = _M_end(); local
1226 _Const_Link_type __y = _M_end(); local
1312 _Link_type __y = _M_end(); local
1349 _Link_type __y = _M_end(); local
1526 _Link_type __y = local
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
pmmintrin.h 65 _mm_addsub_ps (__m128 __X, __m128 __Y)
67 return (__m128) __builtin_ia32_addsubps ((__v4sf)__X, (__v4sf)__Y);
73 _mm_hadd_ps (__m128 __X, __m128 __Y)
75 return (__m128) __builtin_ia32_haddps ((__v4sf)__X, (__v4sf)__Y);
81 _mm_hsub_ps (__m128 __X, __m128 __Y)
83 return (__m128) __builtin_ia32_hsubps ((__v4sf)__X, (__v4sf)__Y);
105 _mm_addsub_pd (__m128d __X, __m128d __Y)
107 return (__m128d) __builtin_ia32_addsubpd ((__v2df)__X, (__v2df)__Y);
113 _mm_hadd_pd (__m128d __X, __m128d __Y)
115 return (__m128d) __builtin_ia32_haddpd ((__v2df)__X, (__v2df)__Y);
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
pmmintrin.h 65 _mm_addsub_ps (__m128 __X, __m128 __Y)
67 return (__m128) __builtin_ia32_addsubps ((__v4sf)__X, (__v4sf)__Y);
73 _mm_hadd_ps (__m128 __X, __m128 __Y)
75 return (__m128) __builtin_ia32_haddps ((__v4sf)__X, (__v4sf)__Y);
81 _mm_hsub_ps (__m128 __X, __m128 __Y)
83 return (__m128) __builtin_ia32_hsubps ((__v4sf)__X, (__v4sf)__Y);
105 _mm_addsub_pd (__m128d __X, __m128d __Y)
107 return (__m128d) __builtin_ia32_addsubpd ((__v2df)__X, (__v2df)__Y);
113 _mm_hadd_pd (__m128d __X, __m128d __Y)
115 return (__m128d) __builtin_ia32_haddpd ((__v2df)__X, (__v2df)__Y);
    [all...]

Completed in 835 milliseconds

1 2 3 4 5 6 7 891011>>