Lines Matching refs:allocrhs

1057   decNumber *allocrhs=NULL;        /* non-NULL if rounded rhs allocated  */
1073 allocrhs=decRoundOperand(rhs, set, &status);
1074 if (allocrhs==NULL) break;
1075 rhs=allocrhs;
1083 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1277 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */
1291 allocrhs=decRoundOperand(rhs, set, &status);
1292 if (allocrhs==NULL) break;
1293 rhs=allocrhs;
1305 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
1415 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */
1431 allocrhs=decRoundOperand(rhs, set, &status);
1432 if (allocrhs==NULL) break;
1433 rhs=allocrhs;
1523 if (allocrhs !=NULL) free(allocrhs); /* .. */
1955 decNumber *allocrhs=NULL; /* .., rhs */
1994 allocrhs=decRoundOperand(rhs, set, &status);
1995 if (allocrhs==NULL) break;
1996 rhs=allocrhs;
2269 if (allocrhs!=NULL) free(allocrhs); /* .. */
2324 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */
2339 allocrhs=decRoundOperand(rhs, set, &status);
2340 if (allocrhs==NULL) break;
2341 rhs=allocrhs;
2361 if (allocrhs !=NULL) free(allocrhs); /* .. */
2823 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */
2850 allocrhs=decRoundOperand(rhs, set, &status);
2851 if (allocrhs==NULL) break;
2854 rhs=allocrhs;
3129 if (allocrhs !=NULL) free(allocrhs); /* .. */
3814 decNumber *allocrhs=NULL; /* .., rhs */
3844 allocrhs=decRoundOperand(rhs, set, status);
3845 if (allocrhs==NULL) break;
3846 rhs=allocrhs;
4147 if (allocrhs!=NULL) free(allocrhs); /* .. */
4228 decNumber *allocrhs=NULL; /* .., rhs */
4281 allocrhs=decRoundOperand(rhs, set, status);
4282 if (allocrhs==NULL) break;
4283 rhs=allocrhs;
4800 if (allocrhs!=NULL) free(allocrhs); /* .. */
4901 decNumber *allocrhs=NULL; /* -> allocated buffer, iff allocated */
4945 allocrhs=decRoundOperand(rhs, set, status);
4946 if (allocrhs==NULL) break;
4947 rhs=allocrhs;
5144 if (allocrhs!=NULL) free(allocrhs); /* .. */
5248 decNumber *allocrhs=NULL; /* non-NULL if rhs buffer allocated */
5369 allocrhs=(decNumber *)malloc(needbytes);
5370 if (allocrhs==NULL) { /* hopeless -- abandon */
5373 newrhs=allocrhs; /* use the allocated space */
5498 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */
5845 decNumber *allocrhs=NULL; /* .., rhs */
5867 allocrhs=decRoundOperand(rhs, set, status);
5868 if (allocrhs==NULL) break;
5869 rhs=allocrhs;
5977 if (allocrhs!=NULL) free(allocrhs); /* drop any storage used */
6018 decNumber *allocrhs=NULL; /* .., rhs */
6037 allocrhs=decRoundOperand(rhs, set, status);
6038 if (allocrhs==NULL) {result=BADINT; break;}
6039 rhs=allocrhs;
6160 if (allocrhs!=NULL) free(allocrhs); /* free any storage used */