Home
last modified time | relevance | path

Searched refs:F2x_set (Results 1 – 7 of 7) sorted by relevance

/dports/math/pari/pari-2.13.3/src/basemath/
H A DF2x.c62 F2x_set(z,d); in monomial_F2x()
851 F2x_set(z,dx-dy); in F2x_divrem()
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()
1556 a[1] = sv; F2x_set(a,n); a[2]++; in smallirred_F2x()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2511 F2x_set(GEN x,long v) in F2x_set() function
2533 F2v_set(GEN x,long v) { F2x_set(x,v-1); } in F2v_set()
H A Dparidecl.h5886 INLINE void F2x_set(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.pxd4781 void F2x_set(GEN x, long v)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4941 void F2x_set(GEN x, long v)
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex6606 \fun{void}{F2x_set}{GEN x, long i} sets the coefficient $i\ge 0$ of $x$ to $1$.