Home
last modified time | relevance | path

Searched refs:arithprogset (Results 1 – 2 of 2) sorted by relevance

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dalglin3.c780 arithprogset(GEN B, GEN A, long r, long m) in arithprogset() function
797 if (r <= m) arithprogset(L, D, r, m); in gen_parapply_slice()
/dports/math/pari/pari-2.13.3/src/language/
H A Deval.c1788 arithprogset(GEN B, GEN a, GEN b, long m) in arithprogset() function
1825 if (r <= m) { arithprogset(L, icopy(a), b, m); a = incloop(a); } in parsum()