/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
atomicfwd_c.h | 122 #define atomic_load_explicit(__a, __x) \ 123 _ATOMIC_LOAD_(__a, __x) 128 #define atomic_store_explicit(__a, __m, __x) \ 129 _ATOMIC_STORE_(__a, __m, __x) 134 #define atomic_exchange_explicit(__a, __m, __x) \ 135 _ATOMIC_MODIFY_(__a, =, __m, __x) 140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \ 141 _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) 146 #define atomic_fetch_add_explicit(__a, __m, __x) \ 147 _ATOMIC_MODIFY_(__a, +=, __m, __x) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hash_fun.h | 100 operator()(char __x) const 101 { return __x; } 108 operator()(unsigned char __x) const 109 { return __x; } 116 operator()(unsigned char __x) const 117 { return __x; } 124 operator()(short __x) const 125 { return __x; } 132 operator()(unsigned short __x) const 133 { return __x; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
hash_fun.h | 100 operator()(char __x) const 101 { return __x; } 108 operator()(unsigned char __x) const 109 { return __x; } 116 operator()(unsigned char __x) const 117 { return __x; } 124 operator()(short __x) const 125 { return __x; } 132 operator()(unsigned short __x) const 133 { return __x; } [all...] |
/external/stlport/stlport/stl/ |
_sparc_atomic.h | 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v); 57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) 58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x) 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
_iterator.h | 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_sparc_atomic.h | 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v); 57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) 58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x) 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
_iterator.h | 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
smmintrin.h | 85 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 87 return (__m128i) __builtin_ia32_pblendw128 ((__v8hi)__X, 97 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 99 return (__m128i) __builtin_ia32_pblendvb128 ((__v16qi)__X, 109 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 111 return (__m128) __builtin_ia32_blendps ((__v4sf)__X, 121 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 123 return (__m128) __builtin_ia32_blendvps ((__v4sf)__X, 133 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 135 return (__m128d) __builtin_ia32_blendpd ((__v2df)__X, [all...] |
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
smmintrin.h | 85 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M) 87 return (__m128i) __builtin_ia32_pblendw128 ((__v8hi)__X, 97 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M) 99 return (__m128i) __builtin_ia32_pblendvb128 ((__v16qi)__X, 109 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M) 111 return (__m128) __builtin_ia32_blendps ((__v4sf)__X, 121 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M) 123 return (__m128) __builtin_ia32_blendvps ((__v4sf)__X, 133 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M) 135 return (__m128d) __builtin_ia32_blendpd ((__v2df)__X, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
beta_function.tcc | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __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 | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __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 | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __y) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
beta_function.tcc | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __y) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_sparc_atomic.h | 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v); 57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) 58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x) 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
_iterator.h | 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
beta_function.tcc | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __y) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_sparc_atomic.h | 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v); 57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) 58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x) 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
_iterator.h | 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
beta_function.tcc | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __y) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_sparc_atomic.h | 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v); 57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) 58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x) 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
_iterator.h | 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} 65 reverse_iterator(const _Self& __x) : current(__x.current) {} 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
beta_function.tcc | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __y) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
beta_function.tcc | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __y) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
beta_function.tcc | 69 * @param __x The first argument of the beta function. 75 __beta_gamma(_Tp __x, _Tp __y) 80 if (__x > __y) 82 __bet = std::tr1::tgamma(__x) 83 / std::tr1::tgamma(__x + __y); 89 / std::tr1::tgamma(__x + __y); 90 __bet *= std::tr1::tgamma(__x); 93 if (__x > __y) 95 __bet = __gamma(__x) / __gamma(__x + __y) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_sparc_atomic.h | 53 extern "C" __stl_atomic_t _STLP_atomic_exchange(__stl_atomic_t * __x, __stl_atomic_t __v); 57 # define _STLP_ATOMIC_INCREMENT(__x) _STLP_atomic_increment((__stl_atomic_t*)__x) 58 # define _STLP_ATOMIC_DECREMENT(__x) _STLP_atomic_decrement((__stl_atomic_t*)__x) 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|