Home
last modified time | relevance | path

Searched refs:affsi (Results 1 – 24 of 24) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/
H A Dpariinl.h227 void affsi(long s, GEN x);
474 affsi(long s, GEN x)
698 affsi(hiremainder,t); mpaff(p1,z); avma=av;
707 affsi(hiremainder,t); mpaff(p1,z); avma=av;
716 affsi(hiremainder,t); mpaff(p1,z); avma=av;
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dlevel1.h1317 affsi(long s, GEN x) in affsi() function
1373 affsz(long x, GEN y) { if (typ(y)==t_INT) affsi(x,y); else affsr(x,y); } in affsz()
1411 { long junk; affsi(sdivsi_rem(x,y,&junk), z); } in divsiz()
1415 { affsi(x/y, z); } in divssz()
1418 { affsi(smodis(y,s),z); } in modisz()
1422 { affsi(smodss(s,y),z); } in modssz()
1477 affii(divss_rem(x,y, &r), z); set_avma(av); affsi(r,t); in dvmdssz()
1483 affii(divsi_rem(x,y, &r), z); set_avma(av); affsi(r,t); in dvmdsiz()
1489 affii(divis_rem(x,y, &r),z); set_avma(av); affsi(r,t); in dvmdisz()
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dlevel1.h54 void affsi(long s, GEN x);
559 affsi(long s, GEN x) in affsi() function
609 affsz(long x, GEN y) { if (typ(y)==t_INT) affsi(x,y); else affsr(x,y); } in affsz()
807 affsi(rem,t); in dvmdssz()
815 affsi(rem,t); in dvmdsiz()
879 affsi(sdivsi_rem(x,y,&junk), z); in divsiz()
883 divssz(long x, long y, GEN z) { affsi(x/y, z); } in divssz()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dsubgroup.c194 for (r=1; r<i; r++) affsi(0, H[i][c[r]]); in dogroup()
195 affsi(powlist[L[c[r]] - M[r]], H[r][c[r]]); in dogroup()
203 affsi(e, H[i][c[r]]); in dogroup()
H A Dgen2.c34 affsi(s,court_p); return f(court_p,y); in gopsg2()
1151 affsi(0,gel(x,4)); in padicaff0()
1162 case t_INT: affsi(s,x); break; in gaffsg()
1165 case t_FRAC: affsi(s,gel(x,1)); affsi(1,gel(x,2)); break; in gaffsg()
1327 affii(x,gel(y,1)); affsi(1,gel(y,2)); break; in gaffect()
H A Difactor1.c1798 y = cgeti(tf); affsi(2, y); in pollardbrent()
1799 x1= cgeti(tf); affsi(2, x1); in pollardbrent()
3286 affsi(itos(exponent) << 1, gel(*where,1)); in ifac_crack()
3319 affsi(exp1 * itos(exponent), gel(*where,1)); in ifac_crack()
3336 affsi(exp1 * itos(exponent), gel(*where,1)); in ifac_crack()
H A Drootpol.c623 affsi(e, r); in logmax_modulus()
H A Dbase4.c1796 affsi(e,court); return idealpow(nf,ideal,court); in idealpows()
H A Dgalconj.c1635 affsi(0, gel(ar,(n - 2) >> 1)); in a4galoisgen()
H A Dpolarit2.c4380 while (ind<=b) { affsi(u1,num); gel(y,ind++) = gdivgs(num,u2); } in newtonpoly()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dgen2.c2147 affsi(0,gel(x,4)); in padicaff0()
2156 case t_INT: affsi(s,x); break; in gaffsg()
2159 case t_FRAC: affsi(s,gel(x,1)); affsi(1,gel(x,2)); break; in gaffsg()
H A Dsubgroup.c197 for (k=j+1; k<n; k++) affsi(1, a[k]); in dogroup()
H A Difactor1.c2605 affsi(exp * itos(ex), EXPON(where)); in update_pow()
H A Drootpol.c438 affsi(e, r); in logmax_modulus()
H A Dellsea.c1544 for (i = 1; i < l; i++) affsi(v[i], gel(V,i)); in possible_traces()
H A Dbase4.c2321 affsi(e,court); return idealpow(nf,ideal,court); in idealpows()
H A Dtrans1.c953 affsi(n,N); return pow_polmod(x, N); in gpowgs()
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dusersch5.tex773 \fun{void}{affsi}{long s, GEN z} assigns the \kbd{long}~\kbd{s} into the
/dports/math/p5-Math-Pari/pari-2.3.5/
H A DCHANGES-2.2946 24- in affsi / affui (s, z) : do not check that lg(z) >= 3
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.2946 24- in affsi / affui (s, z) : do not check that lg(z) >= 3
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4342 void affsi(long s, GEN x)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd4502 void affsi(long s, GEN x)
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparidecl.h5402 INLINE void affsi(long s, GEN x);
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch5.tex2357 \fun{void}{affsi}{long s, GEN z} assigns the \kbd{long}~\kbd{s} into the
10895 GEN y = cgeti(3); affsi(s, y);