LLVM  4.0.0
Public Attributes | List of all members
llvm::decimalInfo Struct Reference
Collaboration diagram for llvm::decimalInfo:
[legend]

Public Attributes

const char * firstSigDigit
 
const char * lastSigDigit
 
int exponent
 
int normalizedExponent
 

Detailed Description

Definition at line 302 of file APFloat.cpp.

Member Data Documentation

int llvm::decimalInfo::exponent

Definition at line 305 of file APFloat.cpp.

Referenced by llvm::interpretDecimal().

const char* llvm::decimalInfo::firstSigDigit

Definition at line 303 of file APFloat.cpp.

Referenced by llvm::interpretDecimal().

const char* llvm::decimalInfo::lastSigDigit

Definition at line 304 of file APFloat.cpp.

Referenced by llvm::interpretDecimal().

int llvm::decimalInfo::normalizedExponent

Definition at line 306 of file APFloat.cpp.

Referenced by llvm::interpretDecimal().


The documentation for this struct was generated from the following file: