Lines Matching full:alloclhs
1971 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
2006 alloclhs=decRoundOperand(lhs, set, &status);
2007 if (alloclhs==NULL) break;
2008 lhs=alloclhs;
2285 if (alloclhs!=NULL) free(alloclhs); /* .. */
3834 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
3860 alloclhs=decRoundOperand(lhs, set, status);
3861 if (alloclhs==NULL) break;
3862 lhs=alloclhs;
4171 if (alloclhs!=NULL) free(alloclhs); /* .. */
4250 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
4299 alloclhs=decRoundOperand(lhs, set, status);
4300 if (alloclhs==NULL) break;
4301 lhs=alloclhs;
4824 if (alloclhs!=NULL) free(alloclhs); /* .. */
4923 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */
4963 alloclhs=decRoundOperand(lhs, set, status);
4964 if (alloclhs==NULL) break;
4965 lhs=alloclhs;
5172 if (alloclhs!=NULL) free(alloclhs); /* .. */
5875 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
5893 alloclhs=decRoundOperand(lhs, set, status);
5894 if (alloclhs==NULL) break;
5895 lhs=alloclhs;
6009 if (alloclhs!=NULL) free(alloclhs); /* .. */
6048 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
6063 alloclhs=decRoundOperand(lhs, set, status);
6064 if (alloclhs==NULL) {result=BADINT; break;}
6065 lhs=alloclhs;
6192 if (alloclhs!=NULL) free(alloclhs); /* .. */