allocrhs          949 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs          961 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs          962 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs          963 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs          971 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // drop any storage used
allocrhs         1145 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         1155 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         1156 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         1157 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         1169 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // drop any storage used
allocrhs         1276 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         1294 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         1295 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         1296 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         1386 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // ..
allocrhs         1790 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         1825 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         1826 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         1827 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         2108 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // ..
allocrhs         2160 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         2171 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         2172 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         2173 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         2193 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);       // ..
allocrhs         2642 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         2665 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         2666 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         2669 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         2944 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);       // ..
allocrhs         3579 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         3606 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         3607 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         3608 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         3887 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);        // ..
allocrhs         3968 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         4017 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         4018 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         4019 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         4531 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // ..
allocrhs         4632 src/decNumber/decNumber.c     decNumber *allocrhs=NULL;      // -> allocated buffer, iff allocated
allocrhs         4672 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         4673 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         4674 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         4867 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // ..
allocrhs         4971 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rhs buffer allocated
allocrhs         5087 src/decNumber/decNumber.c           allocrhs=(decNumber *)malloc(needbytes);
allocrhs         5088 src/decNumber/decNumber.c           if (allocrhs==NULL) {         // hopeless -- abandon
allocrhs         5091 src/decNumber/decNumber.c           newrhs=allocrhs;              // use the allocated space
allocrhs         5206 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // drop any storage used
allocrhs         5543 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         5561 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         5562 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         5563 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         5671 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // drop any storage used
allocrhs         5712 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         5727 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         5728 src/decNumber/decNumber.c         if (allocrhs==NULL) {result=BADINT; break;}
allocrhs         5729 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         5855 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // free any storage used