LLVM 19.0.0git
Public Attributes | List of all members
llvm::decimalInfo Struct Reference

Public Attributes

const charfirstSigDigit
 
const charlastSigDigit
 
int exponent
 
int normalizedExponent
 

Detailed Description

Definition at line 507 of file APFloat.cpp.

Member Data Documentation

◆ exponent

int llvm::decimalInfo::exponent

Definition at line 510 of file APFloat.cpp.

◆ firstSigDigit

const char* llvm::decimalInfo::firstSigDigit

Definition at line 508 of file APFloat.cpp.

◆ lastSigDigit

const char* llvm::decimalInfo::lastSigDigit

Definition at line 509 of file APFloat.cpp.

◆ normalizedExponent

int llvm::decimalInfo::normalizedExponent

Definition at line 511 of file APFloat.cpp.


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