Home
last modified time | relevance | path

Searched refs:__w0 (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Headers/
Dmmintrin.h1446 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) in _mm_setr_pi16() argument
1448 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()
Demmintrin.h2010 …i16(short __w7, short __w6, short __w5, short __w4, short __w3, short __w2, short __w1, short __w0) in _mm_set_epi16() argument
2012 return (__m128i)(__v8hi){ __w0, __w1, __w2, __w3, __w4, __w5, __w6, __w7 }; in _mm_set_epi16()
2171 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, short __w5, short __w6, … in _mm_setr_epi16() argument
2173 return (__m128i)(__v8hi){ __w0, __w1, __w2, __w3, __w4, __w5, __w6, __w7 }; in _mm_setr_epi16()
/external/libjpeg-turbo/simd/loongson/
Dloongson-mmintrin.h172 _mm_setr_pi16(uint16_t __w0, uint16_t __w1, uint16_t __w2, uint16_t __w3) in _mm_setr_pi16() argument
174 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()
/external/libcxx/include/
Drandom3029 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 …]