Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dgen1.c741 { retmkpolmod(degpol(Y)? op(y, x): gen_0, RgX_copy(Y)); } in addsub_polmod_scal()
1450 { retmkpolmod(gmul(x,y), RgX_copy(Y)); } in mul_polmod_scal()
2759 retmkpolmod(gdiv(gel(x,2), y), RgX_copy(X)); in gdiv()
2887 retmkpolmod(gmulsg(s,gel(y,2)), RgX_copy(gel(y,1))); in gmulsg()
2980 retmkpolmod(gdivgs(gel(x,2),s), RgX_copy(gel(x,1))); in gdivgs()
3056 retmkpolmod(gmul2n(gel(x,2),n), RgX_copy(gel(x,1))); in gmul2n()
H A Dgen3.c872 retmkpolmod(degpol(y)? stoi(x): gen_0,RgX_copy(y)); in gmodulsg()
899 retmkpolmod(grem(x,y), RgX_copy(y)); in gmodulo()
1888 retmkpolmod(deriv(a,v), RgX_copy(b)); in deriv()
2009 retmkpolmod(derivn(a,n,v), RgX_copy(b)); in derivn()
2259 if (varncmp(v, vx) > 0) retmkpolmod(integ(a,v), RgX_copy(b)); in integ()
2515 retmkpolmod(ground(gel(x,2)), RgX_copy(gel(x,1))); in ground()
2580 retmkpolmod(grndtoi(gel(x,2), e), RgX_copy(gel(x,1))); in grndtoi()
H A Dbase3.c929 retmkpolmod(RgX_rem(x, T), ZX_copy(T)); in basistoalg()
933 retmkpolmod(gcopy(x), ZX_copy(T)); in basistoalg()
1133 retmkpolmod(RgX_copy(x), RgX_copy(R)); in rnfbasistoalg()
1143 retmkpolmod(scalarpol(x, varn(R)), RgX_copy(R)); in rnfbasistoalg()
H A Dbase5.c71 retmkpolmod(eltreltoabs(rnf_get_map(rnf), x), ZX_copy(pol)); in rnfeltreltoabs()
74 retmkpolmod(eltreltoabs(rnf_get_map(rnf), x), ZX_copy(pol)); in rnfeltreltoabs()
H A Dgen2.c1835 retmkpolmod(gneg(gel(x,2)), RgX_copy(gel(x,1))); in gneg()
1909 retmkpolmod(gneg_i(gel(x,2)), RgX_copy(gel(x,1))); in gneg_i()
H A Dpolarit2.c2211 retmkpolmod(Q_muli_to_int(gel(x,2), d), RgX_copy(gel(x,1))); in Q_muli_to_int()
2313 retmkpolmod(Q_divmuli_to_int(gel(x,2), d,n), RgX_copy(gel(x,1))); in Q_divmuli_to_int()
2345 retmkpolmod(Q_divi_to_int(gel(x,2), d), RgX_copy(gel(x,1))); in Q_divi_to_int()
H A Dpolarit3.c3298 retmkpolmod(FF_map(r, x), pol_x(FF_var(g))); in ffeltmaprel_i()
3300 retmkpolmod(FFX_preimagerel(x, r, ffpartmapimage("ffmap", r)), gcopy(r)); in ffeltmaprel_i()
H A Dbibli2.c1366 retmkpolmod(RgXQ_reverse(a, T), in modreverse()
H A Dtrans1.c445 retmkpolmod(scalarpol_get_1(gel(x,1)), gcopy(gel(x,1))); in gpowg0()
H A Darith1.c2575 if (RgX_equal(A,B)) retmkpolmod(chinese(a,b), gcopy(A)); /*same modulus*/ in chinese()
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.6759 retmkmat, retmkmat2, retmkintmod, retmkpolmod
760 retmkintmod, retmkpolmod, retconst_col, retconst_vec
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h62 #define retmkpolmod(x,y)\ macro
175 mkpolmod(GEN x, GEN y) { retmkpolmod(x,y); } in mkpolmod()
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex11592 \fun{GEN}{retmkpolmod}{GEN x, GEN y}