Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c1214 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ in decNumberExp() local
1230 allocrhs=decRoundOperand(rhs, set, &status); in decNumberExp()
1231 if (allocrhs==NULL) break; in decNumberExp()
1232 rhs=allocrhs; in decNumberExp()
1240 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */ in decNumberExp()
1434 decNumber *allocrhs=NULL; /* non-NULL if rounded rhs allocated */ in decNumberLn() local
1448 allocrhs=decRoundOperand(rhs, set, &status); in decNumberLn()
1449 if (allocrhs==NULL) break; in decNumberLn()
1450 rhs=allocrhs; in decNumberLn()
1462 if (allocrhs !=NULL) free(allocrhs); /* drop any storage used */ in decNumberLn()
[all …]