Home
last modified time | relevance | path

Searched refs:ZV_equal (Results 1 – 18 of 18) sorted by relevance

/dports/math/pari/pari-2.13.3/src/modules/
H A Delldata.c217 if (ZV_equal(gmael(V,j,2), M)) in ellidentify()
H A Dstark.c331 (int(*)(void*,void*))&ZV_equal, 1); in AllChars()
2938 if (ZV_equal(lamodf, gel(u,i))) break; in get_lambda()
/dports/math/pari/pari-2.13.3/src/basemath/
H A DQfb.c1466 if (ZV_equal(gel(M,1), gel(P,1))) in qfrsolve_normform()
1468 if (ZV_equal(gel(N,1), gel(Q,1))) in qfrsolve_normform()
1472 if (ZV_equal(gel(M,1), gel(N,1))) return gc_NULL(av); in qfrsolve_normform()
1473 if (ZV_equal(gel(P,1), gel(Q,1))) return gc_NULL(av); in qfrsolve_normform()
H A DFpE.c396 static const struct bb_group FpE_group={_FpE_add,_FpE_mul,_FpE_rand,hash_GEN,ZV_equal,ell_is_inf,NU…
595 if (ell_is_inf(P) || ell_is_inf(Q) || ZV_equal(P,Q)) return gen_1; in FpE_weilpairing()
H A Dmodsym.c3270 return ZV_equal(gel(sx,1), sign > 0? gel(x,1): ZC_neg(gel(x,1))); in msfromell_check()
3272 return ZV_equal(gel(sx,1),gel(x,1)) && ZV_equal(gel(sx,2),ZC_neg(gel(x,2))); in msfromell_check()
4366 if (!ZV_equal(gel(M,2), gel(Mnext,1))) u = ZC_neg(u); in path_vec_mul()
H A DZV.c1206 ZV_equal(GEN V, GEN W) in ZV_equal() function
H A Dkummer.c210 if (ZV_equal(x, pr_get_gen(Q)) || prconj(gel(S,i), P, tau)) return 1; in prconj_in_list()
H A Dbase5.c419 if (!ZV_equal(z,x)) fail("rnfeltdown",x); in eltdown()
H A Dlfunutils.c2489 if (ZV_equal(A, DXp)) {set_avma(av); return g; } in idealfrobenius_easy()
H A Dbase3.c790 return ZV_equal(pr_get_gen(P), gQ) || ZC_prdvd(gQ, P); in pr_equal()
H A Dbase2.c2312 if (ZV_equal(y, x)) break; in ffdegree()
H A Dbuch2.c1347 if (ZV_equal(al, pr_get_gen(gel(L,j)))) return j; in pr_index()
H A Dmftrace.c7244 return equalii(F1,F2) && ZV_equal(chi1,chi2); in mf_same_CHI()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4735 ZMrow_ZC_mul, ZV_ZM_mul, ZV_cmp0, ZV_content, ZV_equal,
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd1150 int ZV_equal(GEN V, GEN W)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd1288 int ZV_equal(GEN V, GEN W)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h1377 int ZV_equal(GEN V, GEN W);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex8457 \fun{int}{ZV_equal}{GEN x, GEN y} returns $1$ if the two \kbd{ZV} are equal