HomeSort by relevance Sort by last modified time
    Searched full:__y (Results 1 - 25 of 600) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
tmmintrin.h 38 _mm_hadd_epi16 (__m128i __X, __m128i __Y)
40 return (__m128i) __builtin_ia32_phaddw128 ((__v8hi)__X, (__v8hi)__Y);
44 _mm_hadd_epi32 (__m128i __X, __m128i __Y)
46 return (__m128i) __builtin_ia32_phaddd128 ((__v4si)__X, (__v4si)__Y);
50 _mm_hadds_epi16 (__m128i __X, __m128i __Y)
52 return (__m128i) __builtin_ia32_phaddsw128 ((__v8hi)__X, (__v8hi)__Y);
56 _mm_hadd_pi16 (__m64 __X, __m64 __Y)
58 return (__m64) __builtin_ia32_phaddw ((__v4hi)__X, (__v4hi)__Y);
62 _mm_hadd_pi32 (__m64 __X, __m64 __Y)
64 return (__m64) __builtin_ia32_phaddd ((__v2si)__X, (__v2si)__Y);
    [all...]
smmintrin.h 47 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M)
50 (__v8hi)__Y,
60 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M)
63 (__v16qi)__Y,
72 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M)
75 (__v4sf)__Y,
85 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M)
88 (__v4sf)__Y,
97 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M)
100 (__v2df)__Y,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
tmmintrin.h 38 _mm_hadd_epi16 (__m128i __X, __m128i __Y)
40 return (__m128i) __builtin_ia32_phaddw128 ((__v8hi)__X, (__v8hi)__Y);
44 _mm_hadd_epi32 (__m128i __X, __m128i __Y)
46 return (__m128i) __builtin_ia32_phaddd128 ((__v4si)__X, (__v4si)__Y);
50 _mm_hadds_epi16 (__m128i __X, __m128i __Y)
52 return (__m128i) __builtin_ia32_phaddsw128 ((__v8hi)__X, (__v8hi)__Y);
56 _mm_hadd_pi16 (__m64 __X, __m64 __Y)
58 return (__m64) __builtin_ia32_phaddw ((__v4hi)__X, (__v4hi)__Y);
62 _mm_hadd_pi32 (__m64 __X, __m64 __Y)
64 return (__m64) __builtin_ia32_phaddd ((__v2si)__X, (__v2si)__Y);
    [all...]
smmintrin.h 47 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M)
50 (__v8hi)__Y,
60 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M)
63 (__v16qi)__Y,
72 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M)
75 (__v4sf)__Y,
85 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M)
88 (__v4sf)__Y,
97 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M)
100 (__v2df)__Y,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
tmmintrin.h 38 _mm_hadd_epi16 (__m128i __X, __m128i __Y)
40 return (__m128i) __builtin_ia32_phaddw128 ((__v8hi)__X, (__v8hi)__Y);
44 _mm_hadd_epi32 (__m128i __X, __m128i __Y)
46 return (__m128i) __builtin_ia32_phaddd128 ((__v4si)__X, (__v4si)__Y);
50 _mm_hadds_epi16 (__m128i __X, __m128i __Y)
52 return (__m128i) __builtin_ia32_phaddsw128 ((__v8hi)__X, (__v8hi)__Y);
56 _mm_hadd_pi16 (__m64 __X, __m64 __Y)
58 return (__m64) __builtin_ia32_phaddw ((__v4hi)__X, (__v4hi)__Y);
62 _mm_hadd_pi32 (__m64 __X, __m64 __Y)
64 return (__m64) __builtin_ia32_phaddd ((__v2si)__X, (__v2si)__Y);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
tmmintrin.h 38 _mm_hadd_epi16 (__m128i __X, __m128i __Y)
40 return (__m128i) __builtin_ia32_phaddw128 ((__v8hi)__X, (__v8hi)__Y);
44 _mm_hadd_epi32 (__m128i __X, __m128i __Y)
46 return (__m128i) __builtin_ia32_phaddd128 ((__v4si)__X, (__v4si)__Y);
50 _mm_hadds_epi16 (__m128i __X, __m128i __Y)
52 return (__m128i) __builtin_ia32_phaddsw128 ((__v8hi)__X, (__v8hi)__Y);
56 _mm_hadd_pi16 (__m64 __X, __m64 __Y)
58 return (__m64) __builtin_ia32_phaddw ((__v4hi)__X, (__v4hi)__Y);
62 _mm_hadd_pi32 (__m64 __X, __m64 __Y)
64 return (__m64) __builtin_ia32_phaddd ((__v2si)__X, (__v2si)__Y);
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
tmmintrin.h 38 _mm_hadd_epi16 (__m128i __X, __m128i __Y)
40 return (__m128i) __builtin_ia32_phaddw128 ((__v8hi)__X, (__v8hi)__Y);
44 _mm_hadd_epi32 (__m128i __X, __m128i __Y)
46 return (__m128i) __builtin_ia32_phaddd128 ((__v4si)__X, (__v4si)__Y);
50 _mm_hadds_epi16 (__m128i __X, __m128i __Y)
52 return (__m128i) __builtin_ia32_phaddsw128 ((__v8hi)__X, (__v8hi)__Y);
56 _mm_hadd_pi16 (__m64 __X, __m64 __Y)
58 return (__m64) __builtin_ia32_phaddw ((__v4hi)__X, (__v4hi)__Y);
62 _mm_hadd_pi32 (__m64 __X, __m64 __Y)
64 return (__m64) __builtin_ia32_phaddd ((__v2si)__X, (__v2si)__Y);
    [all...]
smmintrin.h 47 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M)
50 (__v8hi)__Y,
60 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M)
63 (__v16qi)__Y,
72 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M)
75 (__v4sf)__Y,
85 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M)
88 (__v4sf)__Y,
97 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M)
100 (__v2df)__Y,
    [all...]
  /external/clang/test/CodeGen/
bmi2-builtins.c 8 unsigned int test_bzhi_u32(unsigned int __X, unsigned int __Y) {
10 return _bzhi_u32(__X, __Y);
13 unsigned int test_pdep_u32(unsigned int __X, unsigned int __Y) {
15 return _pdep_u32(__X, __Y);
18 unsigned int test_pext_u32(unsigned int __X, unsigned int __Y) {
20 return _pext_u32(__X, __Y);
23 unsigned long long test_bzhi_u64(unsigned long long __X, unsigned long long __Y) {
25 return _bzhi_u64(__X, __Y);
28 unsigned long long test_pdep_u64(unsigned long long __X, unsigned long long __Y) {
30 return _pdep_u64(__X, __Y);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
58 __tg_promote(__y)))
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
60 __tg_promote(__y) + \
473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
477 __tg_pow(double __x, double __y) {return pow(__x, __y);}
481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
58 __tg_promote(__y)))
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
60 __tg_promote(__y) + \
473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
477 __tg_pow(double __x, double __y) {return pow(__x, __y);}
481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>