Searched refs:accunits (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2718 Int accunits; /* count of units accumulated */ local
3048 accunits = 0; /* no units accumulated yet */
3131 if (accunits != 0 || thisunit != 0)
3135 if (accunits == 0)
3143 accunits++; /* update count */
3174 /* accunits is the number of digits we collected in acc */
3175 if (accunits == 0)
3177 accunits = 1; /* show we have one .. */
3219 accunits = decShiftToLeast (accnext, accunits, dro
3439 Int accunits; /* Units of accumulator in use */ local
4033 Int accunits, need; /* units in use or needed for acc */ local
[all...]

Completed in 51 milliseconds