Lines Matching refs:mpz_t
27 void one_test (mpz_t, mpz_t, mpz_t, int);
28 void debug_mp (mpz_t, int);
30 static int gcdext_valid_p (const mpz_t, const mpz_t, const mpz_t, const mpz_t);
34 mpz_t gcd1, gcd2, s, temp1, temp2, temp3;
65 mpz_t a, b, got, want; in check_data()
94 make_chain_operands (mpz_t ref, mpz_t a, mpz_t b, gmp_randstate_t rs, int nb1, int nb2, int chain_l… in make_chain_operands()
96 mpz_t bs, temp1, temp2; in make_chain_operands()
151 mpz_t bs, a, b, want; in check_kolmo1()
200 mpz_t bs, a, b, want; in check_kolmo2()
221 mpz_t op1, op2, ref; in main()
224 mpz_t bs; in main()
308 debug_mp (mpz_t x, int base) in debug_mp()
314 one_test (mpz_t op1, mpz_t op2, mpz_t ref, int i) in one_test()
410 gcdext_valid_p (const mpz_t a, const mpz_t b, const mpz_t g, const mpz_t s) in gcdext_valid_p()