Home | History | Annotate | Download | only in Support

Lines Matching defs:IEEEdouble

60   const fltSemantics APFloat::IEEEdouble = { 1023, -1022, 53 };
2907 extendedSemantics.minExponent = IEEEdouble.minExponent;
2914 fs = u.convert(IEEEdouble, rmNearestTiesToEven, &losesInfo);
2930 fs = v.convert(IEEEdouble, rmNearestTiesToEven, &losesInfo);
2980 assert(semantics == (const llvm::fltSemantics*)&IEEEdouble);
3078 if (semantics == (const llvm::fltSemantics*)&IEEEdouble)
3104 assert(semantics == (const llvm::fltSemantics*)&IEEEdouble &&
3105 "Float semantics are not IEEEdouble");
3168 APFloat v(IEEEdouble, APInt(64, i2));
3225 initialize(&APFloat::IEEEdouble);
3327 if (Sem == &IEEEdouble)
3348 return APFloat(IEEEdouble, APInt::getAllOnesValue(BitWidth));
3444 initFromAPInt(&IEEEdouble, APInt::doubleToBits(d));