LLVM API Documentation
Public Attributes | |
const char * | firstSigDigit |
const char * | lastSigDigit |
int | exponent |
int | normalizedExponent |
Definition at line 243 of file APFloat.cpp.
int decimalInfo::exponent |
Definition at line 246 of file APFloat.cpp.
Referenced by interpretDecimal().
const char* decimalInfo::firstSigDigit |
Definition at line 244 of file APFloat.cpp.
Referenced by interpretDecimal().
const char* decimalInfo::lastSigDigit |
Definition at line 245 of file APFloat.cpp.
Referenced by interpretDecimal().
int decimalInfo::normalizedExponent |
Definition at line 247 of file APFloat.cpp.
Referenced by interpretDecimal().