Searched refs:alloclhs (Results 1 – 1 of 1) sorted by relevance
2107 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decNumberPower() local2142 alloclhs=decRoundOperand(lhs, set, &status); in decNumberPower()2143 if (alloclhs==NULL) break; in decNumberPower()2144 lhs=alloclhs; in decNumberPower()2421 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decNumberPower()3953 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decAddOp() local3979 alloclhs=decRoundOperand(lhs, set, status); in decAddOp()3980 if (alloclhs==NULL) break; in decAddOp()3981 lhs=alloclhs; in decAddOp()4288 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decAddOp()[all …]