Searched refs:RawInt32 (Results 1 – 3 of 3) sorted by relevance
60 static_assert(CountRZero(RawInt32{~UInt32{1}}) == RawInt32{1});75 static_assert(Popcount(RawInt32{~UInt32{1}}) == RawInt32{31});
321 SIMD_128_SAFEINT_REGISTER_GETTER_SETTER(RawInt32, uint32);
726 using RawInt32 = Raw<uint32_t>; variable