Home
last modified time | relevance | path

Searched defs:fltSemantics (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp54 struct fltSemantics { struct
57 APFloatBase::ExponentType maxExponent;
61 APFloatBase::ExponentType minExponent;
65 unsigned int precision;
68 unsigned int sizeInBits;
72 bool isRepresentableBy(const fltSemantics &S) const { in isRepresentableBy()