Home | History | Annotate | Download | only in mpz

Lines Matching refs:mpz_limbs_read

45   rp[an] = mpn_add (rp, mpz_limbs_read (a), an, mpz_limbs_read (b), bn);
119 MPN_COPY (tp, mpz_limbs_read (a), an);
121 bp = (a == b) ? ap : mpz_limbs_read (b);
126 MPN_COPY (tp, mpz_limbs_read (b), bn);
128 ap = mpz_limbs_read (a);
132 ap = mpz_limbs_read (a);
133 bp = mpz_limbs_read (b);
181 ap = mpz_limbs_read (a);
183 bp = mpz_limbs_read (b);