Home
last modified time | relevance | path

Searched refs:_vect (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosAlgebra/
H A DBlockVector.cpp137 for(it = _vect.begin(); it != _vect.end(); ++it) in _update()
153 return std::find_if(_vect.begin(), _vect.end(), TestDense()) != _vect.end(); in isDense()
159 for(it = _vect.begin(); it != _vect.end(); ++it) in zero()
166 for(it = _vect.begin(); it != _vect.end(); ++it) in fill()
178 for(it = _vect.begin(); it != _vect.end(); ++it) in display()
291 _vect = v; in setAllVect()
345 for(it1 = _vect.begin(); it1 != _vect.end(); ++it1) in operator =()
383 for(it = _vect.begin(); it != _vect.end(); ++it) in operator -=()
431 for(it = _vect.begin(); it != _vect.end(); ++it) in operator +=()
535 for(it = _vect.begin(); it != _vect.end(); ++it) in norm2()
[all …]
H A DBlockVector.hpp47 VectorOfVectors _vect; member in BlockVector
106 return _vect.begin(); in begin()
112 return _vect.end(); in end()
118 return _vect.begin(); in begin()
124 return _vect.end(); in end()
130 return _vect; in getAllVect()
188 return _vect[pos]; in vector()
197 return _vect[pos]; in vector()
/dports/science/qcl/qcl-0.6.4/qc/
H A Dterms.h37 bitvec _vect; local
89 inline void term::setvect(const bitvec& v) { _vect=v; } in setvect()
93 inline const bitvec& term::vect() const { return _vect; } in vect()
95 inline int term::nbits() const { return _vect.length(); } in nbits()
102 _vect.setlen(n); in term()
107 _vect=v; in term()
113 _vect=t.vect(); in term()
121 _vect=t.vect();
127 _vect=v; in set()
/dports/graphics/py-h3/h3-3.7.3/src/h3/unstable/
H A Dvect.py1 from .._cy import unstable_vect as _vect unknown
29 _vect.h3_to_parent_vect(h, res, out)
49 _vect.h3_get_resolution_vect(h, out)
76 _vect.geo_to_h3_vect(lats, lngs, res, out)
103 _vect.haversine_vect(a, b, out)
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DTransLut_avx2.cpp246 __m256i _vect; in process_plane_flt_any_avx2() member
250 TransLut_FindIndexAvx2 <M>::find_index (s._ptr + x, index._vect, lerp); in process_plane_flt_any_avx2()
254 &_lut.use <float> (0), index._vect, 4 // 4 == sizeof (float) in process_plane_flt_any_avx2()
257 &_lut.use <float> (1), index._vect, 4 // 4 == sizeof (float) in process_plane_flt_any_avx2()
H A DTransLut.cpp684 __m128i _vect; in process_plane_flt_any_sse2() member
688 TransLut_FindIndexSse2 <M>::find_index (s._ptr + x, index._vect, lerp); in process_plane_flt_any_sse2()
/dports/security/libxcrypt/libxcrypt-4.4.27/lib/
H A Dbyteorder.h110 cpu_to_##prim##_vect(uint8_t *dst, const stype *src, size_t len) \
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/rocksdb/
H A DREADME34 "_vect" for a std::vector etc.
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/rocksdb/
H A DREADME34 "_vect" for a std::vector etc.
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/rocksdb/
H A DREADME34 "_vect" for a std::vector etc.
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/
H A DREADME42 "_vect" for a std::vector etc.
/dports/devel/avr-libc/avr-libc-2.0.0/doc/api/
H A Dinterrupts.dox210 description is followed by \c _vect. The short phrase matches the
214 \c _vect is intented to improve portability to other C compilers
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/math/
H A Dlinalg.md541 Specialised variants are: axpy\_vect and axpy\_mat \(slightly faster, but no
560 Specialised variants are: add\_vect and add\_mat \(slightly faster, but no
575 Specialised variants are: sub\_vect and sub\_mat \(slightly faster, but no
590 Specialised variants are: scale\_vect and scale\_mat \(slightly faster, but no
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/math/
H A Dlinalg.md541 Specialised variants are: axpy\_vect and axpy\_mat \(slightly faster, but no
560 Specialised variants are: add\_vect and add\_mat \(slightly faster, but no
575 Specialised variants are: sub\_vect and sub\_mat \(slightly faster, but no
590 Specialised variants are: scale\_vect and scale\_mat \(slightly faster, but no
/dports/science/siconos/siconos-4.4.0/io/src/generation/
H A DSiconosFullKernelGenerated.hpp15 (_vect))
H A DSiconosFullGenerated.hpp38 (_vect))
/dports/math/reduce/Reduce-svn5758-src/packages/linalg/
H A Dfsimplex-protokoll.tex350 copy\_vect & 3423 & 20 & 0 \% & 2547 & 20 & 1 \% \\

12