struct fltSemantics
Declaration
struct fltSemantics { /* full declaration omitted */ };
Declared at: llvm/lib/Support/APFloat.cpp:54
Member Variables
- public APFloatBase::ExponentType maxExponent
- public APFloatBase::ExponentType minExponent
- public unsigned int precision
- public unsigned int sizeInBits
Method Overview
- public bool isRepresentableBy(const llvm::fltSemantics & S) const
Methods
ΒΆbool isRepresentableBy(
const llvm::fltSemantics& S) const
bool isRepresentableBy(
const llvm::fltSemantics& S) const
Declared at: llvm/lib/Support/APFloat.cpp:72
Parameters
- const llvm::fltSemantics& S