HomeSort by relevance Sort by last modified time
    Searched refs:__w (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 74 __typeof__(__n) __w = (__n); \
77 *__p = __w; \
79 __w; })
84 __typeof__(__n) __w = (__n); \
88 *__p __o __w; \
96 __typeof__(__n) __w = (__n); \
103 *__p = (__i_type)__w; \
550 __typeof__(__p) __w = (__p);
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
555 __w;
    [all...]
random.h 69 template<typename _UIntType, size_t __w,
70 bool = __w < static_cast<size_t>
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
370 template<typename _UIntType, size_t __w,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 74 __typeof__(__n) __w = (__n); \
77 *__p = __w; \
79 __w; })
84 __typeof__(__n) __w = (__n); \
88 *__p __o __w; \
96 __typeof__(__n) __w = (__n); \
103 *__p = (__i_type)__w; \
550 __typeof__(__p) __w = (__p);
553 *__p2 = reinterpret_cast<__pointer_type>(__w);
555 __w;
    [all...]
random.h 69 template<typename _UIntType, size_t __w,
70 bool = __w < static_cast<size_t>
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
370 template<typename _UIntType, size_t __w,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting
    [all...]
  /external/clang/lib/Headers/
avxintrin.h     [all...]
xmmintrin.h 581 _mm_set_ss(float __w)
583 return (__m128){ __w, 0, 0, 0 };
587 _mm_set1_ps(float __w)
589 return (__m128){ __w, __w, __w, __w };
594 _mm_set_ps1(float __w)
596 return _mm_set1_ps(__w);
600 _mm_set_ps(float __z, float __y, float __x, float __w)
    [all...]
emmintrin.h 527 _mm_set_sd(double __w)
529 return (__m128d){ __w, 0 };
533 _mm_set1_pd(double __w)
535 return (__m128d){ __w, __w };
539 _mm_set_pd(double __w, double __x)
541 return (__m128d){ __x, __w };
545 _mm_setr_pd(double __w, double __x)
547 return (__m128d){ __w, __x };
1131 _mm_set1_epi16(short __w)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
avxintrin.h     [all...]
xmmintrin.h 581 _mm_set_ss(float __w)
583 return (__m128){ __w, 0, 0, 0 };
587 _mm_set1_ps(float __w)
589 return (__m128){ __w, __w, __w, __w };
594 _mm_set_ps1(float __w)
596 return _mm_set1_ps(__w);
600 _mm_set_ps(float __z, float __y, float __x, float __w)
    [all...]
emmintrin.h 527 _mm_set_sd(double __w)
529 return (__m128d){ __w, 0 };
533 _mm_set1_pd(double __w)
535 return (__m128d){ __w, __w };
539 _mm_set_pd(double __w, double __x)
541 return (__m128d){ __x, __w };
545 _mm_setr_pd(double __w, double __x)
547 return (__m128d){ __w, __x };
1131 _mm_set1_epi16(short __w)
    [all...]
  /external/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 45 const streamsize __w = __os.width(0); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 69 template<typename _UIntType, size_t __w,
70 bool = __w < static_cast<size_t>
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
370 template<typename _UIntType, size_t __w,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 69 template<typename _UIntType, size_t __w,
70 bool = __w < static_cast<size_t>
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
370 template<typename _UIntType, size_t __w,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
70 bool = __w < static_cast<size_t>
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
363 * @tparam __w Word size, the number of bits in each element of
378 template<typename _UIntType, size_t __w,
389 static_assert(__r <= __w, "template argument substituting "
391 static_assert(__u <= __w, "template argument substituting "
393 static_assert(__s <= __w, "template argument substituting
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
70 bool = __w < static_cast<size_t>
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
363 * @tparam __w Word size, the number of bits in each element of
378 template<typename _UIntType, size_t __w,
389 static_assert(__r <= __w, "template argument substituting "
391 static_assert(__u <= __w, "template argument substituting "
393 static_assert(__s <= __w, "template argument substituting
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h 69 template<typename _UIntType, size_t __w,
70 bool = __w < static_cast<size_t>
75 template<typename _UIntType, size_t __w>
76 struct _Shift<_UIntType, __w, true>
77 { static const _UIntType __value = _UIntType(1) << __w; };
429 * @tparam __w Word size, the number of bits in each element of
444 template<typename _UIntType, size_t __w,
455 static_assert(__r <= __w, "template argument substituting "
457 static_assert(__u <= __w, "template argument substituting "
459 static_assert(__s <= __w, "template argument substituting
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
547 template<class _UIntType, int __w, int __n, int __m, int __r,
559 static const int word_size = __w;
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
897 template<typename _RealType, int __w, int __s, int __r>
905 static const int word_size = __w;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
547 template<class _UIntType, int __w, int __n, int __m, int __r,
559 static const int word_size = __w;
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
897 template<typename _RealType, int __w, int __s, int __r>
905 static const int word_size = __w;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 55 template<typename _UIntType, int __w,
56 bool = __w < std::numeric_limits<_UIntType>::digits>
60 template<typename _UIntType, int __w>
61 struct _Shift<_UIntType, __w, true>
62 { static const _UIntType __value = _UIntType(1) << __w; };
547 template<class _UIntType, int __w, int __n, int __m, int __r,
559 static const int word_size = __w;
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
897 template<typename _RealType, int __w, int __s, int __r>
905 static const int word_size = __w;
    [all...]

Completed in 4568 milliseconds

12 3 4 5 6