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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4223 Int accunits; /* count of units accumulated */ local
4498 accunits=0; /* no units accumulated yet */
4566 if (accunits!=0 || thisunit!=0) { /* is first or non-zero */
4569 if (accunits==0) {
4574 accunits++; /* update count */
4600 /* accunits is the number of digits collected in acc */
4601 if (accunits==0) { /* acc is 0 */
4602 accunits=1; /* show have a unit .. */
4634 accunits=decShiftToLeast(accnext, accunits, dro
4834 Int accunits; /* Units of accumulator in use */ local
6232 Int accunits, need; /* units in use or needed for acc */ local
[all...]
H A DdecBasic.c186 Int divunits, accunits; /* lengths */ local
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
349 if (accunits<divunits) {
350 if (accunits==0) msua++; /* restore */
361 if (accunits==divunits) {
405 else { /* accunits>divunits */

Completed in 115 milliseconds