• Home
  • Raw
  • Download

Lines Matching refs:alloclhs

1977   decNumber *alloclhs=NULL;        /* non-NULL if rounded lhs allocated  */  in uprv_decNumberPower()  local
2012 alloclhs=decRoundOperand(lhs, set, &status); in uprv_decNumberPower()
2013 if (alloclhs==NULL) break; in uprv_decNumberPower()
2014 lhs=alloclhs; in uprv_decNumberPower()
2291 if (alloclhs!=NULL) free(alloclhs); /* .. */ in uprv_decNumberPower()
3840 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decAddOp() local
3866 alloclhs=decRoundOperand(lhs, set, status); in decAddOp()
3867 if (alloclhs==NULL) break; in decAddOp()
3868 lhs=alloclhs; in decAddOp()
4177 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decAddOp()
4256 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decDivideOp() local
4305 alloclhs=decRoundOperand(lhs, set, status); in decDivideOp()
4306 if (alloclhs==NULL) break; in decDivideOp()
4307 lhs=alloclhs; in decDivideOp()
4830 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decDivideOp()
4929 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ in decMultiplyOp() local
4969 alloclhs=decRoundOperand(lhs, set, status); in decMultiplyOp()
4970 if (alloclhs==NULL) break; in decMultiplyOp()
4971 lhs=alloclhs; in decMultiplyOp()
5178 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decMultiplyOp()
5881 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
5899 alloclhs=decRoundOperand(lhs, set, status);
5900 if (alloclhs==NULL) break;
5901 lhs=alloclhs;
6015 if (alloclhs!=NULL) free(alloclhs); /* .. */
6054 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6069 alloclhs=decRoundOperand(lhs, set, status);
6070 if (alloclhs==NULL) {result=BADINT; break;}
6071 lhs=alloclhs;
6198 if (alloclhs!=NULL) free(alloclhs); /* .. */