Home
last modified time | relevance | path

Searched refs:get_FpX_mod (Results 1 – 10 of 10) sorted by relevance

/dports/math/pari/pari-2.13.3/src/basemath/
H A DFpX.c1781 GEN V, z = FpX_extgcd(get_FpX_mod(y), x, p, NULL, &V); in FpXQ_invsafe()
2332 ZX_to_F2x(get_FpX_mod(T))); in FpXQ_log()
2383 z = F2xq_sqrtn(ZX_to_F2x(a), n, ZX_to_F2x(get_FpX_mod(T)), zeta); in FpXQ_sqrtn()
2421 GEN T = get_FpX_mod(TB); in FpXQ_norm()
2432 GEN T = get_FpX_mod(TB); in FpXQ_trace()
2446 T = leafcopy(get_FpX_mod(T)); in FpXQ_charpoly()
2640 g = gener_FpXQ_i(get_FpX_mod(T), p, p_1, Lp, Lq); in gener_FpXQ()
2654 T = get_FpX_mod(T); in gener_FpXQ_local()
H A DFpX_factor.c811 if (n == 1) return mkvec(get_FpX_mod(T)); in FpX_ddf_Shoup()
840 Tr = get_FpX_mod(T); in FpX_ddf_Shoup()
912 GEN Tp = get_FpX_mod(T); in FpX_edf_rec()
1125 V = FpX_factor_Yun(get_FpX_mod(T), p); l = lg(V); in FpX_simplefact_Cantor()
1137 GEN T = get_FpX_mod(Tp); in FpX_isirred_Cantor()
H A DFpXQX_factor.c33 pari_err_IRREDPOL(s, get_FpX_mod(P)); in err_FpXQ()
1068 s = F2xqX_quad_roots(f2, ZX_to_F2x(get_FpX_mod(T))); in FpXQX_quad_roots()
1494 M = F2xqX_factor_squarefree(ZXX_to_F2xX(f, vT), ZX_to_F2x(get_FpX_mod(T))); in FpXQX_factor_squarefree()
1612 GEN V = F2xqX_roots_i(ZXX_to_F2xX(S,get_FpX_var(T)), ZX_to_F2x(get_FpX_mod(T))); in FpXQX_roots_i()
2528 M = F2xqX_ddf(ZXX_to_F2xX(f, vT), ZX_to_F2x(get_FpX_mod(T))); in FpXQX_ddf_raw()
2553 return F2xqX_degfact(ZXX_to_F2xX(f, vT), ZX_to_F2x(get_FpX_mod(T))); in FpXQX_degfact_raw()
2767 M = F2xqX_factor_Cantor(ZXX_to_F2xX(f, vT), ZX_to_F2x(get_FpX_mod(T))); in FpXQX_factor_Berlekamp_i()
2789 M = F2xqX_factor_Cantor(ZXX_to_F2xX(f, vT), ZX_to_F2x(get_FpX_mod(T))); in FpXQX_factor_i()
H A DHensel.c683 TNk = FpX_get_red(get_FpX_mod(T), pNk); in ZpXQ_log()
1068 return ZpX_ZpXQ_liftroot(get_FpX_mod(T), FpX_Frobenius(T, p), T, p, e); in ZpX_Frobenius()
H A Dpolarit3.c264 if (ZX_equal(b,get_FpX_mod(T)) || signe(FpX_rem(b,T,p))==0) in Rg_to_FpXQ()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h1867 get_FpX_mod(GEN T) { return typ(T)==t_VEC? gel(T,2): T; } in get_FpX_mod() function
H A Dparidecl.h5868 INLINE GEN get_FpX_mod(GEN T);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd657 GEN get_FpX_mod(GEN T)
4763 GEN get_FpX_mod(GEN T)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd791 GEN get_FpX_mod(GEN T)
4923 GEN get_FpX_mod(GEN T)
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex5047 \fun{GEN}{get_FpX_mod}{GEN eT} returns the underlying modulus $T$.