Home
last modified time | relevance | path

Searched refs:v_mul1 (Results 1 – 6 of 6) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_arithmetic_body.h197 NewVec( v_mul1, 2, v_mul1_data );
202 TEST( "v *= s", tv1 == v_mul1, true );
203 TEST( "v * s", v1*3.0 == v_mul1 && v1 == v1_orig, true );
204 TEST( "s * v", 3.0*v1 == v_mul1 && v1 == v1_orig, true );
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_arithmetic_body.h197 NewVec( v_mul1, 2, v_mul1_data );
202 TEST( "v *= s", tv1 == v_mul1, true );
203 TEST( "v * s", v1*3.0 == v_mul1 && v1 == v1_orig, true );
204 TEST( "s * v", 3.0*v1 == v_mul1 && v1 == v1_orig, true );
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdSse2CustomFunctions.cpp212 __m128d v_mul1, v_mul2; in SimdVectorSumSquare() local
216 v_mul1 = _mm_mul_pd(_mm_loadu_pd(vec + i), _mm_loadu_pd(vec + i)); in SimdVectorSumSquare()
219 v_sum = _mm_add_pd(v_mul1, v_sum); in SimdVectorSumSquare()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dmul.cpp1036 … wvec128 v_mul1 = internal::vmull(internal::vget_high(v_src0), internal::vget_high(v_src1)); in mulShift() local
1039 …internal::vqmovn(vrshrq_n<shift>(internal::vqsubq(v_mul1, vshrq_n<shift>(internal::vbicq(v_mask, v… in mulShift()
1064 … wvec128 v_mul1 = internal::vmull(internal::vget_high(v_src0), internal::vget_high(v_src1)); in mulShift() local
1067 … internal::vmovn(vrshrq_n<shift>(internal::vqsubq(v_mul1, vshrq_n<shift>(internal::vbicq(v_mask, v… in mulShift()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsmooth.simd.hpp175 v_uint16 v_mul1 = vx_setall_u16(_m[1]); in hlineSmooth3N() local
179 v_mul_wrap(vx_load_expand(src), v_mul1) + in hlineSmooth3N()
327 v_uint16 v_mul1 = vx_setall_u16(_m[1]); in hlineSmooth3Naba() local
330 v_mul_wrap(vx_load_expand(src), v_mul1)); in hlineSmooth3Naba()
521 v_uint16 v_mul1 = vx_setall_u16(_m[1]); in hlineSmooth5N() local
527 v_mul_wrap(vx_load_expand(src - cn), v_mul1) + in hlineSmooth5N()
931 v_uint16 v_mul1 = vx_setall_u16(_m[1]); in hlineSmooth5Nabcba() local
935 … v_mul_wrap(vx_load_expand(src - cn) + vx_load_expand(src + cn), v_mul1) + in hlineSmooth5Nabcba()
H A Dresize.cpp493 v_uint32 v_mul0, v_mul1, v_mul2, v_mul3, v_tmp; in hlineResizeCn() local
496 v_zip(v_mul3, v_mul3, v_mul0, v_mul1);//AaAaAaAa BbBbBbBb in hlineResizeCn()
500 …res1 = v_reinterpret_as_u32(v_dotprod(v_reinterpret_as_s16(v_src1), v_reinterpret_as_s16(v_mul1))); in hlineResizeCn()
565 v_uint32 v_mul0, v_mul1, v_mul2, v_mul3, v_tmp; in hlineResizeCn() local
568 v_zip(v_mul3, v_mul3, v_mul0, v_mul1);//AaAaAaAa BbBbBbBb in hlineResizeCn()
572 …res1 = v_reinterpret_as_u32(v_dotprod(v_reinterpret_as_s16(v_src1), v_reinterpret_as_s16(v_mul1))); in hlineResizeCn()