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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4236 Int var1units, var2units; /* actual lengths */ local
4446 var2units=D2U(rhs->digits); /* rhs actual length (units) */
4448 msu2=var2+var2units-1; /* -> msu of var2 [never changes] */
4453 if (var2units>1) msu2plus++; /* .. +1 if any more */
4455 if (var2units>1) { /* .. [else treat 2nd as 0] */
4457 if (var2units>2) msu2pair++; /* .. +1 if any more */
4548 shift=var2ulen-var2units;
4551 decDumpAr('2', var2, var2units);
4555 var2, var2units, 0,

Completed in 172 milliseconds