Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h67 static _LIBCPP_CONSTEXPR const size_t __w0 = __w / __n;
71 static _LIBCPP_CONSTEXPR const _Working_result_type __y0 = __w0 >= _WDt ? 0 : (_Rp >> __w0) << __w0;
72 static _LIBCPP_CONSTEXPR const _Working_result_type __y1 = __w0 >= _WDt - 1 ? 0 : (_Rp >> (__w0 + 1)) << (__w0 + 1);
74 _Engine_result_type __mask0 = __w0 > 0 ? _Engine_result_type(~0) >> (_EDt - __w0) : _Engine_result_type(0);
76 __w0 < _ED
68 static _LIBCPP_CONSTEXPR const size_t __w0 = __w / __n; global() variable
[all...]
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1079 __vector signed int __w0, __w1; in _mm_mulhi_pi16() local
1093 __w0 = vec_vmulesh(__a, __b); in _mm_mulhi_pi16()
1095 __c = (__vector signed short)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_pi16()
1341 _mm_set_pi16(short __w3, short __w2, short __w1, short __w0) { in _mm_set_pi16() argument
1344 __res.as_short[0] = __w0; in _mm_set_pi16()
1382 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) { in _mm_setr_pi16() argument
1383 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()
H A Demmintrin.h1386 __vector signed int __w0, __w1; in _mm_mulhi_epi16() local
1398 __w0 = vec_vmulesh((__v8hi)__A, (__v8hi)__B); in _mm_mulhi_epi16()
1400 return (__m128i)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_epi16()
1986 __v4su __w0, __w1; in _mm_mulhi_epu16() local
1997 __w0 = vec_vmuleuh((__v8hu)__A, (__v8hu)__B); in _mm_mulhi_epu16()
1999 return (__m128i)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_epu16()
H A Dxmmintrin.h1575 __vector unsigned int __w0, __w1; in _mm_mulhi_pu16() local
1589 __w0 = vec_vmuleuh(__a, __b); in _mm_mulhi_pu16()
1591 __c = (__vector unsigned short)vec_perm(__w0, __w1, __xform1); in _mm_mulhi_pu16()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1457 _mm_setr_pi16(short __w0, short __w1, short __w2, short __w3) in _mm_setr_pi16() argument
1459 return _mm_set_pi16(__w3, __w2, __w1, __w0); in _mm_setr_pi16()
H A Demmintrin.h3586 short __w2, short __w1, short __w0) { in _mm_set_epi16() argument
3587 return __extension__(__m128i)(__v8hi){__w0, __w1, __w2, __w3, in _mm_set_epi16()
3796 _mm_setr_epi16(short __w0, short __w1, short __w2, short __w3, short __w4, in _mm_setr_epi16() argument
3798 return _mm_set_epi16(__w7, __w6, __w5, __w4, __w3, __w2, __w1, __w0); in _mm_setr_epi16()