Searched defs:uint128_t (Results 1 – 2 of 2) sorted by relevance
26 struct uint128_t struct34 uint128_t() = default; argument57 friend constexpr uint128_t argument152 friend constexpr uint128_t argument155 uint128_t z = umul64_64_128(x.lo, y.lo); argument177 uint128_t q = uint128_t{x.hi}*cst + uint128_t{x.hi/5 + x.lo/5}; argument185 friend constexpr uint128_t argument216 operator==(const uint128_t x, const uint128_t y) argument224 __bit_width(const uint128_t x) in __bit_width() argument233 __countr_zero(const uint128_t x) in __countr_zero() argument
98 using uint128_t = unsigned __int128; typedef
Completed in 6 milliseconds