Home
last modified time | relevance | path

Searched refs:retmkintmod (Results 1 – 8 of 8) sorted by relevance

/dports/math/pari/pari-2.13.3/src/basemath/
H A DFpV.c1082 to_intmod(GEN x, GEN p) { retmkintmod(modii(x, p), p); } in to_intmod()
1084 Fl_to_intmod(ulong x, GEN p) { retmkintmod(utoi(x), p); } in Fl_to_intmod()
1089 retmkintmod(modii(z, p), icopy(p)); in Fp_to_mod()
H A Dgen3.c860 retmkintmod(utoi(umodsu(x, y)), utoipos(y)); in gmodulss()
869 retmkintmod(modsi(x,y), absi(y)); in gmodulsg()
894 retmkintmod(Rg_to_Fp(x,y), absi(y)); in gmodulo()
1873 case t_INTMOD: retmkintmod(gen_0, icopy(gel(x,1))); in deriv()
1994 case t_INTMOD: retmkintmod(gen_0, icopy(gel(x,1))); in derivn()
H A DRgX.c254 case t_INTMOD: retmkintmod(is_pm1(p)? gen_0: gen_1, icopy(p)); in Rg_get_1()
271 case t_INTMOD: retmkintmod(gen_0, icopy(p)); in Rg_get_0()
H A DFpXX.c268 to_intmod(GEN x, GEN p) { retmkintmod(modii(x, p), p); } in to_intmod()
H A Darith1.c2541 if (z == gen_1) retmkintmod(gen_0,gen_1); in gen_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.h54 #define retmkintmod(x,y)\ macro
167 mkintmod(GEN x, GEN y) { retmkintmod(x,y); } in mkintmod()
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex11583 \fun{GEN}{retmkintmod}{GEN x, GEN y}