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

Public Attributes

APFloatBase::ExponentType maxExponent
 
APFloatBase::ExponentType minExponent
 
unsigned int precision
 
unsigned int sizeInBits
 

Detailed Description

Definition at line 55 of file APFloat.cpp.

Member Data Documentation

◆ maxExponent

APFloatBase::ExponentType llvm::fltSemantics::maxExponent

◆ minExponent

APFloatBase::ExponentType llvm::fltSemantics::minExponent

◆ precision

unsigned int llvm::fltSemantics::precision

◆ sizeInBits

unsigned int llvm::fltSemantics::sizeInBits

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