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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c272 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(
6331 static Int decUnitAddSub(const Unit *a, Int alength, function
[all...]

Completed in 96 milliseconds