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

12 3 4 5

  /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;
  /external/clang/lib/Headers/
xmmintrin.h 573 _mm_set_ss(float __w)
575 return (__m128){ __w, 0, 0, 0 };
579 _mm_set1_ps(float __w)
581 return (__m128){ __w, __w, __w, __w };
586 _mm_set_ps1(float __w)
588 return _mm_set1_ps(__w);
592 _mm_set_ps(float __z, float __y, float __x, float __w)
    [all...]
emmintrin.h 523 _mm_set_sd(double __w)
525 return (__m128d){ __w, 0 };
529 _mm_set1_pd(double __w)
531 return (__m128d){ __w, __w };
535 _mm_set_pd(double __w, double __x)
537 return (__m128d){ __x, __w };
541 _mm_setr_pd(double __w, double __x)
543 return (__m128d){ __w, __x };
1127 _mm_set1_epi16(short __w)
    [all...]
mmintrin.h 412 _mm_set1_pi16(short __w)
414 return _mm_set_pi16(__w, __w, __w, __w);
  /prebuilts/sdk/renderscript/clang-include/
xmmintrin.h 573 _mm_set_ss(float __w)
575 return (__m128){ __w, 0, 0, 0 };
579 _mm_set1_ps(float __w)
581 return (__m128){ __w, __w, __w, __w };
586 _mm_set_ps1(float __w)
588 return _mm_set1_ps(__w);
592 _mm_set_ps(float __z, float __y, float __x, float __w)
    [all...]
emmintrin.h 523 _mm_set_sd(double __w)
525 return (__m128d){ __w, 0 };
529 _mm_set1_pd(double __w)
531 return (__m128d){ __w, __w };
535 _mm_set_pd(double __w, double __x)
537 return (__m128d){ __x, __w };
541 _mm_setr_pd(double __w, double __x)
543 return (__m128d){ __w, __x };
1127 _mm_set1_epi16(short __w)
    [all...]
mmintrin.h 412 _mm_set1_pi16(short __w)
414 return _mm_set_pi16(__w, __w, __w, __w);
  /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...]
valarray_after.h 343 const _Expr<_Dom2, typename _Dom2::value_type>& __w) \
348 return _Expr<_Closure, _Value>(_Closure(__v(), __w())); \
522 _Fun(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
525 return _Expr<_Closure, _Tp>(_Closure(__v, __w)); \
  /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...]
valarray_after.h 343 const _Expr<_Dom2, typename _Dom2::value_type>& __w) \
348 return _Expr<_Closure, _Value>(_Closure(__v(), __w())); \
522 _Fun(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
525 return _Expr<_Closure, _Tp>(_Closure(__v, __w)); \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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; };
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/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 341 const _Expr<_Dom2, typename _Dom2::value_type>& __w) \
346 return _Expr<_Closure, _Value>(_Closure(__v(), __w())); \
520 _Fun(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
523 return _Expr<_Closure, _Tp>(_Closure(__v, __w)); \
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 341 const _Expr<_Dom2, typename _Dom2::value_type>& __w) \
346 return _Expr<_Closure, _Value>(_Closure(__v(), __w())); \
520 _Fun(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
523 return _Expr<_Closure, _Tp>(_Closure(__v, __w)); \
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 341 const _Expr<_Dom2, typename _Dom2::value_type>& __w) \
346 return _Expr<_Closure, _Value>(_Closure(__v(), __w())); \
520 _Fun(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
523 return _Expr<_Closure, _Tp>(_Closure(__v, __w)); \
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 341 const _Expr<_Dom2, typename _Dom2::value_type>& __w) \
346 return _Expr<_Closure, _Value>(_Closure(__v(), __w())); \
520 _Fun(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
523 return _Expr<_Closure, _Tp>(_Closure(__v, __w)); \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_after.h 341 const _Expr<_Dom2, typename _Dom2::value_type>& __w) \
346 return _Expr<_Closure, _Value>(_Closure(__v(), __w())); \
520 _Fun(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
523 return _Expr<_Closure, _Tp>(_Closure(__v, __w)); \

Completed in 680 milliseconds

12 3 4 5