Home | History | Annotate | Download | only in i18n

Lines Matching refs:cup

4916     const  Unit *cup;              /* ..  */
5025 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++)
5027 p+=DECDPUN, cup++, count-=DECDPUN)
5028 *lip+=*cup*powers[p];
5030 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++)
5032 p+=DECDPUN, cup++, count-=DECDPUN)
5033 *rip+=*cup*powers[p];