LLVM 17.0.0git
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 472 of file APFloat.cpp.

Member Data Documentation

◆ exponent

int llvm::decimalInfo::exponent

Definition at line 475 of file APFloat.cpp.

◆ firstSigDigit

const char* llvm::decimalInfo::firstSigDigit

Definition at line 473 of file APFloat.cpp.

◆ lastSigDigit

const char* llvm::decimalInfo::lastSigDigit

Definition at line 474 of file APFloat.cpp.

◆ normalizedExponent

int llvm::decimalInfo::normalizedExponent

Definition at line 476 of file APFloat.cpp.


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