Home
last modified time | relevance | path

Searched refs:mkvec2s (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/pari/pari-2.13.3/src/basemath/
H A Dellpadiclambdamu.c201 set_avma(av); return mkvec2s(L, muadd); in ellpadiclambdamu()
207 set_avma(av); retmkvec2(mkvec2s(Lp, Lm), zerovec(2)); in ellpadiclambdamu()
H A Dbnflog.c468 set_avma(av); return mkvec2s(e,f); in bnflogef()
H A Dbuch4.c425 t = famat_makecoprime(nf, mkvec2(a,b), mkvec2s(vb, -va), in nfhilbertp()
H A Dgen2.c139 case t_VEC: return mkvec2s(1, L); in matsize()
140 case t_COL: return mkvec2s(L, 1); in matsize()
141 case t_MAT: return mkvec2s(L? nbrows(x): 0, L); in matsize()
H A Dkummer.c1323 for (i=1; i<lg(mult); i++) gel(xbounds,i) = mkvec2s(0,mult[i]); in vecsmall_balance()
H A Dmftrace.c5706 : mkvec2s(d,dvh+dwh); in merge_dims()
5740 gel(z,j++) = mkvec2s(d, dih); in mfwt1cuspdimall()
5802 gel(z,c++) = mkvec2s(S, dihnew); in mfwt1newdimall()
5822 gel(z,j++) = mkvec2s(d,d?-1:0); in mfwt1olddimall()
8425 gel(D, j++) = mkvec2s(d, 0); in mfwtkdims()
10791 if (C[i]) gel(mres,c++) = mkvec2s(T[i], C[i]); in mfkohnenbijection_i()
11080 case 2: v=mkvec2s(1,-20); d=utoipos(120); break; in mfEH()
11081 case 3: v=mkvec2s(-1,14); d=utoipos(252); break; in mfEH()
H A Dalglin2.c1669 set_avma(av); return mkvec2s(sp, sn); in gaussred()
H A Dbase1.c1667 gel(nf,2) = mkvec2s(S->r1, (n - S->r1)>>1); in nfmaxord_to_nf()
H A Dgalconj.c3440 set_avma(av); return mkvec2s(card, idx); in galoisidentify()
H A Delliptic.c6767 return mkvec2s(2, 2); in ellgroup_m()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dbase5.c140 gel(s,j) = mkvec2s(r1j, (n-r1j)>>1);
146 gel(s,j) = mkvec2s(0, n);
H A Dgen2.c97 case t_VEC: return mkvec2s(1, L); in matsize()
98 case t_COL: return mkvec2s(L, 1); in matsize()
99 case t_MAT: return mkvec2s(L? lg(x[1])-1: 0, L); in matsize()
H A Dbase1.c1165 get_sign(long r1, long n) { return mkvec2s(r1, (n-r1)>>1); } in get_sign()
H A Dgalconj.c3255 avma = ltop; return mkvec2s(card, idx); in galoisidentify()
H A Dalglin2.c906 avma = av; return mkvec2s(sp, sn); in sqred2()
/dports/math/p5-Math-Pari/pari-2.3.5/src/kernel/none/
H A Dlevel1.h37 GEN mkvec2s(long x, long y);
496 mkvec2s(long x, long y) { in mkvec2s() function
/dports/math/p5-Math-Pari/pari-2.3.5/src/modules/
H A Daprcl.c920 _res(long a, long b) { return b? mkvec2s(a, b): mkvecs(a); } in _res()
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Dinit.c741 return mkvec2s(T.n, T.l + BL_HEAD * T.n); in getheap()
/dports/math/pari/pari-2.13.3/src/language/
H A Dinit.c561 traverseheap(&f_getheap, &T); return mkvec2s(T.n, T.l); in getheap()
H A Des.c4675 pari_histtime(long p) { return mkvec2s(history(p)->t, history(p)->r); } in pari_histtime()
/dports/math/p5-Math-Pari/pari-2.3.5/src/graph/
H A Dplotport.c290 return mkvec2s((long)RXcursor(e), (long)RYcursor(e)); in rectcursor()
/dports/math/pari/pari-2.13.3/src/graph/
H A Dplotport.c255 return mkvec2s((long)RXcursor(e), (long)RYcursor(e)); in plotcursor()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h255 mkvec2s(long x, long y) { retmkvec2(stoi(x),stoi(y)); } in mkvec2s() function
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dusersch5.tex2630 \fun{GEN}{mkvec2s}{long x, long y} creates a 2-dimensional \typ{VEC}
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd4987 GEN mkvec2s(long x, long y)

12