Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h79 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
1680 unsigned short __mask1 = (unsigned short)(1U << (15 - __bit1) << 1) - 1; in vec_genmasks_16() local
1693 unsigned int __mask1 = (1U << (31 - __bit1) << 1) - 1; in vec_genmasks_32() local
1706 unsigned long long __mask1 = (1ULL << (63 - __bit1) << 1) - 1; in vec_genmasks_64() local