Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libdecnumber/
H A DdecNumber.c981 decNumber *allocdac = NULL; /* -> allocated acc buffer, iff used */ in decNumberPower() local
1100 allocdac = (decNumber *) malloc (needbytes); in decNumberPower()
1101 if (allocdac == NULL) in decNumberPower()
1106 dac = allocdac; /* use the allocated space */ in decNumberPower()
1233 if (allocdac != NULL) in decNumberPower()
1234 free (allocdac); /* drop any storage we used */ in decNumberPower()