Home
last modified time | relevance | path

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

/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly_factor/
H A Dmpoly_hlift_zippel.c303 ulong * Zexps = Z->exps; in fmpz_mod_mpoly_from_zip() local
330 y = extract_exp(Zexps[Zi], 2, 3); in fmpz_mod_mpoly_from_zip()
331 x = extract_exp(Zexps[Zi], 1, 3); in fmpz_mod_mpoly_from_zip()
332 z = extract_exp(Zexps[Zi], 0, 3); in fmpz_mod_mpoly_from_zip()
730 ulong * Zexps = Z->exps; in fmpz_mod_polyu3_add_zip_limit1() local
745 if (Aexps[Ai] + ai > Zexps[Zi]) in fmpz_mod_polyu3_add_zip_limit1()
750 Zexps = Z->exps; in fmpz_mod_polyu3_add_zip_limit1()
755 ULONG_SWAP(Zexps[j], Zexps[j - 1]); in fmpz_mod_polyu3_add_zip_limit1()
760 Zexps[Zi] = Aexps[Ai] + ai; in fmpz_mod_polyu3_add_zip_limit1()
803 Zexps = Z->exps; in fmpz_mod_polyu3_add_zip_limit1()
[all …]
H A Dgcd_zippel.c66 ulong * Zexps = Z->exps; in fmpz_mod_poly_add_zip_must_match() local
74 if (ai >= 0 && Zexps[i] == ai) in fmpz_mod_poly_add_zip_must_match()
83 else if (ai < 0 || Zexps[i] > ai) in fmpz_mod_poly_add_zip_must_match()
H A Dgcd_zippel2.c400 ulong * Zexps = Z->exps; in fmpz_mod_polyun_add_zip_must_match() local
412 if (Ai < Alen && Zexps[i] == pack_exp2(Aexps[Ai], ai)) in fmpz_mod_polyun_add_zip_must_match()
428 else if (Ai >= Alen || Zexps[i] > pack_exp2(Aexps[Ai], ai)) in fmpz_mod_polyun_add_zip_must_match()
/dports/math/flint2/flint-2.8.4/nmod_mpoly_factor/
H A Dmpoly_hlift_zippel.c467 ulong * Zexps = Z->exps; in n_polyu3_add_zip_limit1() local
482 if (Aexps[Ai] + ai > Zexps[Zi]) in n_polyu3_add_zip_limit1()
487 Zexps = Z->exps; in n_polyu3_add_zip_limit1()
492 ULONG_SWAP(Zexps[j], Zexps[j - 1]); in n_polyu3_add_zip_limit1()
497 Zexps[Zi] = Aexps[Ai] + ai; in n_polyu3_add_zip_limit1()
503 else if (Aexps[Ai] + ai < Zexps[Zi]) in n_polyu3_add_zip_limit1()
540 Zexps = Z->exps; in n_polyu3_add_zip_limit1()
542 Zexps[Zi] = Aexps[Ai] + ai; in n_polyu3_add_zip_limit1()
H A Dgcd_zippel.c91 ulong * Zexps = Z->exps; in n_poly_add_zip_must_match() local
99 if (ai >= 0 && Zexps[i] == ai) in n_poly_add_zip_must_match()
108 else if (ai < 0 || Zexps[i] > ai) in n_poly_add_zip_must_match()
/dports/math/flint2/flint-2.8.4/fq_zech_mpoly_factor/
H A Dirred_smprime_zippel.c641 ulong * Zexps = Z->exps; in fq_zech_polyu3_add_zip_limit1() local
661 if (Aexps[Ai] + ai > Zexps[Zi]) in fq_zech_polyu3_add_zip_limit1()
666 Zexps = Z->exps; in fq_zech_polyu3_add_zip_limit1()
671 ULONG_SWAP(Zexps[j], Zexps[j - 1]); in fq_zech_polyu3_add_zip_limit1()
676 Zexps[Zi] = Aexps[Ai] + ai; in fq_zech_polyu3_add_zip_limit1()
685 else if (Aexps[Ai] + ai < Zexps[Zi]) in fq_zech_polyu3_add_zip_limit1()
722 Zexps = Z->exps; in fq_zech_polyu3_add_zip_limit1()
724 Zexps[Zi] = Aexps[Ai] + ai; in fq_zech_polyu3_add_zip_limit1()
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly_factor/
H A Dirred_smprime_zippel.c680 ulong * Zexps = Z->exps; in fq_nmod_polyu3_add_zip_limit1() local
701 if (Aexps[Ai] + ai > Zexps[Zi]) in fq_nmod_polyu3_add_zip_limit1()
706 Zexps = Z->exps; in fq_nmod_polyu3_add_zip_limit1()
711 ULONG_SWAP(Zexps[j], Zexps[j - 1]); in fq_nmod_polyu3_add_zip_limit1()
716 Zexps[Zi] = Aexps[Ai] + ai; in fq_nmod_polyu3_add_zip_limit1()
722 else if (Aexps[Ai] + ai < Zexps[Zi]) in fq_nmod_polyu3_add_zip_limit1()
759 Zexps = Z->exps; in fq_nmod_polyu3_add_zip_limit1()
761 Zexps[Zi] = Aexps[Ai] + ai; in fq_nmod_polyu3_add_zip_limit1()
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/
H A Dgcd_zippel2.c490 ulong * Zexps = Z->exps; in n_fq_polyu2n_add_zip_must_match() local
498 if (Ai >= 0 && Zexps[i] == pack_exp2(Ai, ai)) in n_fq_polyu2n_add_zip_must_match()
515 else if (Ai < 0 || Zexps[i] > pack_exp2(Ai, ai)) in n_fq_polyu2n_add_zip_must_match()