Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A DF2x.c98 gel(x,i+2) = F2x_coeff(z,i) ? pol1_F2x(sv): pol0_F2x(sv); in F2x_to_F2xX()
230 else return F2x_coeff(P,0); in F2x_eval()
907 if (F2x_coeff(x,id)) F2x_set(y, i); in F2x_deflate()
925 if (F2x_coeff(p,i<<1)) F2x_set(p0,i); in F2x_even_odd()
926 if (F2x_coeff(p,1+(i<<1))) F2x_set(p1,i); in F2x_even_odd()
928 if (n1 != n0 && F2x_coeff(p,i<<1)) F2x_set(p0,i); in F2x_even_odd()
1073 return F2x_coeff(P,a) ? x: pol0_F2x(pol[1]); in _F2xq_cmul()
H A Dhyperell.c756 if (dP==6 && dQ<3 && F2x_coeff(P2,5)==F2x_coeff(Q2,2)) in hyperellcharpoly()
H A DFpX_factor.c1282 case 0: return mkvec2(mkcol(mkvecsmall2(v,2+F2x_coeff(f,0))), mkvecsmall(2)); in F2x_factor_2()
H A Dlfunutils.c1971 long c = F2x_coeff(P,2*k-1), dQ = F2x_degree(Q); in F2x_genus_redoo()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2497 F2x_coeff(GEN x,long v) in F2x_coeff() function
2527 F2v_coeff(GEN x,long v) { return F2x_coeff(x,v-1); } in F2v_coeff()
H A Dparidecl.h5884 INLINE ulong F2x_coeff(GEN x,long v);
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4153 BA 18- PARI functions F2v_clear, F2m_clear, Z_to_F2x, F2x_set, F2x_clear, F2x_flip, F2x_coeff
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4779 ulong F2x_coeff(GEN x, long v)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4939 ulong F2x_coeff(GEN x, long v)
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex6599 \fun{ulong}{F2x_coeff}{GEN x, long i} returns the coefficient $i\ge 0$ of $x$.