Lines Matching full:acclength
4257 Int acclength; /* length of acc needed [Units] */
4433 acclength=D2U(reqdigits+DECDPUN); /* in Units */
4434 if (acclength*sizeof(Unit)>sizeof(accbuff)) {
4435 /* printf("malloc dvacc %ld units\n", acclength); */
4436 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4535 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */