Lines Matching refs:alloclhs
1973 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in uprv_decNumberPower() local
2008 alloclhs=decRoundOperand(lhs, set, &status); in uprv_decNumberPower()
2009 if (alloclhs==NULL) break; in uprv_decNumberPower()
2010 lhs=alloclhs; in uprv_decNumberPower()
2287 if (alloclhs!=NULL) free(alloclhs); /* .. */ in uprv_decNumberPower()
3836 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decAddOp() local
3862 alloclhs=decRoundOperand(lhs, set, status); in decAddOp()
3863 if (alloclhs==NULL) break; in decAddOp()
3864 lhs=alloclhs; in decAddOp()
4173 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decAddOp()
4252 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decDivideOp() local
4301 alloclhs=decRoundOperand(lhs, set, status); in decDivideOp()
4302 if (alloclhs==NULL) break; in decDivideOp()
4303 lhs=alloclhs; in decDivideOp()
4826 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decDivideOp()
4925 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ in decMultiplyOp() local
4965 alloclhs=decRoundOperand(lhs, set, status); in decMultiplyOp()
4966 if (alloclhs==NULL) break; in decMultiplyOp()
4967 lhs=alloclhs; in decMultiplyOp()
5174 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decMultiplyOp()
5877 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
5895 alloclhs=decRoundOperand(lhs, set, status);
5896 if (alloclhs==NULL) break;
5897 lhs=alloclhs;
6011 if (alloclhs!=NULL) free(alloclhs); /* .. */
6050 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6065 alloclhs=decRoundOperand(lhs, set, status);
6066 if (alloclhs==NULL) {result=BADINT; break;}
6067 lhs=alloclhs;
6194 if (alloclhs!=NULL) free(alloclhs); /* .. */