/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosAlgebra/ |
H A D | BlockVector.cpp | 137 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 D | BlockVector.hpp | 47 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 D | terms.h | 37 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 D | vect.py | 1 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 D | TransLut_avx2.cpp | 246 __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 D | TransLut.cpp | 684 __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 D | byteorder.h | 110 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 D | README | 34 "_vect" for a std::vector etc.
|
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/rocksdb/ |
H A D | README | 34 "_vect" for a std::vector etc.
|
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/rocksdb/ |
H A D | README | 34 "_vect" for a std::vector etc.
|
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/ |
H A D | README | 42 "_vect" for a std::vector etc.
|
/dports/devel/avr-libc/avr-libc-2.0.0/doc/api/ |
H A D | interrupts.dox | 210 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 D | linalg.md | 541 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 D | linalg.md | 541 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 D | SiconosFullKernelGenerated.hpp | 15 (_vect))
|
H A D | SiconosFullGenerated.hpp | 38 (_vect))
|
/dports/math/reduce/Reduce-svn5758-src/packages/linalg/ |
H A D | fsimplex-protokoll.tex | 350 copy\_vect & 3423 & 20 & 0 \% & 2547 & 20 & 1 \% \\
|