Home | History | Annotate | Download | only in AST

Lines Matching refs:getComplexFloatImag

667     APFloat &getComplexFloatImag() { return FloatImag; }
685 FloatImag = v.getComplexFloatImag();
1135 !Val.getComplexFloatImag().isZero();
1576 Obj = APValue(Index ? O->getComplexFloatImag()
4870 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag());
5992 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(),
6003 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(),
6014 APFloat &LHS_i = LHS.getComplexFloatImag();
6016 APFloat &RHS_i = RHS.getComplexFloatImag();
6027 Result.getComplexFloatImag() = Tmp;
6030 Result.getComplexFloatImag().add(Tmp, APFloat::rmNearestTiesToEven);
6045 APFloat &LHS_i = LHS.getComplexFloatImag();
6047 APFloat &RHS_i = RHS.getComplexFloatImag();
6049 APFloat &Res_i = Result.getComplexFloatImag();
6106 Result.getComplexFloatImag().changeSign();
6115 Result.getComplexFloatImag().changeSign();