Home
last modified time | relevance | path

Searched refs:hiC (Results 1 – 23 of 23) sorted by relevance

/dports/devel/ga/ga-5.8/global/testing/
H A Dcache_test.c228 if (hiC[0] >= xdim) hiC[0] = xdim - 1; in main()
229 if (hiC[0] >= ydim) hiC[0] = ydim - 1; in main()
239 c_buf = (void*)malloc((hiC[0]-loC[0]+1)*(hiC[1]-loC[1]+1)*elemsize); in main()
240 a_buf = (void*)malloc((hiC[0]-loC[0]+1)*(hiC[1]-loC[1]+1)*elemsize); in main()
241 b_buf = (void*)malloc((hiC[0]-loC[0]+1)*(hiC[1]-loC[1]+1)*elemsize); in main()
243 test_buf = (hiC[0]-loC[0]+1)*(hiC[1]-loC[1]+1)*elemsize; in main()
244 size_c = (hiC[0]-loC[0]+1)*(hiC[1]-loC[1]+1); in main()
245 ldC = hiC[1]-loC[1]+1; in main()
258 hiA[0] = hiC[0]; in main()
268 sub_size = (hiC[0]-loC[0]-1)*(hiC[1]-loC[1]-1); in main()
[all …]
/dports/devel/ga/ga-5.8/global/src/
H A Dglobal.npatch.c2372 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_acc_patch_values()
2428 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_acc_patch_values()
2442 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_acc_patch_values()
2456 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_acc_patch_values()
2470 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_acc_patch_values()
2516 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_add_patch_values()
2575 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_add_patch_values()
2590 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_add_patch_values()
2605 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_add_patch_values()
2620 for(j=0; j<(hiC[0]-loC[0]+1); j++) in snga_add_patch_values()
[all …]
H A Delem_alg.c1884 pnga_distribution(g_c, me, loC, hiC);
1950 pnga_release (g_A, loC, hiC);
1951 pnga_release (g_B, loC, hiC);
1952 pnga_release_update(g_c, loC, hiC);
2036 pnga_release (g_A, loC, hiC);
2037 pnga_release (g_B, loC, hiC);
2038 pnga_release_update(g_c, loC, hiC);
2042 pnga_distribution(g_c, me, loC, hiC);
2054 pnga_release (g_A, loC, hiC);
2055 pnga_release (g_B, loC, hiC);
[all …]
H A Dmatmul.c374 pnga_distribution(g_c, me, loC, hiC);
375 istart = loC[0]-1; iend = hiC[0]-1;
376 jstart = loC[1]-1; jend = hiC[1]-1;
655 loC[0], loC[1], hiC[0], hiC[1]);
678 loC[1]-1, 0, hiC[0]-1, hiC[1]-1, k-1,
686 if( !((hiC[0]-loC[0]+1 <= Ichunk) &&(hiC[1]-loC[1]+1 <=Jchunk)
1307 Integer loC[2]={0,0}, hiC[2]={0,0}; local
1431 hiC[0] = cihi;
1432 hiC[1] = cjhi;
1460 Kchunk = hiC[1]-loC[1]+1;
[all …]
H A Dmatrix.c305 Integer loC[MAXDIM], hiC[MAXDIM], ldC[MAXDIM]; local
404 pnga_distribution (g_C, me, loC, hiC);
443 if (!pnga_comp_patch (cndim, loC, hiC, mndim, loM, hiM)) compatible = 1;
459 pnga_distribution (g_C, me, loC, hiC);
467 if (!pnga_comp_patch (mndim, loM, hiM, cndim, loC, hiC))
526 pnga_local_iterator_next(&hdl_c,loC,hiC,&C_ptr,ldC);
/dports/lang/nim/nim-1.6.2/tests/ccgbugs/
H A Dtuple_canon.nim32 hiA, hiB, hiC, hiD, hiE, hiF
89 echo "vidx ", $vidx(hg, 1, 2, hiC)
/dports/devel/ga/ga-5.8/comex/testing/
H A Dtest.c575 int loC[MAXDIMS], hiC[MAXDIMS]; variable
624 new_range(ndim, dimsA, loA, hiA, loC, hiC); in test_dim()
631 print_range("local", ndim, loC, hiC, "\n"); in test_dim()
656 …compare_patches(0., ndim, (double *)a + idx1, loA, hiA, dimsA, (double *)c + idx3, loC, hiC, dimsA… in test_dim()
1334 new_range(ndim, dimsA, loA, hiA, loC, hiC); in test_vector()
1341 print_range("local", ndim, loC, hiC, "\n"); in test_vector()
1432 …compare_patches(0., ndim, (double *)a + idx1, loA, hiA, dimsA, (double *)c + idx3, loC, hiC, dimsA… in test_vector()
/dports/devel/ga/ga-5.8/armci/testing/
H A Dtest.c433 int loC[MAXDIMS], hiC[MAXDIMS]; variable
482 new_range(ndim, dimsA, loA, hiA, loC, hiC); in test_dim()
489 print_range("local", ndim, loC, hiC, "\n"); in test_dim()
514 …compare_patches(0., ndim, (double *)a + idx1, loA, hiA, dimsA, (double *)c + idx3, loC, hiC, dimsA… in test_dim()
1088 new_range(ndim, dimsA, loA, hiA, loC, hiC); in test_vector()
1095 print_range("local", ndim, loC, hiC, "\n"); in test_vector()
1186 …compare_patches(0., ndim, (double *)a + idx1, loA, hiA, dimsA, (double *)c + idx3, loC, hiC, dimsA… in test_vector()
H A Dtest2.c182 int loC[MAXDIMS], hiC[MAXDIMS]; variable
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dmatrix.spad207 -- hiR := loR + nrows(mat) - 1; hiC := loC + nrows(mat) - 1
209 -- for j in loC..hiC for l in minc(mat)..maxc(mat) repeat
211 -- loR := hiR + 1; loC := hiC + 1
H A Dmatcat.spad436 hiR := loR + nrows(mat) - 1; hiC := loC + nrows(mat) - 1
438 for j in loC..hiC for l in minc(mat)..maxc(mat) repeat
440 loR := hiR + 1; loC := hiC + 1
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DMATCAT-.lsp633 (|k| NIL) (|hiC| #5=(|Integer|)) (|hiR| #5#) (#6=#:G633 NIL)
651 (LETT |hiC| (- (+ |loC| (ANROWS |mat|)) 1))
660 (LETT |j| |loC|) (LETT #1# |hiC|) G190
675 (EXIT (LETT |loC| (+ |hiC| 1))))
1034 (|k| NIL) (|hiC| #5=(|Integer|)) (|hiR| #5#) (#6=#:G757 NIL)
1057 (LETT |hiC|
1067 (LETT |j| |loC|) (LETT #1# |hiC|) G190
1080 (LETT |loR| (+ |hiR| 1)) (EXIT (LETT |loC| (+ |hiC| 1))))
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls/testdata/
H A DServer-TLSv13-ECDHE-ECDSA-AES3 00000010 21 64 ac d2 9b 5e 0f 96 68 69 43 1c ba fe dd 70 |!d...^..hiC....p|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-15/testdata/
H A DServer-TLSv13-ECDHE-ECDSA-AES3 00000010 21 64 ac d2 9b 5e 0f 96 68 69 43 1c ba fe dd 70 |!d...^..hiC....p|
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Ddvi-fax10 id <m0pOtr1-0000hiC@greenie.muc.de>; Tue, 25 Jan 94 20:55 MET
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/marten-seemann/qtls-go1-15/testdata/
H A DServer-TLSv13-ECDHE-ECDSA-AES3 00000010 21 64 ac d2 9b 5e 0f 96 68 69 43 1c ba fe dd 70 |!d...^..hiC....p|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/marten-seemann/qtls-go1-15/testdata/
H A DServer-TLSv13-ECDHE-ECDSA-AES3 00000010 21 64 ac d2 9b 5e 0f 96 68 69 43 1c ba fe dd 70 |!d...^..hiC....p|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/marten-seemann/qtls/testdata/
H A DServer-TLSv13-ECDHE-ECDSA-AES3 00000010 21 64 ac d2 9b 5e 0f 96 68 69 43 1c ba fe dd 70 |!d...^..hiC....p|
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/marten-seemann/qtls-go1-15/testdata/
H A DServer-TLSv13-ECDHE-ECDSA-AES3 00000010 21 64 ac d2 9b 5e 0f 96 68 69 43 1c ba fe dd 70 |!d...^..hiC....p|
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DunitTest.cpp1245 #define hiC 1 in mainTest() macro
1253 for (int iC = loC; iC < hiC; iC++) { in mainTest()
1367 for (int iC = 0; iC < hiC; iC++) { in mainTest()
/dports/www/py-tuir/tuir-1.29.0/tests/cassettes/
H A Dtest_subreddit_draw_header.yaml3628 N/9hiC+Sf8Vq0i6ORHKUq2Pzb3gGv09YNxccTsMfJOrT3IAuiD1nAYyYq+wxtrhVKloX1TRk1Yrt
/dports/biology/bbmap/bbmap/resources/
H A Dblacklist_refseq_merged.sketch13124 n=hiC`
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt656771 hiC