Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/language/
H A Dmembers.c70 case typ_ELL: switch(ell_get_type(x)) in member_p()
106 if (t == typ_ELL && ell_get_type(x) == t_ELL_NF) in member_bnf()
122 if (t == typ_ELL && ell_get_type(x) == t_ELL_NF) return ellnf_get_nf(x); in member_nf()
292 switch(ell_get_type(x)) in member_roots()
432 if (t == typ_ELL) switch(ell_get_type(x)) in member_no()
446 if (t == typ_ELL) switch(ell_get_type(x)) in member_cyc()
578 { long t = ell_get_type(x); return t == t_ELL_Q || t == t_ELL_Rg; } in ell_is_complex()
587 if (ell_get_type(x)==t_ELL_NF) in member_omega()
597 if (ell_get_type(x)==t_ELL_NF) in member_eta()
607 if (ell_get_type(x)==t_ELL_NF) in member_area()
[all …]
/dports/math/pari/pari-2.13.3/src/basemath/
H A Delltors.c350 switch(ell_get_type(E)) in ellisdivisible_i()
592 switch(ell_get_type(e)) in elltors()
612 switch(ell_get_type(e)) in elltors_psylow()
728 if (ell_get_type(E)==t_ELL_Q) in ellorder()
741 if (ell_get_type(E)==t_ELL_NF) return ellorder_nf(E, P); in ellorder()
H A Delliptic.c164 long t = ell_get_type(E); in ell_over_Fq()
680 switch(ell_get_type(x)) in ellinit_Qp()
1843 switch(ell_get_type(E)) in ellordinate_i()
2403 switch(ell_get_type(E)) in zell()
4083 switch(ell_get_type(E)) in elllocalred()
4174 switch(ell_get_type(e)) in ellintegralmodel()
4627 switch(ell_get_type(E)) in ellminimaldisc()
4758 switch(ell_get_type(E)) in ellminimalmodel()
4866 switch(ell_get_type(E)) in ellglobalred()
4958 switch(ell_get_type(E)) in elltamagawa()
[all …]
H A Dellpadiclambdamu.c160 if (ell_get_type(E) != t_ELL_Q) in ellpadiclambdamu()
H A Dellpadic.c794 switch(ell_get_type(E)) in ellpadicfrobenius()
816 if (ell_get_type(E) == t_ELL_Qp) Ep = E; in ellpadics2()
848 if (ell_get_type(E) != t_ELL_Q) pari_err_TYPE("ellpadicL",E); in ellpadicL_symbol()
H A Dellisog.c1512 switch(ell_get_type(E)) in ellisomat()
1543 if (ell_get_type(v) != t_ELL_Q) return NULL; in get_isomat()
H A Dlfunutils.c1191 long t = ell_get_type(e); in lfunell()
2787 an = (ell_get_type(an) == t_ELL_Q) ? ellanQ_zv(an, L): ellan(an, L); in ldata_vecan()
H A Dmftrace.c8656 if (ell_get_type(E) != t_ELL_Q) pari_err_TYPE("mfffromell [E not over Q]", E); in mffromell()
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch7.tex58 \fun{long}{ell_get_type}{GEN e} returns the domain type over which the curve
408 In this subsection, we assume that \tet{ell_get_type}$(E)$ is \tet{t_ELL_Fq}.
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2708 INLINE long ell_get_type(GEN e) { return mael(e,14,1); } in ell_get_type() function
H A Dparidecl.h5686 INLINE long ell_get_type(GEN e);
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4605 long ell_get_type(GEN e)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4765 long ell_get_type(GEN e)