alloclhs 1805 src/decNumber/decNumber.c decNumber *alloclhs=NULL; // non-NULL if rounded lhs allocated alloclhs 1836 src/decNumber/decNumber.c alloclhs=decRoundOperand(lhs, set, &status); alloclhs 1837 src/decNumber/decNumber.c if (alloclhs==NULL) break; alloclhs 1838 src/decNumber/decNumber.c lhs=alloclhs; alloclhs 2123 src/decNumber/decNumber.c if (alloclhs!=NULL) FREE(alloclhs); // .. alloclhs 3595 src/decNumber/decNumber.c decNumber *alloclhs=NULL; // non-NULL if rounded lhs allocated alloclhs 3618 src/decNumber/decNumber.c alloclhs=decRoundOperand(lhs, set, status); alloclhs 3619 src/decNumber/decNumber.c if (alloclhs==NULL) break; alloclhs 3620 src/decNumber/decNumber.c lhs=alloclhs; alloclhs 3906 src/decNumber/decNumber.c if (alloclhs!=NULL) FREE(alloclhs); // .. alloclhs 3985 src/decNumber/decNumber.c decNumber *alloclhs=NULL; // non-NULL if rounded lhs allocated alloclhs 4030 src/decNumber/decNumber.c alloclhs=decRoundOperand(lhs, set, status); alloclhs 4031 src/decNumber/decNumber.c if (alloclhs==NULL) break; alloclhs 4032 src/decNumber/decNumber.c lhs=alloclhs; alloclhs 4552 src/decNumber/decNumber.c if (alloclhs!=NULL) FREE(alloclhs); // .. alloclhs 4651 src/decNumber/decNumber.c decNumber *alloclhs=NULL; // -> allocated buffer, iff allocated alloclhs 4687 src/decNumber/decNumber.c alloclhs=decRoundOperand(lhs, set, status); alloclhs 4688 src/decNumber/decNumber.c if (alloclhs==NULL) break; alloclhs 4689 src/decNumber/decNumber.c lhs=alloclhs; alloclhs 4888 src/decNumber/decNumber.c if (alloclhs!=NULL) FREE(alloclhs); // .. alloclhs 5562 src/decNumber/decNumber.c decNumber *alloclhs=NULL; // non-NULL if rounded lhs allocated alloclhs 5576 src/decNumber/decNumber.c alloclhs=decRoundOperand(lhs, set, status); alloclhs 5577 src/decNumber/decNumber.c if (alloclhs==NULL) break; alloclhs 5578 src/decNumber/decNumber.c lhs=alloclhs; alloclhs 5692 src/decNumber/decNumber.c if (alloclhs!=NULL) FREE(alloclhs); // .. alloclhs 5731 src/decNumber/decNumber.c decNumber *alloclhs=NULL; // non-NULL if rounded lhs allocated alloclhs 5742 src/decNumber/decNumber.c alloclhs=decRoundOperand(lhs, set, status); alloclhs 5743 src/decNumber/decNumber.c if (alloclhs==NULL) {result=BADINT; break;} alloclhs 5744 src/decNumber/decNumber.c lhs=alloclhs; alloclhs 5876 src/decNumber/decNumber.c if (alloclhs!=NULL) FREE(alloclhs); // ..