Lines Matching defs:alloclhs
1945 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
1980 alloclhs=decRoundOperand(lhs, set, &status);
1981 if (alloclhs==NULL) break;
1982 lhs=alloclhs;
2259 free(alloclhs); /* .. */
3801 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
3827 alloclhs=decRoundOperand(lhs, set, status);
3828 if (alloclhs==NULL) break;
3829 lhs=alloclhs;
4136 free(alloclhs); /* .. */
4215 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
4264 alloclhs=decRoundOperand(lhs, set, status);
4265 if (alloclhs==NULL) break;
4266 lhs=alloclhs;
4789 free(alloclhs); /* .. */
4888 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */
4928 alloclhs=decRoundOperand(lhs, set, status);
4929 if (alloclhs==NULL) break;
4930 lhs=alloclhs;
5133 free(alloclhs); /* .. */
5829 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
5847 alloclhs=decRoundOperand(lhs, set, status);
5848 if (alloclhs==NULL) break;
5849 lhs=alloclhs;
5963 free(alloclhs); /* .. */
6002 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */
6017 alloclhs=decRoundOperand(lhs, set, status);
6018 if (alloclhs==NULL) {result=BADINT; break;}
6019 lhs=alloclhs;
6146 free(alloclhs); /* .. */