Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dmmintrin.h1099 _mm_set_pi16 (short __w3, short __w2, short __w1, short __w0) in _mm_set_pi16() argument
1102 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() argument
1137 return _mm_set_pi16 (__w3, __w2, __w1, __w0); in _mm_setr_pi16()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A 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 …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Drandom.tcc757 const unsigned __w0 = __w / __n; // __w0 <= __m in operator ()() local
761 if (__w0 < __cdig) in operator ()()
763 __s0 = __ctype(1) << __w0; in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Drandom.tcc757 const unsigned __w0 = __w / __n; // __w0 <= __m in operator ()() local
761 if (__w0 < __cdig) in operator ()()
763 __s0 = __ctype(1) << __w0; in operator ()()