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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4221 Unit *accnext; /* -> where next digit will go */ local
4500 accnext=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567 *accnext=thisunit; /* store in accumulator */
4575 accnext--; /* ready for next */
4598 /* if early stop), starting at accnext+1 (its lsu) */
4604 *accnext=0; /* .. whose value is 0 */
4606 else accnext++; /* back to last placed */
4607 /* accnext now -> lowest unit of result */
4619 Unit lsu=*accnext;
4634 accunits=decShiftToLeast(accnext, accunit
[all...]

Completed in 47 milliseconds