Home | History | Annotate | Download | only in i18n

Lines Matching refs:ua

819   const Unit *ua, *ub;                  /* -> operands  */
834 ua=lhs->lsu; /* bottom-up */
837 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
841 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
843 if (ua>msua) a=0;
844 else a=*ua;
1217 const Unit *ua, *msua; /* -> operand and its msu */
1229 ua=rhs->lsu; /* bottom-up */
1231 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */
1234 for (; uc<=msuc; ua++, uc++) { /* Unit loop */
1237 if (ua>msua) a=0;
1238 else a=*ua;
1835 const Unit *ua, *ub; /* -> operands */
1849 ua=lhs->lsu; /* bottom-up */
1852 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
1856 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
1858 if (ua>msua) a=0;
1859 else a=*ua;
3265 const Unit *ua, *ub; /* -> operands */
3279 ua=lhs->lsu; /* bottom-up */
3282 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
3286 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
3288 if (ua>msua) a=0;
3289 else a=*ua;