Searched refs:alloclhs (Results 1 – 1 of 1) sorted by relevance
2108 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decNumberPower() local2143 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() local3980 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()[all …]