Home | History | Annotate | Download | only in generic

Lines Matching defs:qn

54       mp_size_t qn;
61 qn = nn + qxn - 1;
62 MPN_COPY (qp, q2p, qn);
63 ret = q2p[qn];
76 mp_size_t qn;
88 qn = nn - dn + qxn;
89 MPN_COPY (qp, q2p, qn);
90 qhl = q2p[qn];
96 qn = nn - dn;
97 MPN_COPY (qp, q2p, qn);
98 qhl = q2p[qn];