Lines Matching refs:getComplexFloatReal
888 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
906 FloatReal = v.getComplexFloatReal(); in setFrom()
1449 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
2206 : O->getComplexFloatReal(), ObjType); in findSubobject()
2835 return found(Subobj.getComplexFloatReal(), in found()
6616 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()
7506 Result = V.getComplexFloatReal(); in VisitCastExpr()
7744 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
7755 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
7767 APFloat &LHS_r = LHS.getComplexFloatReal(); in VisitBinaryOperator()
7769 APFloat &RHS_r = RHS.getComplexFloatReal(); in VisitBinaryOperator()
7774 Result.getComplexFloatReal() = Tmp; in VisitBinaryOperator()
7777 Result.getComplexFloatReal().subtract(Tmp, APFloat::rmNearestTiesToEven); in VisitBinaryOperator()
7798 APFloat &LHS_r = LHS.getComplexFloatReal(); in VisitBinaryOperator()
7800 APFloat &RHS_r = RHS.getComplexFloatReal(); in VisitBinaryOperator()
7802 APFloat &Res_r = Result.getComplexFloatReal(); in VisitBinaryOperator()
7859 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()