Searched refs:RawInt64 (Results 1 – 3 of 3) sorted by relevance
64 static_assert(CountRZero(RawInt64{~UInt64{1}}) == RawInt64{1});79 static_assert(Popcount(RawInt64{~UInt64{1}}) == RawInt64{63});
328 SIMD_128_SAFEINT_REGISTER_GETTER_SETTER(RawInt64, uint64);
727 using RawInt64 = Raw<uint64_t>; variable