Searched refs:alloclhs (Results 1 – 1 of 1) sorted by relevance
979 decNumber *alloclhs = NULL; /* non-NULL if rounded lhs allocated */ in decNumberPower() local1015 alloclhs = decRoundOperand (lhs, set, &status); in decNumberPower()1016 if (alloclhs == NULL) in decNumberPower()1018 lhs = alloclhs; in decNumberPower()1137 if (alloclhs != NULL) in decNumberPower()1139 free (alloclhs); /* done with intermediate */ in decNumberPower()1140 alloclhs = NULL; /* indicate freed */ in decNumberPower()1145 alloclhs = (decNumber *) malloc (needbytes); in decNumberPower()1146 if (alloclhs == NULL) in decNumberPower()1151 newlhs = alloclhs; /* use the allocated space */ in decNumberPower()[all …]