Home
last modified time | relevance | path

Searched refs:MPOLY_GCD_USE_ZIPPEL2 (Results 1 – 13 of 13) sorted by relevance

/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly/
H A Dgcd_zippel2.c24 return _fmpz_mod_mpoly_gcd_algo(G, NULL, NULL, A, B, ctx, MPOLY_GCD_USE_ZIPPEL2); in fmpz_mod_mpoly_gcd_zippel2()
/dports/math/flint2/flint-2.8.4/fmpz_mpoly/
H A Dgcd_zippel2.c24 return _fmpz_mpoly_gcd_algo(G, NULL, NULL, A, B, ctx, MPOLY_GCD_USE_ZIPPEL2); in fmpz_mpoly_gcd_zippel2()
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly/profile/
H A Dp-gcd.c66 if (algo & MPOLY_GCD_USE_ZIPPEL2) in profile_gcd()
335 profile_gcd(t, a, b, ctx, MPOLY_GCD_USE_HENSEL | MPOLY_GCD_USE_ZIPPEL2); in main()
375 profile_gcd(t, a, b, ctx, MPOLY_GCD_USE_HENSEL | MPOLY_GCD_USE_ZIPPEL2); in main()
/dports/math/flint2/flint-2.8.4/nmod_mpoly/profile/
H A Dp-gcd.c66 if (algo & MPOLY_GCD_USE_ZIPPEL2) in profile_gcd()
331 profile_gcd(t, a, b, ctx, MPOLY_GCD_USE_HENSEL | MPOLY_GCD_USE_ZIPPEL2); in main()
371 profile_gcd(t, a, b, ctx, MPOLY_GCD_USE_HENSEL | MPOLY_GCD_USE_ZIPPEL2); in main()
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/profile/
H A Dp-gcd.c66 if (algo & MPOLY_GCD_USE_ZIPPEL2) in profile_gcd()
285 profile_gcd(t, a, b, ctx, MPOLY_GCD_USE_HENSEL | MPOLY_GCD_USE_ZIPPEL2); in main()
/dports/math/flint2/flint-2.8.4/mpoly/
H A Dgcd_info.c551 I->can_use |= MPOLY_GCD_USE_ZIPPEL2; in mpoly_gcd_info_measure_bma()
682 I->can_use |= MPOLY_GCD_USE_ZIPPEL2; in mpoly_gcd_info_measure_zippel2()
/dports/math/flint2/flint-2.8.4/fmpz_mpoly_factor/
H A Dgcd_algo.c1090 if (!(I->can_use & MPOLY_GCD_USE_ZIPPEL2)) in _try_bma()
1665 else if (algo == MPOLY_GCD_USE_ZIPPEL2) in _fmpz_mpoly_gcd_algo_small()
1671 (I->can_use & MPOLY_GCD_USE_ZIPPEL2) && in _fmpz_mpoly_gcd_algo_small()
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly_factor/
H A Dgcd_algo.c922 if (!(I->can_use & MPOLY_GCD_USE_ZIPPEL2)) in _try_zippel2()
1597 else if (algo == MPOLY_GCD_USE_ZIPPEL2) in _fmpz_mod_mpoly_gcd_algo_small()
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/
H A Dgcd.c1052 if (!(I->can_use & MPOLY_GCD_USE_ZIPPEL2)) in _try_zippel2()
1683 else if (algo == MPOLY_GCD_USE_ZIPPEL2) in _fq_nmod_mpoly_gcd_algo_small()
H A Dgcd_zippel2.c2407 return _fq_nmod_mpoly_gcd_algo(G, NULL, NULL, A, B, ctx, MPOLY_GCD_USE_ZIPPEL2); in fq_nmod_mpoly_gcd_zippel2()
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dgcd.c1251 if (!(I->can_use & MPOLY_GCD_USE_ZIPPEL2)) in _try_zippel2()
1963 else if (algo == MPOLY_GCD_USE_ZIPPEL2) in _nmod_mpoly_gcd_algo_small()
H A Dgcd_zippel2.c2214 return _nmod_mpoly_gcd_algo(G, NULL, NULL, A, B, ctx, MPOLY_GCD_USE_ZIPPEL2); in nmod_mpoly_gcd_zippel2()
/dports/math/flint2/flint-2.8.4/
H A Dmpoly.h1371 #define MPOLY_GCD_USE_ZIPPEL2 8 macro