Searched refs:u128 (Results 1 – 3 of 3) sorted by relevance
42 uint128_t u128; member
434 for (auto i : value.u.u128) { in print()490 if (!packet.getUInt128(value.u.u128)) return false; in readValue()545 packet.putUInt128(value.u.u128); in writeValue()
67 constexpr SIMD128(uint8_t u128) : u128_{u128} {}; in SIMD128() argument68 constexpr SIMD128(uint16_t u128) : u128_{u128} {}; in SIMD128() argument69 constexpr SIMD128(uint32_t u128) : u128_{u128} {}; in SIMD128() argument70 constexpr SIMD128(uint64_t u128) : u128_{u128} {}; in SIMD128() argument71 constexpr SIMD128(__uint128_t u128) : u128_{u128} {}; in SIMD128() argument