Searched refs:needbytes (Results 1 – 1 of 1) sorted by relevance
989 uInt needbytes; /* buffer size needed */ in decNumberPower() local1095 needbytes = in decNumberPower()1098 if (needbytes > sizeof (dacbuff)) in decNumberPower()1100 allocdac = (decNumber *) malloc (needbytes); in decNumberPower()1143 if (needbytes > sizeof (lhsbuff)) in decNumberPower()1145 alloclhs = (decNumber *) malloc (needbytes); in decNumberPower()1464 uInt needbytes; /* work */ in decNumberSquareRoot() local1549 needbytes = in decNumberSquareRoot()1551 if (needbytes > sizeof (buff)) in decNumberSquareRoot()1553 allocbuff = (decNumber *) malloc (needbytes); in decNumberSquareRoot()[all …]