LLVM 23.0.0git
llvm::decimalInfo Struct Reference

Public Attributes

const charfirstSigDigit
const charlastSigDigit
int exponent
int normalizedExponent

Detailed Description

Definition at line 455 of file APFloat.cpp.

Member Data Documentation

◆ exponent

int llvm::decimalInfo::exponent

Definition at line 458 of file APFloat.cpp.

◆ firstSigDigit

const char* llvm::decimalInfo::firstSigDigit

Definition at line 456 of file APFloat.cpp.

◆ lastSigDigit

const char* llvm::decimalInfo::lastSigDigit

Definition at line 457 of file APFloat.cpp.

◆ normalizedExponent

int llvm::decimalInfo::normalizedExponent

Definition at line 459 of file APFloat.cpp.


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