Home
last modified time | relevance | path

Searched refs:vects (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/isa-l/isa-l-2.30.0/include/
H A Draid.h64 int xor_gen(int vects, int len, void **array);
81 int xor_check(int vects, int len, void **array);
101 int pq_gen(int vects, int len, void **array);
119 int pq_check(int vects, int len, void **array);
139 int xor_gen_sse(int vects, int len, void **array);
155 int xor_gen_avx(int vects, int len, void **array);
188 int pq_gen_sse(int vects, int len, void **array);
206 int pq_gen_avx(int vects, int len, void **array);
224 int pq_gen_avx2(int vects, int len, void **array);
239 int pq_check_sse(int vects, int len, void **array);
[all …]
/dports/devel/isa-l/isa-l-2.30.0/raid/
H A Draid_base.c43 int pq_gen_base(int vects, int len, void **array) in pq_gen_base() argument
51 q = p = src[vects - 3][i]; in pq_gen_base()
53 for (j = vects - 4; j >= 0; j--) { in pq_gen_base()
61 src[vects - 1][i] = q; // last pointer is q in pq_gen_base()
66 int pq_check_base(int vects, int len, void **array) in pq_check_base() argument
73 q = p = src[vects - 3][i]; in pq_check_base()
75 for (j = vects - 4; j >= 0; j--) { in pq_check_base()
85 if (src[vects - 1][i] != q) // last pointer is q in pq_check_base()
91 int xor_gen_base(int vects, int len, void **array) in xor_gen_base() argument
99 for (j = 1; j < vects - 1; j++) in xor_gen_base()
[all …]
H A Draid_base_aliases.c32 int pq_gen(int vects, int len, void **array) in pq_gen() argument
34 return pq_gen_base(vects, len, array); in pq_gen()
37 int pq_check(int vects, int len, void **array) in pq_check() argument
39 return pq_check_base(vects, len, array); in pq_check()
42 int xor_gen(int vects, int len, void **array) in xor_gen() argument
44 return xor_gen_base(vects, len, array); in xor_gen()
47 int xor_check(int vects, int len, void **array) in xor_check() argument
49 return xor_check_base(vects, len, array); in xor_check()
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/plugins/
H A Dtftpplugin.c125 int vects[NUM_CAPT_VECTS]; in tftpplugin_LTX_ycTFTPScanScan() local
151 0, 0, vects, NUM_CAPT_VECTS); in tftpplugin_LTX_ycTFTPScanScan()
159 fileLength = vects[3] - vects[2]; in tftpplugin_LTX_ycTFTPScanScan()
161 vects[2], 69, TFTP_PORT_NUMBER); in tftpplugin_LTX_ycTFTPScanScan()
164 tempVar = vects[5] - vects[4]; /*len of mode*/ in tftpplugin_LTX_ycTFTPScanScan()
165 yfHookScanPayload(flow, payload, tempVar, NULL, vects[4], 70, in tftpplugin_LTX_ycTFTPScanScan()
/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dmap.cpp225 side->td.vects.valve.shift[0] = atof(g_token); in ParseBrush()
227 side->td.vects.valve.shift[1] = atof(g_token); in ParseBrush()
229 side->td.vects.valve.rotate = atof(g_token); in ParseBrush()
231 side->td.vects.valve.scale[0] = atof(g_token); in ParseBrush()
233 side->td.vects.valve.scale[1] = atof(g_token); in ParseBrush()
245 side->td.vects.valve.UAxis[0] = atof(g_token); in ParseBrush()
283 side->td.vects.valve.rotate = 0; in ParseBrush()
337 side->td.vects.quark.vects[0][j] = aa * TexPt[0][j] + bb * TexPt[1][j]; in ParseBrush()
338 side->td.vects.quark.vects[1][j] = -( /*cc */ bb * TexPt[0][j] + dd * TexPt[1][j]); in ParseBrush()
341 … side->td.vects.quark.vects[0][3] = -DotProduct(side->td.vects.quark.vects[0], side->planepts[0]); in ParseBrush()
[all …]
H A Dtextures.cpp690 memcpy(tx.vecs, bt->vects.quark.vects, sizeof(tx.vecs)); in TexinfoForBrushTexture()
704 if (!bt->vects.valve.scale[0]) in TexinfoForBrushTexture()
706 bt->vects.valve.scale[0] = 1; in TexinfoForBrushTexture()
708 if (!bt->vects.valve.scale[1]) in TexinfoForBrushTexture()
710 bt->vects.valve.scale[1] = 1; in TexinfoForBrushTexture()
716 if (bt->vects.valve.rotate == 0) in TexinfoForBrushTexture()
721 else if (bt->vects.valve.rotate == 90) in TexinfoForBrushTexture()
726 else if (bt->vects.valve.rotate == 180) in TexinfoForBrushTexture()
731 else if (bt->vects.valve.rotate == 270) in TexinfoForBrushTexture()
789 scale = 1 / bt->vects.valve.scale[0]; in TexinfoForBrushTexture()
[all …]
/dports/science/tinker/tinker/source/
H A Dvibrate.f54 real*8, allocatable :: vects(:,:)
119 allocate (vects(nfreq,nfreq))
123 call diagq (nfreq,nfreq,matrix,eigen,vects)
150 call diagq (nfreq,nfreq,matrix,eigen,vects)
174 vects(j,i) = vects(j,i) / mass2(k)
175 vnorm = vnorm + vects(j,i)**2
179 vects(j,i) = vects(j,i) / vnorm
283 write (iout,100) iuse(i),vects(j+1,ivib),vects(j+2,ivib),
284 & vects(j+3,ivib)
312 sum = sum + vects(j+k,ivib)**2
[all …]
H A Dpssrigid.f324 real*8, allocatable :: vects(:,:) local
334 allocate (vects(6*ngrp,6*ngrp))
358 call eigenrgd (eigen,vects)
365 step(k) = vects(k,nvar-i+1)
383 step(k) = -vects(k,nvar-i+1)
429 deallocate (vects)
441 subroutine eigenrgd (eigen,vects) argument
452 real*8 vects(6*ngrp,*) local
478 call diagq (nvar,nvar,matrix,eigen,vects)
485 vnorm = vnorm + vects(j,i)**2
[all …]
H A Dvibrot.f32 real*8, allocatable :: vects(:,:)
47 allocate (vects(nomega,nomega))
86 call diagq (nomega,nomega,matrix,eigen,vects)
96 deallocate (vects)
H A Dpss.f402 real*8, allocatable :: vects(:,:)
426 allocate (vects(nfreq,nfreq))
435 call eigenxyz (eigen,vects)
503 deallocate (vects)
532 real*8, allocatable :: vects(:,:)
555 allocate (vects(nomega,nomega))
565 call eigentor (eigen,vects)
625 deallocate (vects)
637 subroutine eigenxyz (eigen,vects)
648 real*8 vects(3*n,*)
[all …]
H A Dscan.f374 real*8, allocatable :: vects(:,:) local
385 allocate (vects(nomega,nomega))
390 call eigenrot (eigen,vects)
397 step(k) = vects(k,nomega-i+1)
403 step(k) = -vects(k,nomega-i+1)
414 deallocate (vects)
426 subroutine eigenrot (eigen,vects) argument
434 real*8 vects(nomega,*) local
459 call diagq (nomega,nomega,matrix,eigen,vects)
471 vnorm = vnorm + vects(j,i)**2
[all …]
H A Dpssrot.f300 real*8, allocatable :: vects(:,:) local
310 allocate (vects(nomega,nomega))
331 call eigenrot (eigen,vects)
338 step(k) = vects(k,nomega-i+1)
350 step(k) = -vects(k,nomega-i+1)
387 deallocate (vects)
399 subroutine eigenrot (eigen,vects) argument
406 real*8 vects(nomega,*) local
431 call diagq (nomega,nomega,matrix,eigen,vects)
/dports/science/py-dipy/dipy-1.4.1/dipy/core/
H A Dsphere.py500 def _equality_constraints(vects): argument
516 N = vects.shape[0] // 3
517 vects = vects.reshape((N, 3))
518 return (vects ** 2).sum(1) - 1.0
520 def _grad_equality_constraints(vects): argument
535 N = vects.shape[0] // 3
536 vects = vects.reshape((N, 3))
537 vects = (vects.T / np.sqrt((vects ** 2).sum(1))).T
579 nb_points = vects.shape[0] // 3
631 nb_points = vects.shape[0] // 3
[all …]
/dports/science/py-dlib/dlib-19.22/python_examples/
H A Dsequence_segmenter.py45 vects = dlib.vectors()
51 vects.append(dlib.vector([1]))
53 vects.append(dlib.vector([0]))
54 return vects
67 vects = dlib.sparse_vectors()
77 vects.append(has_cap)
79 vects.append(no_cap)
80 return vects
/dports/science/dlib-cpp/dlib-19.22/python_examples/
H A Dsequence_segmenter.py45 vects = dlib.vectors()
51 vects.append(dlib.vector([1]))
53 vects.append(dlib.vector([0]))
54 return vects
67 vects = dlib.sparse_vectors()
77 vects.append(has_cap)
79 vects.append(no_cap)
80 return vects
/dports/devel/xsimd/xsimd-7.6.0/test/
H A Dtest_shuffle_128.cpp21 std::vector<shuffle_vector_type> vects; in create_vectors() local
22 vects.reserve(4); in create_vectors()
30 vects.push_back(std::move(lhs_in)); in create_vectors()
31 vects.push_back(std::move(rhs_in)); in create_vectors()
42 vects.push_back(std::move(exp_lo)); in create_vectors()
43 vects.push_back(std::move(exp_hi)); in create_vectors()
45 return vects; in create_vectors()
H A Dtest_extract_pair.cpp21 std::vector<extract_vector_type> vects; in create_extract_vectors() local
22 vects.reserve(3); in create_extract_vectors()
31 vects.push_back(std::move(lhs_in)); in create_extract_vectors()
32 vects.push_back(std::move(rhs_in)); in create_extract_vectors()
43 vects.push_back(std::move(exped)); in create_extract_vectors()
45 return vects; in create_extract_vectors()
/dports/science/ergo/ergo-3.8/source/
H A Dslr.cc396 vects(MVEC), Avects(MVEC), in LRSolver()
661 vects.releaseAll(); in addToSpace()
680 ergo_real siXjX = 2*dot(vects[i].nvar, vects[i].x(), vects[j].x()); in addToSpace()
681 ergo_real siXjY = 2*dot(vects[i].nvar, vects[i].x(), vects[j].y()); in addToSpace()
682 ergo_real siYjX = 2*dot(vects[i].nvar, vects[i].y(), vects[j].x()); in addToSpace()
683 ergo_real siYjY = 2*dot(vects[i].nvar, vects[i].y(), vects[j].y()); in addToSpace()
697 ergo_real sij = vects[i] * sTimes(vects[j]); in addToSpace()
743 vects.setSize(newSize); in increaseSubspaceLimit()
759 vects.setDiskMode(diskMode); in solve()
895 full[j] += w[i]*vects[i][j] + w[i+1]*vects[i][j + full.nvar]; in buildVector()
[all …]
/dports/audio/snd/snd-21.2/
H A Dmusglyphs.scm13 (let set-vals ((vects args)
16 (cond ((null? vects) len)
17 ((vector? (car vects)) (total-length (cdr vects) (+ len (length (car vects)))))
18 ((car vects) (total-length (cdr vects) (+ len 1)))
20 (cond ((null? vects) vals)
21 ((vector? (car vects))
22 (let ((vect (car vects)))
27 ((car vects)
28 (set! (vals start) (car vects))
29 (set-vals (cdr vects) (+ start 1) vals))
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dpath_envelope.py64 vects = [segment.vector for segment in tbox]
65 if 0.0 == vects[0].cross(vects[1]) == vects[1].cross(vects[2]) == vects[2].cross(vects[3]):
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Ddata_io.cpp143 std::vector<std::vector<std::pair<unsigned long,double> > > vects; in test_sparse_to_dense() local
151 vects.push_back(v); in test_sparse_to_dense()
152 vects.push_back(v); in test_sparse_to_dense()
153 vects.push_back(v); in test_sparse_to_dense()
154 vects.push_back(v); in test_sparse_to_dense()
176 std::vector<matrix<double,0,1> > mvects = sparse_to_dense(vects); in test_sparse_to_dense()
186 mvects = sparse_to_dense(vects, 7); in test_sparse_to_dense()
195 mvects = sparse_to_dense(vects, 5); in test_sparse_to_dense()
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Ddata_io.cpp143 std::vector<std::vector<std::pair<unsigned long,double> > > vects; in test_sparse_to_dense() local
151 vects.push_back(v); in test_sparse_to_dense()
152 vects.push_back(v); in test_sparse_to_dense()
153 vects.push_back(v); in test_sparse_to_dense()
154 vects.push_back(v); in test_sparse_to_dense()
176 std::vector<matrix<double,0,1> > mvects = sparse_to_dense(vects); in test_sparse_to_dense()
186 mvects = sparse_to_dense(vects, 7); in test_sparse_to_dense()
195 mvects = sparse_to_dense(vects, 5); in test_sparse_to_dense()
/dports/devel/djgpp-binutils/binutils-2.17/ld/scripttempl/
H A Delf32xc16xl.sc19 /*.vects :
21 *(.vects)
57 .vects :
59 *(.vects)
H A Delf32xc16xs.sc19 /*.vects :
21 *(.vects)
57 .vects :
59 *(.vects)
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/scripttempl/
H A Delf32xc16xs.sc31 /*.vects :
33 *(.vects)
68 .vects :
70 *(.vects)

12345