allocrhs          964 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs          976 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs          977 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs          978 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs          986 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // drop any storage used
allocrhs         1161 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         1171 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         1172 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         1173 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         1185 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // drop any storage used
allocrhs         1292 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         1310 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         1311 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         1312 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         1402 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // ..
allocrhs         1806 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         1841 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         1842 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         1843 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         2124 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // ..
allocrhs         2176 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         2187 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         2188 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         2189 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         2209 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);       // ..
allocrhs         2658 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rounded rhs allocated
allocrhs         2681 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, &status);
allocrhs         2682 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         2685 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         2960 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);       // ..
allocrhs         3596 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         3623 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         3624 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         3625 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         3905 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);        // ..
allocrhs         3986 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         4035 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         4036 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         4037 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         4551 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // ..
allocrhs         4652 src/decNumber/decNumber.c     decNumber *allocrhs=NULL;      // -> allocated buffer, iff allocated
allocrhs         4692 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         4693 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         4694 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         4887 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // ..
allocrhs         4991 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // non-NULL if rhs buffer allocated
allocrhs         5107 src/decNumber/decNumber.c           allocrhs=(decNumber *)malloc(needbytes);
allocrhs         5108 src/decNumber/decNumber.c           if (allocrhs==NULL) {         // hopeless -- abandon
allocrhs         5111 src/decNumber/decNumber.c           newrhs=allocrhs;              // use the allocated space
allocrhs         5226 src/decNumber/decNumber.c   if (allocrhs !=NULL) FREE(allocrhs);  // drop any storage used
allocrhs         5563 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         5581 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         5582 src/decNumber/decNumber.c         if (allocrhs==NULL) break;
allocrhs         5583 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         5691 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // drop any storage used
allocrhs         5732 src/decNumber/decNumber.c   decNumber *allocrhs=NULL;        // .., rhs
allocrhs         5747 src/decNumber/decNumber.c         allocrhs=decRoundOperand(rhs, set, status);
allocrhs         5748 src/decNumber/decNumber.c         if (allocrhs==NULL) {result=BADINT; break;}
allocrhs         5749 src/decNumber/decNumber.c         rhs=allocrhs;
allocrhs         5875 src/decNumber/decNumber.c   if (allocrhs!=NULL) FREE(allocrhs);   // free any storage used