Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h75 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask1 =
168 __sp = static_cast<result_type>(__lshift<__w0 + 1>(__sp) + (__u & __mask1));
79 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask1 = __w0 < _EDt - 1 ? global() variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1667 unsigned char __mask1 = (unsigned char)(1U << (7 - __bit1) << 1) - 1; in vec_genmasks_8() local
1670 __mask1 & ~__mask2 : in vec_genmasks_8()
1671 __mask1 | ~__mask2); in vec_genmasks_8()
1680 unsigned short __mask1 = (unsigned short)(1U << (15 - __bit1) << 1) - 1; in vec_genmasks_16() local
1683 __mask1 & ~__mask2 : in vec_genmasks_16()
1684 __mask1 | ~__mask2); in vec_genmasks_16()
1693 unsigned int __mask1 = (1U << (31 - __bit1) << 1) - 1; in vec_genmasks_32() local
1696 __mask1 & ~__mask2 : in vec_genmasks_32()
1697 __mask1 | ~__mask2); in vec_genmasks_32()
1706 unsigned long long __mask1 = (1ULL << (63 - __bit1) << 1) - 1; in vec_genmasks_64() local
[all …]