Home | History | Annotate | Download | only in Support

Lines Matching refs:PPCDoubleDouble

76   const fltSemantics APFloat::PPCDoubleDouble = { 1023, -1022 + 53, 53 + 53 };
2873 assert(semantics == (const llvm::fltSemantics*)&PPCDoubleDouble);
3064 if (semantics == (const llvm::fltSemantics*)&PPCDoubleDouble)
3142 fs = convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);
3149 fs = v.convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo);
3313 if (Sem == &PPCDoubleDouble)
3334 return APFloat(PPCDoubleDouble, APInt::getAllOnesValue(BitWidth));