Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Decimal/
Dbinary-floating-point.h38 using RawType = common::HostUnsignedIntType<bits>;
/external/llvm-project/flang/lib/Decimal/
Dbig-radix-floating-point.h51 using Digit = common::HostUnsignedIntType<minDigitBits>;
Ddecimal-to-binary.cpp179 using IntType = common::HostUnsignedIntType<precision>;
/external/llvm-project/flang/include/flang/Common/
Duint128.h275 using HostUnsignedIntType = typename HostUnsignedIntTypeHelper<BITS>::type; variable