LLVM 22.0.0git
llvm::decimalInfo Struct Reference

Public Attributes

const charfirstSigDigit
const charlastSigDigit
int exponent
int normalizedExponent

Detailed Description

Definition at line 566 of file APFloat.cpp.

Member Data Documentation

◆ exponent

int llvm::decimalInfo::exponent

Definition at line 569 of file APFloat.cpp.

◆ firstSigDigit

const char* llvm::decimalInfo::firstSigDigit

Definition at line 567 of file APFloat.cpp.

◆ lastSigDigit

const char* llvm::decimalInfo::lastSigDigit

Definition at line 568 of file APFloat.cpp.

◆ normalizedExponent

int llvm::decimalInfo::normalizedExponent

Definition at line 570 of file APFloat.cpp.


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