Home | History | Annotate | Download | only in Support

Lines Matching defs:PPCDoubleDouble

78   const fltSemantics APFloat::PPCDoubleDouble = { 1023, -1022 + 53, 53 + 53, 128 };
2925 assert(semantics == (const llvm::fltSemantics*)&PPCDoubleDouble);
3116 if (semantics == (const llvm::fltSemantics*)&PPCDoubleDouble)
3194 fs = convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);
3201 fs = v.convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);
3365 if (Sem == &PPCDoubleDouble)
3386 return APFloat(PPCDoubleDouble, APInt::getAllOnesValue(BitWidth));