Home | History | Annotate | Download | only in mpz

Lines Matching defs:temp2

32   mpz_t temp, temp2;
38 mpz_init (temp2);
49 mpz_add (temp2, temp, rem2);
52 if (mpz_cmp (root1, root2) != 0 || mpz_cmp (x2, temp2) != 0 || mpz_cmpabs (temp, x2) > 0 || res == mpz_cmp_ui (rem2, 0))
73 mpz_add_ui (temp2, root1, 1L);
74 mpz_pow_ui (temp2, temp2, nth);
75 MPZ_CHECK_FORMAT (temp2);
78 if (mpz_cmp (temp2, x2) <= 0)
91 mpz_clear (temp2);