Searched defs:Int128Type (Results 1 – 1 of 1) sorted by relevance
73 using Int128 = struct Int128Type { struct75 constexpr explicit Int128Type(std::int64_t v) : lo(v) {} in Int128Type() argument