Home
last modified time | relevance | path

Searched refs:int128_type (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dtype_helpers.h61 using int128 = struct int128_type { struct
62 constexpr int128_type() = default;
63 constexpr explicit int128_type(std::int64_t v) : lo(v) {} in int128_type() argument