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

/external/icu4c/i18n/
H A DdecNumber.c805 const Unit *msua, *msub; /* -> operand msus */ local
823 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
830 if (ub>msub) b=0;
1814 const Unit *msua, *msub; /* -> operand msus */ local
1831 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
1838 if (ub>msub) b=0;
3237 const Unit *msua, *msub; /* -> operand msus */ local
3254 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
3261 if (ub>msub) b=0;

Completed in 58 milliseconds