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

/external/llvm/lib/Support/
H A DAPFloat.cpp44 struct fltSemantics { struct in namespace:llvm
58 const fltSemantics APFloat::IEEEhalf = { 15, -14, 11 };
59 const fltSemantics APFloat::IEEEsingle = { 127, -126, 24 };
60 const fltSemantics APFloat::IEEEdouble = { 1023, -1022, 53 };
61 const fltSemantics APFloat::IEEEquad = { 16383, -16382, 113 };
62 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64 };
63 const fltSemantics APFloat::Bogus = { 0, 0, 0 };
76 const fltSemantics APFloat::PPCDoubleDouble = { 1023, -1022 + 53, 53 + 53 };
576 APFloat::initialize(const fltSemantics *ourSemantics)
665 APFloat APFloat::makeNaN(const fltSemantics
[all...]

Completed in 122 milliseconds