| hgcd_jacobi.c | 44 unsigned *bitsp; member in struct:hgcd_jacobi_ctx 64 *ctx->bitsp = mpn_jacobi_update (*ctx->bitsp, d, qp[0] & 3); 86 struct hgcd_matrix *M, unsigned *bitsp, mp_ptr tp) 122 if (mpn_hgcd2_jacobi (ah, al, bh, bl, &M1, bitsp)) 137 ctx.bitsp = bitsp; 150 struct hgcd_matrix *M, unsigned *bitsp, mp_ptr tp) 171 nn = mpn_hgcd_jacobi (ap + p, bp + p, n - p, M, bitsp, tp); 182 nn = hgcd_jacobi_step (n, ap, bp, s, M, bitsp, tp) [all...] |