Home
last modified time | relevance | path

Searched refs:pdj (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/devel/ga/ga-5.8/global/testing/
H A Dsprsmatvec.c204 jp = i%pdj; in create_laplace_mat()
205 kp = (i-jp)/pdj; in create_laplace_mat()
215 if (jp < pdj-1) { in create_laplace_mat()
248 yld = (int*)malloc(pdj*sizeof(int)); in create_laplace_mat()
249 for (i=0; i<pdj; i++) { in create_laplace_mat()
250 if (i<pdj-1) { in create_laplace_mat()
792 int pdi, pdj, pdk, ip, jp, kp, ncells; in main() local
889 printf(" PDY: %d\n",pdj); in main()
935 jp = i%pdj; in main()
936 kp = (i-jp)/pdj; in main()
[all …]
/dports/science/siconos/siconos-4.4.0/externals/netlib/odepack/test/
H A DDLSODES-test.f194 subroutine jdem (neq, t, y, j, ia, ja, pdj) argument
196 double precision t, y, pdj local
197 dimension y(neq), ia(*), ja(*), pdj(neq)
201 pdj(j) = -4.0d0
202 if (m .ne. 1) pdj(j-igrid) = 1.0d0
203 if (l .ne. 1) pdj(j-1) = 1.0d0
204 if (l .ne. igrid) pdj(j+1) = 1.0d0
H A DDLSODIS-test.f302 subroutine jacsp (n, t, y, s, j, ip, jp, pdj) argument
309 double precision t, y(n), s(n), pdj(n), r4d, eodsq, two, diag, r2d local
320 pdj(jm1) = -r2d*y(j) + eodsq
321 pdj(j) = diag
322 pdj(jp1) = r2d*y(j) + eodsq
/dports/sysutils/helmfile/vault-f6547fa8e820/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/security/vault/vault-1.8.2/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vault/
H A Dacl.go539 pdi, pdj := wcPathDescrs[i], wcPathDescrs[j]
543 if pdi.firstWCOrGlob < pdj.firstWCOrGlob {
545 } else if pdi.firstWCOrGlob > pdj.firstWCOrGlob {
550 if pdi.isPrefix && !pdj.isPrefix {
552 } else if !pdi.isPrefix && pdj.isPrefix {
557 if pdi.wildcards > pdj.wildcards {
559 } else if pdi.wildcards < pdj.wildcards {
564 if len(pdi.wcPath) < len(pdj.wcPath) {
566 } else if len(pdi.wcPath) > len(pdj.wcPath) {
571 if pdi.wcPath < pdj.wcPath {
[all …]
/dports/devel/ga/ga-5.8/gparrays/testing/
H A Dtranspose.c297 jp = i%pdj; in create_laplace_mat()
298 kp = (i-jp)/pdj; in create_laplace_mat()
308 if (jp < pdj-1) { in create_laplace_mat()
336 yld = (int*)malloc(pdj*sizeof(int)); in create_laplace_mat()
337 for (i=0; i<pdj; i++) { in create_laplace_mat()
338 if (i<pdj-1) { in create_laplace_mat()
953 int pdi, pdj, pdk, ip, jp, kp, ncells; in main() local
1068 printf(" PDY: %d\n",pdj); in main()
1110 jp = i%pdj; in main()
1111 kp = (i-jp)/pdj; in main()
[all …]
H A Dtestc.c120 *pdj = tj; in factor()
134 int pdi, pdj, pdk; in do_work() local
649 for (i=0; i<pdj; i++) { in do_work()
650 mapc[k] = (i*jdim)/pdj; in do_work()
658 blocks[1] = pdj; in do_work()
669 j = idx%pdj; in do_work()
670 i = (idx-j)/pdj; in do_work()
683 if (lo3[1] != (j*jdim)/pdj) { in do_work()
685 me, lo3[1], (j*jdim)/pdj); in do_work()
688 if (hi3[1] != ((j+1)*jdim)/pdj - 1) { in do_work()
[all …]
/dports/sysutils/goawk/goawk-1.9.2/testdata/output/
H A Dt.gsub493 (1)(8)(0)(1) pdj
94 (&)(&)(&)(&)(&)(&)(&)(&)(&)(&)(&)(&) pdj
H A Dt.set0a142 pdj
143 1 pdj
144 pdj
H A Dt.set0b142 pdj
143 pdj
144 pdj
H A Dt.printf48 %: pdj ... 1801 1801 pdj
/dports/devel/radare2/radare2-5.1.1/test/db/json/
H A Djson46 pdj
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Ddft.py177 pdj = d1.PixelSpacing[0]
196 m = ((pdi * cosi[0], pdj * cosj[0], pdk * cosk[0], pos_1[0]),
197 (pdi * cosi[1], pdj * cosj[1], pdk * cosk[1], pos_1[1]),
198 (pdi * cosi[2], pdj * cosj[2], pdk * cosk[2], pos_1[2]),
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/
H A Ddft.py166 pdj = d1.PixelSpacing[0]
185 m = ((pdi * cosi[0], pdj * cosj[0], pdk * cosk[0], pos_1[0]),
186 (pdi * cosi[1], pdj * cosj[1], pdk * cosk[1], pos_1[1]),
187 (pdi * cosi[2], pdj * cosj[2], pdk * cosk[2], pos_1[2]),
/dports/audio/din/din-52/src/
H A Deval.cc329 drone* pdj = selected_drones[j]; in connect_drones() local
330 drone& dj = *pdj; in connect_drones()
331 if (can_connect (pdi, pdj)) { in connect_drones()
332 double m = magnitude (pdi->cx, pdi->cy, pdj->cx, pdj->cy); in connect_drones()
333 di.connections.push_back (pdj); in connect_drones()
351 drone *pdi = 0, *pdj = 0; in connect_drones() local
354 pdj = selected_drones [j]; in connect_drones()
357 pdi->tracked_drone = pdj; in connect_drones()
/dports/devel/radare2/radare2-5.1.1/test/db/formats/elf/
H A Dcrash10 CMDS=e asm.pseudo=1; e asm.arch=x86; e asm.bits=64; wx 7299; pdj 1
/dports/x11/radare-cutter/r2cutter-0.1.1/docs/source/contributing/plugins/
H A Dgetting-started.rst135 instruction = cutter.cmdj("pdj 1")
154 In our case, we use the two commands ``pd`` (Print Disassembly) and ``pdj`` (Print Disassembly as J…
197 instruction = cutter.cmdj("pdj 1")
237 instruction = cutter.cmdj("pdj 1")

1234567