Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A DFF.c2100 p_to_FF(GEN p, long v) in p_to_FF() function
2139 if (!T) return p_to_FF(p,0); in Tp_to_FF()
H A Dpolmodular.c2006 one = p_to_FF(P, 0); in polmodular()
H A Delliptic.c751 if (abscmpiu(p,3)<=0) return FF_ellinit_ns(y,p_to_FF(p,0)); in ellinit_Fp()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd2873 GEN p_to_FF(GEN p, long v)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd3031 GEN p_to_FF(GEN p, long v)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h3505 GEN p_to_FF(GEN p, long v);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex12778 \fun{GEN}{p_to_FF}{GEN p, long v} returns a \typ{FFELT} equal to $1$ in the
12784 modulo $p$, or \kbd{NULL} in which case the routine acts as \tet{p_to_FF(p,0)}.