/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.h | 379 const valarray<_Tp>& __y) { 380 _STLP_ASSERT(__x.size() == __y.size()) 384 __tmp[__i] = __x[__i] * __y[__i]; 390 const valarray<_Tp>& __y) { 391 _STLP_ASSERT(__x.size() == __y.size()) 395 __tmp[__i] = __x[__i] / __y[__i]; 401 const valarray<_Tp>& __y) { 402 _STLP_ASSERT(__x.size() == __y.size()) 406 __tmp[__i] = __x[__i] % __y[__i]; 412 const valarray<_Tp>& __y) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_valarray.h | 379 const valarray<_Tp>& __y) { 380 _STLP_ASSERT(__x.size() == __y.size()) 384 __tmp[__i] = __x[__i] * __y[__i]; 390 const valarray<_Tp>& __y) { 391 _STLP_ASSERT(__x.size() == __y.size()) 395 __tmp[__i] = __x[__i] / __y[__i]; 401 const valarray<_Tp>& __y) { 402 _STLP_ASSERT(__x.size() == __y.size()) 406 __tmp[__i] = __x[__i] % __y[__i]; 412 const valarray<_Tp>& __y) { [all...] |
/external/stlport/stlport/stl/config/ |
features.h | 586 #define __C_CAST(__x, __y) ((__x)(__y)) 588 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) 589 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) 590 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) 592 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
queue | 185 operator==(const queue<_Tp, _Container>& __x,const queue<_Tp, _Container>& __y); 190 operator< (const queue<_Tp, _Container>& __x,const queue<_Tp, _Container>& __y); 312 operator==(const queue<_T1, _C1>& __x,const queue<_T1, _C1>& __y); 318 operator< (const queue<_T1, _C1>& __x,const queue<_T1, _C1>& __y); 324 operator==(const queue<_Tp, _Container>& __x,const queue<_Tp, _Container>& __y) 326 return __x.c == __y.c; 332 operator< (const queue<_Tp, _Container>& __x,const queue<_Tp, _Container>& __y) 334 return __x.c < __y.c; 340 operator!=(const queue<_Tp, _Container>& __x,const queue<_Tp, _Container>& __y) 342 return !(__x == __y); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 580 #define __C_CAST(__x, __y) ((__x)(__y)) 582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) 584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) 586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 580 #define __C_CAST(__x, __y) ((__x)(__y)) 582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) 584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) 586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 580 #define __C_CAST(__x, __y) ((__x)(__y)) 582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) 584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) 586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 580 #define __C_CAST(__x, __y) ((__x)(__y)) 582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) 584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) 586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 580 #define __C_CAST(__x, __y) ((__x)(__y)) 582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) 584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) 586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
features.h | 580 #define __C_CAST(__x, __y) ((__x)(__y)) 582 # define __CONST_CAST(__x,__y) const_cast<__x>(__y) 583 # define __STATIC_CAST(__x,__y) static_cast<__x>(__y) 584 # define __REINTERPRET_CAST(__x,__y) reinterpret_cast<__x>(__y) 586 # define __STATIC_CAST(__x,__y) __C_CAST(__x, __y) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
cmath | 61 pow(double __x, double __y) 62 { return std::pow(__x, __y); } 65 pow(float __x, float __y) 66 { return std::pow(__x, __y); } 69 pow(long double __x, long double __y) 70 { return std::pow(__x, __y); } 74 pow(_Tp __x, _Up __y) 77 return std::pow(__type(__x), __type(__y)); 147 betaf(float __x, float __y) 148 { return __detail::__beta<float>(__x, __y); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_deque.h | 127 _Deque_iterator(_Tp* __x, _Map_pointer __y) 128 : _M_cur(__x), _M_first(*__y), 129 _M_last(*__y + _S_buffer_size()), _M_node(__y) { } 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 248 { return __x._M_cur == __y._M_cur; } 254 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y) 255 { return __x._M_cur == __y._M_cur; } 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 261 { return !(__x == __y); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_deque.h | 127 _Deque_iterator(_Tp* __x, _Map_pointer __y) 128 : _M_cur(__x), _M_first(*__y), 129 _M_last(*__y + _S_buffer_size()), _M_node(__y) { } 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 248 { return __x._M_cur == __y._M_cur; } 254 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y) 255 { return __x._M_cur == __y._M_cur; } 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 261 { return !(__x == __y); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
cmath | 61 pow(double __x, double __y) 62 { return std::pow(__x, __y); } 65 pow(float __x, float __y) 66 { return std::pow(__x, __y); } 69 pow(long double __x, long double __y) 70 { return std::pow(__x, __y); } 74 pow(_Tp __x, _Up __y) 77 return std::pow(__type(__x), __type(__y)); 147 betaf(float __x, float __y) 148 { return __detail::__beta<float>(__x, __y); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
cmath | 61 pow(double __x, double __y) 62 { return std::pow(__x, __y); } 65 pow(float __x, float __y) 66 { return std::pow(__x, __y); } 69 pow(long double __x, long double __y) 70 { return std::pow(__x, __y); } 74 pow(_Tp __x, _Up __y) 77 return std::pow(__type(__x), __type(__y)); 147 betaf(float __x, float __y) 148 { return __detail::__beta<float>(__x, __y); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
cmath | 61 pow(double __x, double __y) 62 { return std::pow(__x, __y); } 65 pow(float __x, float __y) 66 { return std::pow(__x, __y); } 69 pow(long double __x, long double __y) 70 { return std::pow(__x, __y); } 74 pow(_Tp __x, _Up __y) 77 return std::pow(__type(__x), __type(__y)); 147 betaf(float __x, float __y) 148 { return __detail::__beta<float>(__x, __y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
cmath | 61 pow(double __x, double __y) 62 { return std::pow(__x, __y); } 65 pow(float __x, float __y) 66 { return std::pow(__x, __y); } 69 pow(long double __x, long double __y) 70 { return std::pow(__x, __y); } 74 pow(_Tp __x, _Up __y) 77 return std::pow(__type(__x), __type(__y)); 147 betaf(float __x, float __y) 148 { return __detail::__beta<float>(__x, __y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_deque.h | 127 _Deque_iterator(_Tp* __x, _Map_pointer __y) 128 : _M_cur(__x), _M_first(*__y), 129 _M_last(*__y + _S_buffer_size()), _M_node(__y) { } 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 248 { return __x._M_cur == __y._M_cur; } 254 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y) 255 { return __x._M_cur == __y._M_cur; } 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 261 { return !(__x == __y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unique_ptr.h | 440 unique_ptr<_Tp, _Dp>& __y) noexcept 441 { __x.swap(__y); } 447 const unique_ptr<_Up, _Ep>& __y) 448 { return __x.get() == __y.get(); } 464 const unique_ptr<_Up, _Ep>& __y) 465 { return __x.get() != __y.get(); } 481 const unique_ptr<_Up, _Ep>& __y) 486 return std::less<_CT>()(__x.get(), __y.get()); 505 const unique_ptr<_Up, _Ep>& __y) 506 { return !(__y < __x); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_deque.h | 127 _Deque_iterator(_Tp* __x, _Map_pointer __y) 128 : _M_cur(__x), _M_first(*__y), 129 _M_last(*__y + _S_buffer_size()), _M_node(__y) { } 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 248 { return __x._M_cur == __y._M_cur; } 254 const _Deque_iterator<_Tp, _RefR, _PtrR>& __y) 255 { return __x._M_cur == __y._M_cur; } 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 261 { return !(__x == __y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unique_ptr.h | 440 unique_ptr<_Tp, _Dp>& __y) noexcept 441 { __x.swap(__y); } 447 const unique_ptr<_Up, _Ep>& __y) 448 { return __x.get() == __y.get(); } 464 const unique_ptr<_Up, _Ep>& __y) 465 { return __x.get() != __y.get(); } 481 const unique_ptr<_Up, _Ep>& __y) 486 return std::less<_CT>()(__x.get(), __y.get()); 505 const unique_ptr<_Up, _Ep>& __y) 506 { return !(__y < __x); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unique_ptr.h | 483 unique_ptr<_Tp, _Dp>& __y) noexcept 484 { __x.swap(__y); } 490 const unique_ptr<_Up, _Ep>& __y) 491 { return __x.get() == __y.get(); } 507 const unique_ptr<_Up, _Ep>& __y) 508 { return __x.get() != __y.get(); } 524 const unique_ptr<_Up, _Ep>& __y) 529 return std::less<_CT>()(__x.get(), __y.get()); 548 const unique_ptr<_Up, _Ep>& __y) 549 { return !(__y < __x); [all...] |
/external/clang/lib/Headers/ |
avx2intrin.h | 883 _mm256_maskstore_epi32(int *__X, __m256i __M, __m256i __Y) 885 __builtin_ia32_maskstored256((__v8si *)__X, (__v8si)__M, (__v8si)__Y); 889 _mm256_maskstore_epi64(long long *__X, __m256i __M, __m256i __Y) 891 __builtin_ia32_maskstoreq256((__v4di *)__X, __M, __Y); 895 _mm_maskstore_epi32(int *__X, __m128i __M, __m128i __Y) 897 __builtin_ia32_maskstored((__v4si *)__X, (__v4si)__M, (__v4si)__Y); 901 _mm_maskstore_epi64(long long *__X, __m128i __M, __m128i __Y) 903 __builtin_ia32_maskstoreq(( __v2di *)__X, __M, __Y); 907 _mm256_sllv_epi32(__m256i __X, __m256i __Y) 909 return (__m256i)__builtin_ia32_psllv8si((__v8si)__X, (__v8si)__Y); [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
avx2intrin.h | 883 _mm256_maskstore_epi32(int *__X, __m256i __M, __m256i __Y) 885 __builtin_ia32_maskstored256((__v8si *)__X, (__v8si)__M, (__v8si)__Y); 889 _mm256_maskstore_epi64(long long *__X, __m256i __M, __m256i __Y) 891 __builtin_ia32_maskstoreq256((__v4di *)__X, __M, __Y); 895 _mm_maskstore_epi32(int *__X, __m128i __M, __m128i __Y) 897 __builtin_ia32_maskstored((__v4si *)__X, (__v4si)__M, (__v4si)__Y); 901 _mm_maskstore_epi64(long long *__X, __m128i __M, __m128i __Y) 903 __builtin_ia32_maskstoreq(( __v2di *)__X, __M, __Y); 907 _mm256_sllv_epi32(__m256i __X, __m256i __Y) 909 return (__m256i)__builtin_ia32_psllv8si((__v8si)__X, (__v8si)__Y); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random.tcc | 232 _UIntType __y = ((_M_x[__k] & __upper_mask) 234 _M_x[__k] = (_M_x[__k + __m] ^ (__y >> 1) 235 ^ ((__y & 0x01) ? __a : 0)); 240 _UIntType __y = ((_M_x[__k] & __upper_mask) 242 _M_x[__k] = (_M_x[__k + (__m - __n)] ^ (__y >> 1) 243 ^ ((__y & 0x01) ? __a : 0)); 246 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) 248 _M_x[__n - 1] = (_M_x[__m - 1] ^ (__y >> 1) 249 ^ ((__y & 0x01) ? __a : 0)); 973 const _RealType __y = -std::abs(__n) * _M_sm - 1 [all...] |