Home
last modified time | relevance | path

Searched refs:rotate_aux (Results 1 – 8 of 8) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/polyselect/
H A Drotate_all.c300 k0 = rotate_aux (f->coeff, b, m, k0, *K0, 0); in rotate_bounds()
313 k0 = rotate_aux (f->coeff, b, m, k0, 0, 0); in rotate_bounds()
319 j0 = rotate_aux (f->coeff, b, m, j0, *J0, 1); in rotate_bounds()
340 rotate_aux (f->coeff, b, m, k0, 0, 0); in rotate_bounds()
341 rotate_aux (f->coeff, b, m, j0, 0, 1); in rotate_bounds()
411 j0 = rotate_aux (f->coeff, b, m, j0, j, 1); in rotate()
413 k0 = rotate_aux (f->coeff, b, m, k0, 0, 0); in rotate()
432 k0 = rotate_aux (f->coeff, b, m, k0, 0, 0); in rotate()
468 k0 = rotate_aux (f->coeff, b, m, k0, bestk, 0); in rotate()
532 rotate_aux (f->coeff, b, m, k0, *kmin, 0); in rotate()
[all …]
H A Drootsieve1.c177 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, 0, modv, 1); in average_alpha()
179 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, 0, modw, 0); in average_alpha()
184 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, v0, q * j + modv, 1); in average_alpha()
416 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, 0, v, 1); in rotate_v()
595 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, 0, w, 0); in rotate_v()
611 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, w, 0, 0); in rotate_v()
617 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, 0, w, 0); in rotate_v()
628 rotate_aux (poly->pols[ALG_SIDE]->coeff, G1, G0, w, 0, 0); in rotate_v()
787 rotate_aux (poly->pols[ALG_SIDE]->coeff, poly->pols[RAT_SIDE]->coeff[1], in rotate_area_v()
807 rotate_aux (poly->pols[ALG_SIDE]->coeff, poly->pols[RAT_SIDE]->coeff[1], in rotate_area_u()
[all …]
H A Dropt_quadratic.c94 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, i, 2); in ropt_quadratic_tune_stage1()
102 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_quadratic_tune_stage1()
157 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, w, 2); in ropt_quadratic_tune_stage1()
177 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_quadratic_tune_stage1()
H A Drotate.c94 rotate_aux (poly->pols[ALG_SIDE]->coeff, b, m, 0, k, 0); in main()
95 rotate_aux (poly->pols[ALG_SIDE]->coeff, b, m, 0, j, 1); in main()
H A Dropt.c61 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, in ropt_get_bestpoly()
92 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_get_bestpoly()
138 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, param->s2_w, 2); in ropt_do_stage2()
169 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_do_stage2()
H A Dropt_linear.c248 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, w, 2); in ropt_tune_stage2_fast()
269 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_tune_stage2_fast()
357 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, w, 2); in ropt_tune_stage2_slow()
553 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_tune_stage2_slow()
563 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, w, 2); in ropt_tune_stage2_slow()
597 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_tune_stage2_slow()
792 old_i = rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, w, 2); in ropt_call_sieve()
820 rotate_aux (poly->f, poly->g[1], poly->g[0], old_i, 0, 2); in ropt_call_sieve()
H A Dauxiliary.h82 long rotate_aux (mpz_t *f, mpz_t b, mpz_t m, long k0, long k, unsigned int t);
H A Dauxiliary.c1560 rotate_aux (mpz_t *f, mpz_t b, mpz_t m, long k0, long k, unsigned int t) in rotate_aux() function