Home | History | Annotate | Download | only in i18n

Lines Matching refs:ua

821   const Unit *ua, *ub;                  /* -> operands  */
836 ua=lhs->lsu; /* bottom-up */
839 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
843 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
845 if (ua>msua) a=0;
846 else a=*ua;
1219 const Unit *ua, *msua; /* -> operand and its msu */
1231 ua=rhs->lsu; /* bottom-up */
1233 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */
1236 for (; uc<=msuc; ua++, uc++) { /* Unit loop */
1239 if (ua>msua) a=0;
1240 else a=*ua;
1837 const Unit *ua, *ub; /* -> operands */
1851 ua=lhs->lsu; /* bottom-up */
1854 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
1858 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
1860 if (ua>msua) a=0;
1861 else a=*ua;
3267 const Unit *ua, *ub; /* -> operands */
3281 ua=lhs->lsu; /* bottom-up */
3284 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
3288 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
3290 if (ua>msua) a=0;
3291 else a=*ua;