Home | History | Annotate | Download | only in libdecnumber

Lines Matching defs:decUnitAddSub

272 static Int	   decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
4056 res->digits=decUnitAddSub(lhs->lsu, D2U(lhs->digits),
4418 /* [Note: unused units do not participate in decUnitAddSub data] */
4436 /* virtual padding (implemented by decUnitAddSub). */
4554 decUnitAddSub(&var1[shift], var1units-shift,
4704 tarunits=decUnitAddSub(accnext, accunits, accnext, accunits,
4758 accunits=-decUnitAddSub(accnext, accunits,
4815 /* than two calls to decUnitAddSub would be made. */
4944 #define NEEDTWO (DECDPUN*2) /* within two decUnitAddSub calls */
5089 if (*mer!=0) accunits=decUnitAddSub(&acc[shift], accunits-shift,
6270 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc,
6285 /* decUnitAddSub -- add or subtract two >=0 integers in Unit arrays */
6331 static Int decUnitAddSub(const Unit *a, Int alength,
6346 printf("decUnitAddSub: alen blen m %ld %ld [%ld]\n", alength, blength, m);
6568 } /* decUnitAddSub */
7145 /* Simply use decUnitAddSub unless bumping up and the number is */
7213 decUnitAddSub(dn->lsu, D2U(dn->digits), uarrone, 1, 0, dn->lsu, bump);