Home | History | Annotate | Download | only in i18n

Lines Matching full:acclength

4228   Int   acclength;                 /* length of acc needed [Units]  */
4404 acclength=D2U(reqdigits+DECDPUN); /* in Units */
4405 if (acclength*sizeof(Unit)>sizeof(accbuff)) {
4406 /* printf("malloc dvacc %ld units\n", acclength); */
4407 allocacc=(Unit *)malloc(acclength*sizeof(Unit));
4506 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */