LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
decimalInfo Struct Reference
Collaboration diagram for decimalInfo:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 243 of file APFloat.cpp.

Member Data Documentation

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().


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