Home
last modified time | relevance | path

Searched refs:shifti (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/devel/ga/ga-5.8/global/testing/
H A Dperf.F212 shifti(1) = rows
229 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
257 shifti(3) = rows
272 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
316 call ga_put(g_a, ilo+shifti(indx), ihi+shifti(indx),
490 shifti(2) = 0
509 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
539 shifti(2) = 0
558 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
589 shifti(2) = 0
[all …]
H A Dmir_perf2.F209 call ga_acc(g_a, ilo+shifti, ihi+shifti,
235 shifti = 2*rows
249 call ga_get(g_a, ilo+shifti, ihi+shifti,
276 shifti = 2*rows
290 call ga_put(g_a, ilo+shifti, ihi+shifti,
450 shifti(2) = 0
469 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
499 shifti(2) = 0
518 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
549 shifti(2) = 0
[all …]
H A Dmir_perf1.F206 shifti = rows
220 call ga_acc(g_a, ilo+shifti, ihi+shifti,
246 shifti = rows
260 call ga_get(g_a, ilo+shifti, ihi+shifti,
287 shifti = rows
301 call ga_put(g_a, ilo+shifti, ihi+shifti,
461 shifti(2) = 0
480 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
510 shifti(2) = 0
529 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
[all …]
H A Dperfmod.F190 shifti(1) = rows
191 shifti(2) = 0
192 shifti(3) = rows
210 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
239 shifti(1) = rows
240 shifti(2) = 0
241 shifti(3) = rows
259 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
289 shifti(1) = rows
290 shifti(2) = 0
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_perf_test.F201 shifti(1) = rows
218 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
246 shifti(3) = rows
261 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
305 call ga_put(g_a, ilo+shifti(indx), ihi+shifti(indx),
466 shifti(2) = 0
485 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
515 shifti(2) = 0
534 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
565 shifti(2) = 0
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_perf_test.F201 shifti(1) = rows
218 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
246 shifti(3) = rows
261 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
305 call ga_put(g_a, ilo+shifti(indx), ihi+shifti(indx),
466 shifti(2) = 0
485 call ga_acc(g_a, ilo+shifti(indx), ihi+shifti(indx),
515 shifti(2) = 0
534 call ga_get(g_a, ilo+shifti(indx), ihi+shifti(indx),
565 shifti(2) = 0
[all …]
/dports/math/pari/pari-2.13.3/src/kernel/gmp/
H A Dgcd.c51 v = vali(a); a = shifti(a,-v); setabssign(a); in gcdii()
52 w = vali(b); b = shifti(b,-w); setabssign(b); in gcdii()
56 case 0: set_avma(av); a=shifti(a,v); return a; in gcdii()
72 return shifti(res,v); in gcdii()
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dgcd.c92 v = vali(a); a = shifti(a,-v); setabssign(a); in gcdii_basecase()
93 w = vali(b); b = shifti(b,-w); setabssign(b); in gcdii_basecase()
97 case 0: set_avma(av); a = shifti(a,v); return a; in gcdii_basecase()
116 case 0: set_avma(av); b = shifti(b,v); return b; in gcdii_basecase()
122 set_avma(av); return shifti(r,v); in gcdii_basecase()
H A Dhalfgcd.c78 { return expi(subiu(shifti(a,1),1)); } in uexpi()
142 *ap = addii(*ap, shifti(addii(a0, gcoeff(Q,2,2)), m)); in FIXUP1()
143 *bp = addii(*bp, shifti(subii(b0, gcoeff(Q,2,1)), m)); in FIXUP1()
159 *ap = addii(*ap, shifti(subii(a0, gcoeff(Q,2,2)), m)); in FIXUP1()
160 *bp = addii(*bp, shifti(addii(b0, gcoeff(Q,2,1)), m)); in FIXUP1()
214 a0 = addiu(shifti(a, -m), 1); in HGCD_split()
220 b0 = shifti(b,-m); in HGCD_split()
227 if (cmpiu(shifti(c,-m),6) <= 0) in HGCD_split()
234 c0 = addiu(shifti(c, -k), 1); if (cmpiu(c0,8)<0) pari_err_BUG("halfgcd"); in HGCD_split()
235 d0 = shifti(d, -k); in HGCD_split()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dqfsolve.c67 K = FpM_center(FpM_ker(M, p), p, shifti(p,-1)); in kermodp()
190 return qfb(D,a,shifti(b,1),c); in qfbreduce()
383 f = diviiround(negi(a), shifti(c,1)); in qflllgram_indefgoon2()
389 f = diviiround(negi(shifti(a,-1)), c); in qflllgram_indefgoon2()
624 return qfb(D, a, shifti(b,1), shifti(c,1)); in qfbsqrt()
626 return qfb(D, c, shifti(negi(b),1), shifti(a,1)); in qfbsqrt()
659 D = shifti(D,2); in quadclass2()
977 if (n >= 5) dQ = shifti(dQ,3); in qfsolve_i()
1075 a = shifti(gcoeff(G1,1,2),1); in qfparam()
1076 b = shifti(negi(gcoeff(G1,1,3)),1); in qfparam()
[all …]
H A DQfb.c58 *c = shifti(D,-2); togglesign(*c); in quadpoly_bc()
152 gel(z,2) = addii(gel(x,2), shifti(p1,1)); in qfb_sqr()
162 n = shifti(subii(gel(y,2),gel(x,2)), -1); in qfb_comp()
665 z = shifti(subii(b, gel(q,2)), -1); in redimagsl2()
828 u = shifti(c,1); in rho_get_BC()
1063 gel(z,4) = shifti(gel(x,4),1); in qfr5_comp()
1177 c = shifti(subsi(s,x), -3); in primeform_u()
1266 N2 = shifti(N,1); in normforms()
1271 GEN b = shifti(gel(B,i), 1), c, C; in normforms()
1647 px4 = shifti(p,2); in cornacchia2()
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A DQfb.c55 p1 = shifti(x,-2); togglesign(p1); in Zquadpoly()
159 gel(z,2) = addii(gel(x,2), shifti(p1,1)); in qfb_sqr()
169 s = shifti(addii(gel(x,2),gel(y,2)), -1); in qfb_comp()
300 gel(y,3) = shifti(D,-2); in qfi_unit_by_disc()
511 l = sqrti(shifti(sqrti(gel(y,3)),1)); in nupow()
572 z = shifti(subii(b, gel(q,2)), -1); in redimagsl2()
888 gel(z,4) = shifti(gel(x,4),1); in qfr5_comp()
997 c = shifti(subsi(s,x), -3); in primeform_u()
1162 r = subii(mulii(shifti(q, 1), ac), b); in redrealsl2step()
1293 px4 = shifti(p,2); in cornacchia2()
[all …]
/dports/math/arpack-ng/arpack-ng-3.8.0/SRC/
H A Dsngets.f96 & shiftr, shifti )
118 & shiftr(1), shifti(1)
H A Ddngets.f96 & shiftr, shifti )
118 & shiftr(1), shifti(1)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/arpack/src_f77/
H A Ddngets.f96 & shiftr, shifti ) argument
118 & shiftr(1), shifti(1) local
H A Dsngets.f96 & shiftr, shifti ) argument
118 & shiftr(1), shifti(1) local
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/
H A Ddngets.f96 & shiftr, shifti ) argument
118 & shiftr(1), shifti(1) local
H A Dsngets.f96 & shiftr, shifti ) argument
118 & shiftr(1), shifti(1) local
/dports/math/R-cran-igraph/igraph/src/
H A Ddngets.f96 & bounds, shiftr, shifti )
118 & shiftr(1), shifti(1)
/dports/math/algae/algae-4.3.6/arpack/
H A Ddngets.f96 & shiftr, shifti )
118 & shiftr(1), shifti(1)
/dports/science/elmerfem/elmerfem-release-9.0/mathlibs/src/arpack/
H A Ddngets.f96 & shiftr, shifti )
118 & shiftr(1), shifti(1)
H A Dsngets.f96 & shiftr, shifti )
118 & shiftr(1), shifti(1)
/dports/science/getdp/getdp-3.4.0-source/contrib/Arpack/
H A Ddngets.f96 & shiftr, shifti )
118 & shiftr(1), shifti(1)
H A Dsngets.f96 & shiftr, shifti )
118 & shiftr(1), shifti(1)
/dports/math/arpack-ng/arpack-ng-3.8.0/PARPACK/SRC/MPI/
H A Dpdngets.f104 & bounds, shiftr, shifti )
132 & shiftr(1), shifti(1)

123456789