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

/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2736 Unit thisunit; /* current unit being accumulated */ local
3053 thisunit = 0; /* current unit assumed 0 */
3089 thisunit++; /* as though subtracted */
3112 thisunit = (Unit) (thisunit + mult); /* accumulate */
3131 if (accunits != 0 || thisunit != 0)
3133 *accnext = thisunit; /* store in accumulator */
3138 for (pow = &powers[1]; thisunit >= *pow; pow++)

Completed in 62 milliseconds