Home
last modified time | relevance | path

Searched refs:vlen (Results 251 – 275 of 9682) sorted by relevance

1...<<11121314151617181920>>...388

/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_matrix.h241 int64_t vlen ; // length of each sparse vector variable
475 int64_t vlen = A->vlen ; variable
480 int64_t pA_start = k * vlen ;
481 int64_t pA_end = (k+1) * vlen ;
491 int64_t vlen = A->vlen ; variable
496 int64_t pA_start = k * vlen ;
497 int64_t pA_end = (k+1) * vlen ;
540 int64_t vlen = A->vlen ; variable
545 int64_t pA_start = GBP (Ap, k, vlen) ;
546 int64_t pA_end = GBP (Ap, k+1, vlen) ;
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_matrix.h241 int64_t vlen ; // length of each sparse vector variable
475 int64_t vlen = A->vlen ; variable
480 int64_t pA_start = k * vlen ;
481 int64_t pA_end = (k+1) * vlen ;
491 int64_t vlen = A->vlen ; variable
496 int64_t pA_start = k * vlen ;
497 int64_t pA_end = (k+1) * vlen ;
540 int64_t vlen = A->vlen ; variable
545 int64_t pA_start = GBP (Ap, k, vlen) ;
546 int64_t pA_end = GBP (Ap, k+1, vlen) ;
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Source/Template/
H A DGB_matrix.h241 int64_t vlen ; // length of each sparse vector variable
475 int64_t vlen = A->vlen ; variable
480 int64_t pA_start = k * vlen ;
481 int64_t pA_end = (k+1) * vlen ;
491 int64_t vlen = A->vlen ; variable
496 int64_t pA_start = k * vlen ;
497 int64_t pA_end = (k+1) * vlen ;
540 int64_t vlen = A->vlen ; variable
545 int64_t pA_start = GBP (Ap, k, vlen) ;
546 int64_t pA_end = GBP (Ap, k+1, vlen) ;
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cphf/
H A Dcphf_solve4.F43 integer vlen, nvirt, nmos(2), nbf_vecs, nsets
141 vlen = nalpha*(nmo-nalpha) + nbeta*(nmo-nbeta)
144 vlen = nclosed*(nopen+nvirt) + nopen*nvirt
159 if (vlen .ne. ncol)
165 if(.not.ga_create(mt_dbl,vlen,1,'cphf_solve: rhs2',
197 if(.not.ga_create(mt_dbl,vlen,1,'cphf_solve: grad',
277 & g_grad2,1,vlen,1,1)
279 if(.not.ga_iter_lsolve(vlen, max_precond_iter,
284 call ga_copy_patch('N',g_work2,1,vlen,1,1,
290 & g_grad2,1,vlen,1,1)
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cphf/
H A Dcphf_solve4.F43 integer vlen, nvirt, nmos(2), nbf_vecs, nsets
141 vlen = nalpha*(nmo-nalpha) + nbeta*(nmo-nbeta)
144 vlen = nclosed*(nopen+nvirt) + nopen*nvirt
159 if (vlen .ne. ncol)
165 if(.not.ga_create(mt_dbl,vlen,1,'cphf_solve: rhs2',
197 if(.not.ga_create(mt_dbl,vlen,1,'cphf_solve: grad',
277 & g_grad2,1,vlen,1,1)
279 if(.not.ga_iter_lsolve(vlen, max_precond_iter,
284 call ga_copy_patch('N',g_work2,1,vlen,1,1,
290 & g_grad2,1,vlen,1,1)
[all …]
/dports/devel/isa-l/isa-l-2.30.0/erasure_code/ppc64le/
H A Dgf_3vect_dot_prod_vsx.c3 void gf_3vect_dot_prod_vsx(int len, int vlen, unsigned char *gftbls, in gf_3vect_dot_prod_vsx() argument
13 if (vlen < 128) { in gf_3vect_dot_prod_vsx()
18 for (j = 1; j < vlen; j++) { in gf_3vect_dot_prod_vsx()
19 gf_3vect_mad_vsx(len, vlen, j, gftbls, src[j], dest); in gf_3vect_dot_prod_vsx()
30 gf_vect_dot_prod_base(head, vlen, &gftbls[0 * 32 * vlen], src, t0); in gf_3vect_dot_prod_vsx()
31 gf_vect_dot_prod_base(head, vlen, &gftbls[1 * 32 * vlen], src, t1); in gf_3vect_dot_prod_vsx()
32 gf_vect_dot_prod_base(head, vlen, &gftbls[2 * 32 * vlen], src, t2); in gf_3vect_dot_prod_vsx()
50 unsigned char *g0 = &gftbls[0 * 32 * vlen]; in gf_3vect_dot_prod_vsx()
51 unsigned char *g1 = &gftbls[1 * 32 * vlen]; in gf_3vect_dot_prod_vsx()
52 unsigned char *g2 = &gftbls[2 * 32 * vlen]; in gf_3vect_dot_prod_vsx()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dbin_statistics_f_impl.cc34 bin_statistics_f::sptr bin_statistics_f::make(unsigned int vlen, in make() argument
44 bin_statistics_f_impl::bin_statistics_f_impl(unsigned int vlen, in bin_statistics_f_impl() argument
50 io_signature::make(1, 1, sizeof(float) * vlen), in bin_statistics_f_impl()
52 d_vlen(vlen), in bin_statistics_f_impl()
59 d_max(vlen) in bin_statistics_f_impl()
93 size_t vlen = d_max.size(); in work() local
116 accrue_stats(&input[n * vlen]); in work()
140 for (size_t i = 0; i < vlen(); i++) { in reset_stats()
147 for (size_t i = 0; i < vlen(); i++) { in accrue_stats()
158 message::sptr msg = message::make(0, center_freq(), vlen(), vlen() * sizeof(float)); in send_stats()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/include/
H A Dldif.h53 #define LDIF_SIZE_NEEDED(nlen,vlen) LDIF_SIZE_NEEDED_WRAP(nlen, vlen, 0) argument
55 #define LDIF_SIZE_NEEDED_WRAP(nlen,vlen,wrap) \ argument
56 ((nlen) + 4 + LDIF_BASE64_LEN(vlen) \
57 + ((wrap) == 0 ? ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / ( LDIF_LINE_WIDTH-1 ) * 2 ) : \
65 ber_len_t *vlen ));
81 ber_len_t *vlen ));
138 ber_len_t vlen ));
146 ber_len_t vlen,
154 ber_len_t vlen ));
161 ber_len_t vlen,
[all …]
/dports/net/openldap25-server/openldap-2.5.9/include/
H A Dldif.h53 #define LDIF_SIZE_NEEDED(nlen,vlen) LDIF_SIZE_NEEDED_WRAP(nlen, vlen, 0) argument
55 #define LDIF_SIZE_NEEDED_WRAP(nlen,vlen,wrap) \ argument
56 ((nlen) + 4 + LDIF_BASE64_LEN(vlen) \
57 + ((wrap) == 0 ? ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / ( LDIF_LINE_WIDTH-1 ) * 2 ) : \
65 ber_len_t *vlen ));
81 ber_len_t *vlen ));
138 ber_len_t vlen ));
146 ber_len_t vlen,
154 ber_len_t vlen ));
161 ber_len_t vlen,
[all …]
/dports/net/openldap26-client/openldap-2.6.0/include/
H A Dldif.h53 #define LDIF_SIZE_NEEDED(nlen,vlen) LDIF_SIZE_NEEDED_WRAP(nlen, vlen, 0) argument
55 #define LDIF_SIZE_NEEDED_WRAP(nlen,vlen,wrap) \ argument
56 ((nlen) + 4 + LDIF_BASE64_LEN(vlen) \
57 + ((wrap) == 0 ? ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / ( LDIF_LINE_WIDTH-1 ) * 2 ) : \
65 ber_len_t *vlen ));
81 ber_len_t *vlen ));
138 ber_len_t vlen ));
146 ber_len_t vlen,
154 ber_len_t vlen ));
161 ber_len_t vlen,
[all …]
/dports/net/openldap26-server/openldap-2.6.0/include/
H A Dldif.h53 #define LDIF_SIZE_NEEDED(nlen,vlen) LDIF_SIZE_NEEDED_WRAP(nlen, vlen, 0) argument
55 #define LDIF_SIZE_NEEDED_WRAP(nlen,vlen,wrap) \ argument
56 ((nlen) + 4 + LDIF_BASE64_LEN(vlen) \
57 + ((wrap) == 0 ? ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / ( LDIF_LINE_WIDTH-1 ) * 2 ) : \
65 ber_len_t *vlen ));
81 ber_len_t *vlen ));
138 ber_len_t vlen ));
146 ber_len_t vlen,
154 ber_len_t vlen ));
161 ber_len_t vlen,
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/grc/
H A Dblocks_nlog10_ff.block.yml10 hide: ${ 'part' if vlen == 1 else 'none' }
15 - id: vlen
19 hide: ${ 'part' if vlen == 1 else 'none' }
24 vlen: ${ vlen }
29 vlen: ${ vlen }
32 - ${ vlen >= 1 }
36 make: blocks.nlog10_ff(${n}, ${vlen}, ${k})
41 make: 'this->${id} = blocks::nlog10_ff::make(${n}, ${vlen}, ${k});'
H A Dblocks_complex_to_mag.block.yml6 - id: vlen
10 hide: ${ 'part' if vlen == 1 else 'none' }
15 vlen: ${ vlen }
20 vlen: ${ vlen }
23 - ${ vlen > 0 }
27 make: blocks.complex_to_mag(${vlen})
32 make: 'this->${id} = blocks::complex_to_mag::make(${vlen});'
H A Dblocks_complex_to_arg.block.yml6 - id: vlen
10 hide: ${ 'part' if vlen == 1 else 'none' }
15 vlen: ${ vlen }
20 vlen: ${ vlen }
23 - ${ vlen > 0 }
27 make: blocks.complex_to_arg(${vlen})
32 make: 'this->${id} = blocks::complex_to_arg::make(${vlen});'
H A Dblocks_complex_to_imag.block.yml6 - id: vlen
10 hide: ${ 'part' if vlen == 1 else 'none' }
15 vlen: ${ vlen }
20 vlen: ${ vlen }
23 - ${ vlen > 0 }
27 make: blocks.complex_to_imag(${vlen})
32 make: 'this->${id} = blocks::complex_to_imag::make(${vlen});'
H A Dblocks_complex_to_mag_squared.block.yml6 - id: vlen
10 hide: ${ 'part' if vlen == 1 else 'none' }
15 vlen: ${ vlen }
20 vlen: ${ vlen }
23 - ${ vlen > 0 }
27 make: blocks.complex_to_mag_squared(${vlen})
32 make: 'this->${id} = blocks::complex_to_mag_squared::make(${vlen});'
H A Dblocks_complex_to_real.block.yml6 - id: vlen
10 hide: ${ 'part' if vlen == 1 else 'none' }
15 vlen: ${ vlen }
21 vlen: ${ vlen }
24 - ${ vlen > 0 }
28 make: blocks.complex_to_real(${vlen})
33 make: 'this->${id} = blocks::complex_to_real::make(${vlen});'
/dports/databases/redis6/redis-6.0.16/src/
H A Dzipmap.c171 l = klen+vlen+3; in zipmapRequiredLength()
173 if (vlen >= ZIPMAP_BIGLEN) l += 4; in zipmapRequiredLength()
273 p += zipmapEncodeLength(p,vlen); in zipmapSet()
275 memcpy(p,val,vlen); in zipmapSet()
339 *vlen = zipmapDecodeLength(p); in zipmapGet()
437 unsigned int vlen, i; in zipmapTest() local
443 vlen, vlen, value); in zipmapTest()
450 unsigned int vlen; in zipmapTest() local
454 vlen, vlen, value); in zipmapTest()
461 unsigned int klen, vlen; in zipmapTest() local
[all …]
/dports/databases/redis5/redis-5.0.14/src/
H A Dzipmap.c171 l = klen+vlen+3; in zipmapRequiredLength()
173 if (vlen >= ZIPMAP_BIGLEN) l += 4; in zipmapRequiredLength()
273 p += zipmapEncodeLength(p,vlen); in zipmapSet()
275 memcpy(p,val,vlen); in zipmapSet()
339 *vlen = zipmapDecodeLength(p); in zipmapGet()
437 unsigned int vlen, i; in zipmapTest() local
443 vlen, vlen, value); in zipmapTest()
450 unsigned int vlen; in zipmapTest() local
454 vlen, vlen, value); in zipmapTest()
461 unsigned int klen, vlen; in zipmapTest() local
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/rnn/
H A Djit_uni_gru_cell_postgemm_1_fwd.hpp59 static constexpr size_t vlen = cpu_isa_traits<isa>::vlen; member
123 + j * vlen]; in generate()
134 init_regs(weights_scales, vlen); in generate()
148 if (loop_len >= vlen) { in generate()
173 vlen); in generate()
176 vlen); in generate()
206 src_data_t, vlen); in generate()
230 sub(loop_cnt, vlen * loop_ur); in generate()
231 cmp(loop_cnt, vlen * loop_ur); in generate()
237 if (loop_len % vlen != 0) { in generate()
[all …]
/dports/mail/abook/abook-0.6.1/
H A Dldif.c34 #define LDIF_BASE64_LEN(vlen) (((vlen) * 4 / 3 ) + 3) argument
36 #define LDIF_SIZE_NEEDED(tlen,vlen) \ argument
37 ((tlen) + 4 + LDIF_BASE64_LEN(vlen) \
135 for(p = s, *vlen = 0; p < stop; p += 4, *vlen += 3) { in str_parse_line()
156 *vlen += 1; in str_parse_line()
164 *vlen += 2; in str_parse_line()
172 s[*vlen] = '\0'; in str_parse_line()
174 *vlen = (int) (d - s); in str_parse_line()
245 stop = (unsigned char *) (val + vlen); in put_type_and_value()
334 t = LDIF_SIZE_NEEDED(tlen, vlen); in ldif_type_and_value()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_935.cc50 testit (const int klen, const int vlen, const int n, const int lastvlen) { in testit() argument
51 if (verbose) printf("testit %d %d %d %d\n", klen, vlen, n, lastvlen); in testit()
78 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
85 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
99 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
103 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
122 const int vlen = 4096; in test_main() local
124 const int leafentrysize = leafoverhead+klen+vlen; in test_main()
128 testit(klen, vlen, n, lastvlen-1); in test_main()
129 testit(klen, vlen, n, lastvlen-0); in test_main()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_935.cc50 testit (const int klen, const int vlen, const int n, const int lastvlen) { in testit() argument
51 if (verbose) printf("testit %d %d %d %d\n", klen, vlen, n, lastvlen); in testit()
78 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
85 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
99 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
103 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
122 const int vlen = 4096; in test_main() local
124 const int leafentrysize = leafoverhead+klen+vlen; in test_main()
128 testit(klen, vlen, n, lastvlen-1); in test_main()
129 testit(klen, vlen, n, lastvlen-0); in test_main()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_935.cc50 testit (const int klen, const int vlen, const int n, const int lastvlen) { in testit() argument
51 if (verbose) printf("testit %d %d %d %d\n", klen, vlen, n, lastvlen); in testit()
78 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
85 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
99 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
103 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
122 const int vlen = 4096; in test_main() local
124 const int leafentrysize = leafoverhead+klen+vlen; in test_main()
128 testit(klen, vlen, n, lastvlen-1); in test_main()
129 testit(klen, vlen, n, lastvlen-0); in test_main()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_935.cc50 testit (const int klen, const int vlen, const int n, const int lastvlen) { in testit() argument
51 if (verbose) printf("testit %d %d %d %d\n", klen, vlen, n, lastvlen); in testit()
78 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
85 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
99 void *v = toku_malloc(vlen); assert(v); memset(v, 0, vlen); in testit()
103 r = db->put(db, txn, dbt_init(&key, &k, sizeof k), dbt_init(&val, v, vlen), 0); in testit()
122 const int vlen = 4096; in test_main() local
124 const int leafentrysize = leafoverhead+klen+vlen; in test_main()
128 testit(klen, vlen, n, lastvlen-1); in test_main()
129 testit(klen, vlen, n, lastvlen-0); in test_main()
[all …]

1...<<11121314151617181920>>...388