LLVM: llvm::fltSemantics Struct Reference (original) (raw)
| Public Attributes | |
|---|---|
| APFloatBase::ExponentType | maxExponent |
| APFloatBase::ExponentType | minExponent |
| unsigned int | precision |
| unsigned int | sizeInBits |
| fltNonfiniteBehavior | nonFiniteBehavior = fltNonfiniteBehavior::IEEE754 |
| fltNanEncoding | nanEncoding = fltNanEncoding::IEEE |
| bool | hasZero = true |
| bool | hasSignedRepr = true |
| bool | hasSignBitInMSB = true |
Detailed Description
Definition at line 103 of file APFloat.cpp.
Member Data Documentation
◆ hasSignBitInMSB
bool llvm::fltSemantics::hasSignBitInMSB = true
◆ hasSignedRepr
bool llvm::fltSemantics::hasSignedRepr = true
◆ hasZero
bool llvm::fltSemantics::hasZero = true
◆ maxExponent
◆ minExponent
◆ nanEncoding
◆ nonFiniteBehavior
◆ precision
unsigned int llvm::fltSemantics::precision
◆ sizeInBits
unsigned int llvm::fltSemantics::sizeInBits
The documentation for this struct was generated from the following file:
- lib/Support/APFloat.cpp