Searched refs:RawInt128 (Results 1 – 3 of 3) sorted by relevance
69 static_assert(CountRZero(RawInt128{~UInt128{1}}) == RawInt128{1});84 static_assert(Popcount(RawInt128{~UInt128{1}}) == RawInt128{127});
336 SIMD_128_SAFEINT_REGISTER_GETTER_SETTER(RawInt128, uint128);
729 using RawInt128 = Raw<unsigned __int128>; variable