Lines Matching refs:getComplexFloatReal
1040 APFloat &getComplexFloatReal() { return FloatReal; } in getComplexFloatReal() function
1058 FloatReal = v.getComplexFloatReal(); in setFrom()
1621 Result = !Val.getComplexFloatReal().isZero() || in HandleConversionToBool()
2473 : O->getComplexFloatReal(), ObjType); in findSubobject()
3110 return found(Subobj.getComplexFloatReal(), in found()
7523 LHS.getComplexFloatReal().compare(RHS.getComplexFloatReal()); in VisitBinaryOperator()
8417 Result = V.getComplexFloatReal(); in VisitCastExpr()
8678 Result.getComplexFloatReal().add(RHS.getComplexFloatReal(), in VisitBinaryOperator()
8692 Result.getComplexFloatReal().subtract(RHS.getComplexFloatReal(), in VisitBinaryOperator()
8713 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
8715 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
8717 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
8794 APFloat &A = LHS.getComplexFloatReal(); in VisitBinaryOperator()
8796 APFloat &C = RHS.getComplexFloatReal(); in VisitBinaryOperator()
8798 APFloat &ResR = Result.getComplexFloatReal(); in VisitBinaryOperator()
8877 Result.getComplexFloatReal().changeSign(); in VisitUnaryOperator()