Home | History | Annotate | Download | only in AST

Lines Matching refs:getComplexFloatImag

965     APFloat &getComplexFloatImag() { return FloatImag; }
983 FloatImag = v.getComplexFloatImag();
1546 !Val.getComplexFloatImag().isZero();
2376 return handler.found(Index ? O->getComplexFloatImag()
7229 LHS.getComplexFloatImag().compare(RHS.getComplexFloatImag());
8380 Result.getComplexFloatImag() = RHS.getComplexFloatImag();
8382 Result.getComplexFloatImag().add(RHS.getComplexFloatImag(),
8394 Result.getComplexFloatImag() = RHS.getComplexFloatImag();
8395 Result.getComplexFloatImag().changeSign();
8397 Result.getComplexFloatImag().subtract(RHS.getComplexFloatImag(),
8413 APFloat &B = LHS.getComplexFloatImag();
8415 APFloat &D = RHS.getComplexFloatImag();
8417 APFloat &ResI = Result.getComplexFloatImag();
8494 APFloat &B = LHS.getComplexFloatImag();
8496 APFloat &D = RHS.getComplexFloatImag();
8498 APFloat &ResI = Result.getComplexFloatImag();
8575 Result.getComplexFloatImag().changeSign();
8584 Result.getComplexFloatImag().changeSign();