Searched refs:__w0 (Results 1 – 5 of 5) sorted by relevance
1099 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) in _mm_set_pi16() argument1102 unsigned int __i0 = (unsigned short) __w1 << 16 | (unsigned short) __w0; in _mm_set_pi16()1135 _mm_setr_pi16 (short __w0, short __w1, short __w2, short __w3) in _mm_setr_pi16() argument1137 return _mm_set_pi16 (__w3, __w2, __w1, __w0); in _mm_setr_pi16()
3029 static _LIBCPP_CONSTEXPR const size_t __w0 = __w / __n;3033 static _LIBCPP_CONSTEXPR const _Working_result_type __y0 = __w0 >= _WDt ? 0 :3034 (_Rp >> __w0) << __w0;3035 static _LIBCPP_CONSTEXPR const _Working_result_type __y1 = __w0 >= _WDt - 1 ? 0 :3036 (_Rp >> (__w0+1)) << (__w0+1);3037 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask0 = __w0 > 0 ?3038 _Engine_result_type(~0) >> (_EDt - __w0) :3040 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask1 = __w0 < _EDt - 1 ?3041 _Engine_result_type(~0) >> (_EDt - (__w0 + 1)) :3171 _Sp = static_cast<result_type>(__lshift<__w0>(_Sp) + (__u & __mask0));[all …]
757 const unsigned __w0 = __w / __n; // __w0 <= __m in operator ()() local761 if (__w0 < __cdig) in operator ()()763 __s0 = __ctype(1) << __w0; in operator ()()