Home
last modified time | relevance | path

Searched refs:__mask1 (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
Dvecintrin.h1114 unsigned char __mask1 = (unsigned char)(1U << (7 - __bit1) << 1) - 1; in vec_genmasks_8() local
1117 __mask1 & ~__mask2 : in vec_genmasks_8()
1118 __mask1 | ~__mask2); in vec_genmasks_8()
1127 unsigned short __mask1 = (unsigned short)(1U << (15 - __bit1) << 1) - 1; in vec_genmasks_16() local
1130 __mask1 & ~__mask2 : in vec_genmasks_16()
1131 __mask1 | ~__mask2); in vec_genmasks_16()
1140 unsigned int __mask1 = (1U << (31 - __bit1) << 1) - 1; in vec_genmasks_32() local
1143 __mask1 & ~__mask2 : in vec_genmasks_32()
1144 __mask1 | ~__mask2); in vec_genmasks_32()
1153 unsigned long long __mask1 = (1ULL << (63 - __bit1) << 1) - 1; in vec_genmasks_64() local
[all …]
/external/libcxx/include/
Drandom3037 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask1 = __w0 < _EDt - 1 ?
3177 _Sp = static_cast<result_type>(__lshift<__w0+1>(_Sp) + (__u & __mask1));