Searched refs:int128_type (Results 1 – 1 of 1) sorted by relevance
61 using int128 = struct int128_type { struct62 constexpr int128_type() = default;63 constexpr explicit int128_type(std::int64_t v) : lo(v) {} in int128_type() argument