| 
    LLVM 22.0.0git
    
   | 
 
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 | 
Definition at line 103 of file APFloat.cpp.
| bool llvm::fltSemantics::hasSignBitInMSB = true | 
Definition at line 130 of file APFloat.cpp.
Referenced by llvm::APFloatBase::hasSignBitInMSB().
| bool llvm::fltSemantics::hasSignedRepr = true | 
Definition at line 127 of file APFloat.cpp.
Referenced by llvm::exponentNaN(), and llvm::APFloatBase::semanticsHasSignedRepr().
| bool llvm::fltSemantics::hasZero = true | 
Definition at line 124 of file APFloat.cpp.
Referenced by llvm::detail::IEEEFloat::IEEEFloat(), and llvm::APFloatBase::semanticsHasZero().
| APFloatBase::ExponentType llvm::fltSemantics::maxExponent | 
Definition at line 106 of file APFloat.cpp.
Referenced by llvm::exponentInf(), llvm::exponentNaN(), llvm::detail::IEEEFloat::remainder(), and llvm::APFloatBase::semanticsMaxExponent().
| APFloatBase::ExponentType llvm::fltSemantics::minExponent | 
Definition at line 110 of file APFloat.cpp.
Referenced by llvm::detail::IEEEFloat::convert(), llvm::exponentZero(), llvm::detail::IEEEFloat::remainder(), and llvm::APFloatBase::semanticsMinExponent().
| fltNanEncoding llvm::fltSemantics::nanEncoding = fltNanEncoding::IEEE | 
Definition at line 121 of file APFloat.cpp.
Referenced by llvm::detail::IEEEFloat::convert(), and llvm::exponentNaN().
| fltNonfiniteBehavior llvm::fltSemantics::nonFiniteBehavior = fltNonfiniteBehavior::IEEE754 | 
Definition at line 119 of file APFloat.cpp.
Referenced by llvm::detail::IEEEFloat::convert(), llvm::exponentNaN(), llvm::APFloatBase::semanticsHasInf(), and llvm::APFloatBase::semanticsHasNaN().
| unsigned int llvm::fltSemantics::precision | 
Definition at line 114 of file APFloat.cpp.
Referenced by llvm::detail::IEEEFloat::convert(), llvm::harrisonUlp(), llvm::detail::IEEEFloat::hash_value, llvm::detail::IEEEFloat::IEEEFloat(), llvm::detail::IEEEFloat::ilogb, llvm::detail::IEEEFloat::remainder(), and llvm::APFloatBase::semanticsPrecision().
| unsigned int llvm::fltSemantics::sizeInBits | 
Definition at line 117 of file APFloat.cpp.
Referenced by llvm::APFloatBase::getSizeInBits(), and llvm::APFloatBase::semanticsSizeInBits().