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

/haiku-buildtools/gcc/libdecnumber/dpd/
H A Ddecimal64.c624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */
660 for (; target>=uar; target--) {
665 inu=uar; /* use units in working array */
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c6669 /* uar is the array */
6676 /* No overflow is permitted (that is, the uar array must be known to */
6679 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { argument
6686 *uar=(Unit)(*uar*powers[shift]);
6691 source=uar+D2U(digits)-1; /* where msu comes from */
6695 for (; source>=uar; source--, target--) *target=*source;
6698 first=uar+D2U(digits+shift)-1; /* where msu of source will end up */
6699 for (; source>=uar; source--, target--) {
6715 for (; target>=uar; targe
6735 decShiftToLeast(Unit *uar, Int units, Int shift) argument
7761 decGetDigits(Unit *uar, Int len) argument
[all...]

Completed in 116 milliseconds