LLVM: llvm::decimalInfo Struct Reference (original) (raw)

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

Detailed Description

Definition at line 532 of file APFloat.cpp.

Member Data Documentation

exponent

int llvm::decimalInfo::exponent

Definition at line 535 of file APFloat.cpp.

firstSigDigit

const char* llvm::decimalInfo::firstSigDigit

Definition at line 533 of file APFloat.cpp.

lastSigDigit

const char* llvm::decimalInfo::lastSigDigit

Definition at line 534 of file APFloat.cpp.

normalizedExponent

int llvm::decimalInfo::normalizedExponent

Definition at line 536 of file APFloat.cpp.


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