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

/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2716 Unit *accnext; /* -> where next digit will go */ local
3050 accnext = acc + acclength - 1; /* -> msu of acc [NB: allows digits+1] */
3133 *accnext = thisunit; /* store in accumulator */
3144 accnext--; /* ready for next */
3172 /* if early stop), starting at accnext+1 (its lsu) */
3179 *accnext = 0; /* .. whose value is 0 */
3182 accnext++; /* back to last placed */
3183 /* accnext now -> lowest unit of result */
3198 Unit lsu = *accnext;
3219 accunits = decShiftToLeast (accnext, accunit
[all...]

Completed in 101 milliseconds