Home
last modified time | relevance | path

Searched defs:Vec8 (Results 1 – 5 of 5) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx/
H A DVec8.hpp12 struct Vec8 { struct
13 using VecType = Vec8; argument
14 __m256 value;
15 VecType operator+(const VecType& lr) { in operator +()
19 VecType operator-(const VecType& lr) { in operator -()
45 Vec8() { in Vec8() argument
47 Vec8(const float v) { in Vec8() argument
50 Vec8(__m256&& v) { in Vec8() argument
53 Vec8(const VecType& lr) { in Vec8() argument
56 float operator[](size_t i) { in operator []()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/
H A DSmallMatrix.h175 typedef Vec<8> Vec8; ///< Packed, 8-element vector of Real values. typedef
/dports/lang/ghc/ghc-8.10.7/libraries/ghc-prim/GHC/
H A DTypes.hs417 | Vec8 constructor
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/numeric/
H A Dnumeric.h112 typedef Eigen::Matrix<double, 8, 1> Vec8; typedef
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/libmv_light/libmv/numeric/
H A Dnumeric.h111 typedef Eigen::Matrix<double, 8, 1> Vec8; typedef