Searched defs:msu (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c170 /* msu -- most significant Unit (of coefficient) */
686 up=res+D2U(d)-1; /* -> msu */
819 Unit *uc, *msuc; /* -> result and its msu */
820 Int msudigs; /* digits in res msu */
835 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
836 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
837 msuc=uc+D2U(set->digits)-1; /* -> msu of result */
864 /* [here uc-1 is the msu of the result] */
1215 const Unit *ua, *msua; /* -> operand and its msu */
1216 Unit *uc, *msuc; /* -> result and its msu */
2511 Unit *msu=res->lsu+D2U(res->digits)-1; /* current msu */ local
7673 Unit *msu; /* -> target cut point */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c170 /* msu -- most significant Unit (of coefficient) */
688 up=res+D2U(d)-1; /* -> msu */
821 Unit *uc, *msuc; /* -> result and its msu */
822 Int msudigs; /* digits in res msu */
837 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
838 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
839 msuc=uc+D2U(set->digits)-1; /* -> msu of result */
866 /* [here uc-1 is the msu of the result] */
1217 const Unit *ua, *msua; /* -> operand and its msu */
1218 Unit *uc, *msuc; /* -> result and its msu */
2513 Unit *msu=res->lsu+D2U(res->digits)-1; /* current msu */ local
7675 Unit *msu; /* -> target cut point */ local
[all...]

Completed in 341 milliseconds