Searched refs:alloclhs (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c1945 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
1980 alloclhs=decRoundOperand(lhs, set, &status);
1981 if (alloclhs==NULL) break;
1982 lhs=alloclhs;
2259 free(alloclhs); /* .. */
3801 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
3827 alloclhs=decRoundOperand(lhs, set, status);
3828 if (alloclhs==NULL) break;
3829 lhs=alloclhs;
4136 free(alloclhs); /*
4215 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
4888 decNumber *alloclhs=NULL; /* -> allocated buffer, iff allocated */ local
5829 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
6002 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ local
[all...]

Completed in 107 milliseconds