Lines Matching refs:pol

73     fmpq_poly_clear(pol); \
85 fmpq_poly_t pol; in test_field1() local
98 fmpq_poly_init(pol); in test_field1()
100 fmpq_poly_set_coeff_fmpq(pol, 0, k); in test_field1()
101 fmpq_poly_set_coeff_fmpq(pol, 1, k); in test_field1()
102 renf_elem_set_fmpq_poly(a, pol, nf); in test_field1()
119 fmpq_poly_t pol; in test_field2() local
125 fmpq_poly_init(pol); in test_field2()
129 fmpq_poly_set_coeff_fmpq(pol, 5, k); in test_field2()
133 fmpq_poly_set_coeff_fmpq(pol, 4, k); in test_field2()
137 fmpq_poly_set_coeff_fmpq(pol, 3, k); in test_field2()
141 fmpq_poly_set_coeff_fmpq(pol, 2, k); in test_field2()
145 fmpq_poly_set_coeff_fmpq(pol, 1, k); in test_field2()
149 fmpq_poly_set_coeff_fmpq(pol, 0, k); in test_field2()
155 renf_init(nf, pol, emb, 20 + (slong)n_randint(state, 10)); in test_field2()
160 fmpq_poly_zero(pol); in test_field2()
161 renf_elem_set_fmpq_poly(a, pol, nf); in test_field2()
162 fmpq_poly_zero(pol); in test_field2()
163 fmpq_poly_set_coeff_si(pol, 1, 1); in test_field2()
164 renf_elem_set_fmpq_poly(b, pol, nf); in test_field2()
171 fmpq_poly_zero(pol); in test_field2()
172 fmpq_poly_set_coeff_si(pol, 2, 1000); in test_field2()
173 fmpq_poly_set_coeff_si(pol, 3, 30200); in test_field2()
174 renf_elem_set_fmpq_poly(b, pol, nf); in test_field2()
179 fmpq_poly_zero(pol); in test_field2()
180 fmpq_poly_set_coeff_si(pol, 2, 1720); in test_field2()
181 renf_elem_set_fmpq_poly(b, pol, nf); in test_field2()
190 fmpq_poly_zero(pol); in test_field2()
191 fmpq_poly_set_coeff_si(pol, 1, 1); in test_field2()
192 renf_elem_set_fmpq_poly(b, pol, nf); in test_field2()