Home | History | Annotate | Download | only in i18n

Lines Matching refs:w1

97     uInt u0, u1, v0, v1, w0, w1, w2, t;      \
102 w1=t & 0xffff; w2=t>>16; \
103 w1=u0*v1 + w1; \
104 (w)=u1*v1 + w2 + (w1>>16);}