/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 49 template<typename _UIntType, int __w, 50 bool = __w < std::numeric_limits<_UIntType>::digits> 54 template<typename _UIntType, int __w> 55 struct _Shift<_UIntType, __w, true> 56 { static const _UIntType __value = _UIntType(1) << __w; }; 537 template<class _UIntType, int __w, int __n, int __m, int __r, 549 static const int word_size = __w; 591 { return __detail::_Shift<_UIntType, __w>::__value - 1; } 887 template<typename _RealType, int __w, int __s, int __r> 895 static const int word_size = __w; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
wait.h | 79 /* This will define all the `__W*' macros. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
ropeimpl.h | 1011 size_t __w = __o.width(); local 1018 if (__rope_len < __w) 1019 __pad_len = __w - __rope_len; 1024 __o.width(__w / __rope_len); 1033 __o.width(__w); 1038 __o.width(__w); [all...] |
vstring.tcc | 571 const streamsize __w = __in.width(); 572 const __size_type __n = __w > 0 ? static_cast<__size_type>(__w)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 1011 size_t __w = __o.width(); local 1018 if (__rope_len < __w) 1019 __pad_len = __w - __rope_len; 1024 __o.width(__w / __rope_len); 1033 __o.width(__w); 1038 __o.width(__w); [all...] |
vstring.tcc | 571 const streamsize __w = __in.width(); 572 const __size_type __n = __w > 0 ? static_cast<__size_type>(__w)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
ropeimpl.h | 1011 size_t __w = __o.width(); local 1018 if (__rope_len < __w) 1019 __pad_len = __w - __rope_len; 1024 __o.width(__w / __rope_len); 1033 __o.width(__w); 1038 __o.width(__w); [all...] |
vstring.tcc | 571 const streamsize __w = __in.width(); 572 const __size_type __n = __w > 0 ? static_cast<__size_type>(__w)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
valarray_before.h | 589 _BinClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w) 590 : _Base(__v, __w) {}
|
basic_string.tcc | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 589 _BinClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w) 590 : _Base(__v, __w) {}
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 589 _BinClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w) 590 : _Base(__v, __w) {}
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
emmintrin.h | 76 _mm_set_pd (double __W, double __X) 78 return __extension__ (__m128d){ __X, __W }; 83 _mm_setr_pd (double __W, double __X) 85 return __extension__ (__m128d){ __W, __X }; [all...] |
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...] |
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
emmintrin.h | 76 _mm_set_pd (double __W, double __X) 78 return __extension__ (__m128d){ __X, __W }; 83 _mm_setr_pd (double __W, double __X) 85 return __extension__ (__m128d){ __W, __X }; [all...] |
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...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
emmintrin.h | 76 _mm_set_pd (double __W, double __X) 78 return __extension__ (__m128d){ __X, __W }; 83 _mm_setr_pd (double __W, double __X) 85 return __extension__ (__m128d){ __W, __X }; [all...] |
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...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
emmintrin.h | 74 _mm_set_pd (double __W, double __X) 76 return __extension__ (__m128d){ __X, __W }; 81 _mm_setr_pd (double __W, double __X) 83 return __extension__ (__m128d){ __W, __X }; [all...] |
xmmintrin.h | 924 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 926 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 931 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 933 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
emmintrin.h | 74 _mm_set_pd (double __W, double __X) 76 return __extension__ (__m128d){ __X, __W }; 81 _mm_setr_pd (double __W, double __X) 83 return __extension__ (__m128d){ __W, __X }; [all...] |
xmmintrin.h | 924 _mm_set_ps (const float __Z, const float __Y, const float __X, const float __W) 926 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z }; 931 _mm_setr_ps (float __Z, float __Y, float __X, float __W) 933 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W }; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
bessel_function.tcc | 170 _Tp __w = __xi2 / __numeric_constants<_Tp>::__pi(); 259 __Jmu = __w / (__Npmu - __f * __Nmu); 308 __Jmu = std::sqrt(__w / ((__p - __f) * __gam + __q));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
bessel_function.tcc | 170 _Tp __w = __xi2 / __numeric_constants<_Tp>::__pi(); 259 __Jmu = __w / (__Npmu - __f * __Nmu); 308 __Jmu = std::sqrt(__w / ((__p - __f) * __gam + __q));
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
bessel_function.tcc | 170 _Tp __w = __xi2 / __numeric_constants<_Tp>::__pi(); 259 __Jmu = __w / (__Npmu - __f * __Nmu); 308 __Jmu = std::sqrt(__w / ((__p - __f) * __gam + __q));
|