Lines Matching refs:alloclhs

2108   decNumber *alloclhs=NULL;	   /* non-NULL if rounded lhs allocated */  in decNumberPower()  local
2143 alloclhs=decRoundOperand(lhs, set, &status); in decNumberPower()
2144 if (alloclhs==NULL) break; in decNumberPower()
2145 lhs=alloclhs; in decNumberPower()
2422 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decNumberPower()
3954 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decAddOp() local
3980 alloclhs=decRoundOperand(lhs, set, status); in decAddOp()
3981 if (alloclhs==NULL) break; in decAddOp()
3982 lhs=alloclhs; in decAddOp()
4289 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decAddOp()
4368 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decDivideOp() local
4417 alloclhs=decRoundOperand(lhs, set, status); in decDivideOp()
4418 if (alloclhs==NULL) break; in decDivideOp()
4419 lhs=alloclhs; in decDivideOp()
4942 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decDivideOp()
5041 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ in decMultiplyOp() local
5081 alloclhs=decRoundOperand(lhs, set, status); in decMultiplyOp()
5082 if (alloclhs==NULL) break; in decMultiplyOp()
5083 lhs=alloclhs; in decMultiplyOp()
5286 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decMultiplyOp()
5983 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6001 alloclhs=decRoundOperand(lhs, set, status);
6002 if (alloclhs==NULL) break;
6003 lhs=alloclhs;
6117 if (alloclhs!=NULL) free(alloclhs); /* .. */
6156 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6171 alloclhs=decRoundOperand(lhs, set, status);
6172 if (alloclhs==NULL) {result=BADINT; break;}
6173 lhs=alloclhs;
6300 if (alloclhs!=NULL) free(alloclhs); /* .. */