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

Public Attributes

const charfirstSigDigit
 
const charlastSigDigit
 
int exponent
 
int normalizedExponent
 

Detailed Description

Definition at line 321 of file APFloat.cpp.

Member Data Documentation

◆ exponent

int llvm::decimalInfo::exponent

◆ firstSigDigit

const char* llvm::decimalInfo::firstSigDigit

◆ lastSigDigit

const char* llvm::decimalInfo::lastSigDigit

◆ normalizedExponent

int llvm::decimalInfo::normalizedExponent

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