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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c287 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
4091 res->digits=decUnitAddSub(lhs->lsu, D2U(lhs->digits),
4453 /* [Note: unused units do not participate in decUnitAddSub data] */
4471 /* virtual padding (implemented by decUnitAddSub). */
4589 decUnitAddSub(&var1[shift], var1units-shift,
4739 tarunits=decUnitAddSub(accnext, accunits, accnext, accunits,
4793 accunits=-decUnitAddSub(accnext, accunits,
4850 /* than two calls to decUnitAddSub would be made. */
4979 #define NEEDTWO (DECDPUN*2) /* within two decUnitAddSub calls */
5128 if (*mer!=0) accunits=decUnitAddSub(
6377 static Int decUnitAddSub(const Unit *a, Int alength, function
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c289 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
4093 res->digits=decUnitAddSub(lhs->lsu, D2U(lhs->digits),
4455 /* [Note: unused units do not participate in decUnitAddSub data] */
4473 /* virtual padding (implemented by decUnitAddSub). */
4591 decUnitAddSub(&var1[shift], var1units-shift,
4741 tarunits=decUnitAddSub(accnext, accunits, accnext, accunits,
4795 accunits=-decUnitAddSub(accnext, accunits,
4852 /* than two calls to decUnitAddSub would be made. */
4981 #define NEEDTWO (DECDPUN*2) /* within two decUnitAddSub calls */
5130 if (*mer!=0) accunits=decUnitAddSub(
6379 static Int decUnitAddSub(const Unit *a, Int alength, function
[all...]

Completed in 82 milliseconds