Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c1215 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ in decNumberExp() local
1231 allocrhs=decRoundOperand(rhs, set, &status); in decNumberExp()
1232 if (allocrhs==NULL) break; in decNumberExp()
1233 rhs=allocrhs; in decNumberExp()
1241 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */ in decNumberExp()
1435 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ in decNumberLn() local
1449 allocrhs=decRoundOperand(rhs, set, &status); in decNumberLn()
1450 if (allocrhs==NULL) break; in decNumberLn()
1451 rhs=allocrhs; in decNumberLn()
1463 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */ in decNumberLn()
[all …]