Home | History | Annotate | Download | only in i18n

Lines Matching defs:ua

817   const Unit *ua, *ub;                  /* -> operands  */
832 ua=lhs->lsu; /* bottom-up */
835 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
839 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
841 if (ua>msua) a=0;
842 else a=*ua;
1215 const Unit *ua, *msua; /* -> operand and its msu */
1227 ua=rhs->lsu; /* bottom-up */
1229 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */
1232 for (; uc<=msuc; ua++, uc++) { /* Unit loop */
1235 if (ua>msua) a=0;
1236 else a=*ua;
1833 const Unit *ua, *ub; /* -> operands */
1847 ua=lhs->lsu; /* bottom-up */
1850 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
1854 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
1856 if (ua>msua) a=0;
1857 else a=*ua;
3263 const Unit *ua, *ub; /* -> operands */
3277 ua=lhs->lsu; /* bottom-up */
3280 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
3284 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
3286 if (ua>msua) a=0;
3287 else a=*ua;