HomeSort by: relevance | last modified time | path
    Searched refs:__width (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_intrinsics.h 26 int __width = warpSize) { \
28 ((warpSize - __width) << 8) | (__Mask)); \
31 int __width = warpSize) { \
33 ((warpSize - __width) << 8) | (__Mask)); \
36 int __width = warpSize) { \
38 ::__FnName(static_cast<int>(__val), __offset, __width)); \
41 int __width = warpSize) { \
49 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
56 int __width = warpSize) {
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
numeric_traits.h 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; enumerator in enum:__is_integer_nonstrict::__anon14749
72 = __is_integer_nonstrict<_Value>::__width - __is_signed_val;
101 enum { __width = WIDTH }; \
108 enum { __width = WIDTH }; \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
numeric_traits.h 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; enumerator in enum:__is_integer_nonstrict::__anon17140
72 = __is_integer_nonstrict<_Value>::__width - __is_signed_val;
101 enum { __width = WIDTH }; \
108 enum { __width = WIDTH }; \
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
istream.cc 234 streamsize __width = __in.width(); local
235 if (0 < __width && __width < __num)
236 __num = __width;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
istream.cc 234 streamsize __width = __in.width(); local
235 if (0 < __width && __width < __num)
236 __num = __width;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_x86.h 3513 constexpr size_t __width = __bytes / sizeof(_Tp);
3523 const auto __value = __intrin_bitcast<__vector_type_t<_Up, __width>>(__v._M_data);
3527 __vector_broadcast<__width>(_Up(__pm_one)), __value, __k._M_data))
3544 const auto __value = __intrin_bitcast<__vector_type_t<_Tp, __width>>(__v._M_data);
3548 __value, __vector_broadcast<__width>(_Tp(__pm_one)), __value, \
3553 __value, __vector_broadcast<__width>(_Tp(__pm_one)), __value, \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_x86.h 3513 constexpr size_t __width = __bytes / sizeof(_Tp);
3523 const auto __value = __intrin_bitcast<__vector_type_t<_Up, __width>>(__v._M_data);
3527 __vector_broadcast<__width>(_Up(__pm_one)), __value, __k._M_data))
3544 const auto __value = __intrin_bitcast<__vector_type_t<_Tp, __width>>(__v._M_data);
3548 __value, __vector_broadcast<__width>(_Tp(__pm_one)), __value, \
3553 __value, __vector_broadcast<__width>(_Tp(__pm_one)), __value, \

Completed in 44 milliseconds