Home
last modified time | relevance | path

Searched defs:UnsignedInt128 (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/include/flang/Common/
Duint128.h30 constexpr UnsignedInt128() {} in UnsignedInt128() function
33 constexpr UnsignedInt128(unsigned n) : low_{n} {} in UnsignedInt128() function
34 constexpr UnsignedInt128(unsigned long n) : low_{n} {} in UnsignedInt128() function
35 constexpr UnsignedInt128(unsigned long long n) : low_{n} {} in UnsignedInt128() function
36 constexpr UnsignedInt128(int n) in UnsignedInt128() function
39 constexpr UnsignedInt128(long n) in UnsignedInt128() function
42 constexpr UnsignedInt128(long long n) in UnsignedInt128() function
247 constexpr UnsignedInt128(std::uint64_t hi, std::uint64_t lo) in UnsignedInt128() function