Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c2107 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decNumberPower() local
2142 alloclhs=decRoundOperand(lhs, set, &status); in decNumberPower()
2143 if (alloclhs==NULL) break; in decNumberPower()
2144 lhs=alloclhs; in decNumberPower()
2421 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decNumberPower()
3953 decNumber *alloclhs=NULL; /* non-NULL if rounded lhs allocated */ in decAddOp() local
3979 alloclhs=decRoundOperand(lhs, set, status); in decAddOp()
3980 if (alloclhs==NULL) break; in decAddOp()
3981 lhs=alloclhs; in decAddOp()
4288 if (alloclhs!=NULL) free(alloclhs); /* .. */ in decAddOp()
[all …]