Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Decimal/
H A Dbinary-floating-point.h38 using RawType = common::HostUnsignedIntType<bits>;
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dconstexpr-bitset.h27 using Word = HostUnsignedIntType<(BITS <= 32 ? 32 : BITS)>;
H A Duint128.h286 using HostUnsignedIntType = typename HostUnsignedIntTypeHelper<BITS>::type; variable
/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp62 using Int = common::HostUnsignedIntType<minBits>; in Generate()
H A Dedit-output.cpp104 using Unsigned = common::HostUnsignedIntType<8 * KIND>; in EditIntegerOutput()
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbig-radix-floating-point.h51 using Digit = common::HostUnsignedIntType<minDigitBits>;
H A Ddecimal-to-binary.cpp189 using IntType = common::HostUnsignedIntType<precision>;