Home | History | Annotate | Download | only in Support

Lines Matching defs:PPCDoubleDouble

76   const fltSemantics APFloat::PPCDoubleDouble = { 1023, -1022 + 53, 53 + 53 };
2893 assert(semantics == (const llvm::fltSemantics*)&PPCDoubleDouble);
3084 if (semantics == (const llvm::fltSemantics*)&PPCDoubleDouble)
3162 fs = convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);
3169 fs = v.convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);
3333 if (Sem == &PPCDoubleDouble)
3354 return APFloat(PPCDoubleDouble, APInt::getAllOnesValue(BitWidth));