Home
last modified time | relevance | path

Searched refs:v_dotprod_expand (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_msa.hpp520 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
574 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
576 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
578 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
580 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
584 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
586 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
588 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
590 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
594 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
[all …]
H A Dintrin_vsx.hpp1453 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b) in v_dotprod_expand() function
1488 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1490 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b) in v_dotprod_expand() function
1498 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1501 inline v_float64x2 v_dotprod_expand(const v_int32x4& a, const v_int32x4& b) in v_dotprod_expand() function
1504 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1521 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1538 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1540 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1554 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
[all …]
H A Dintrin_wasm.hpp1018 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1086 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1088 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1090 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1092 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1096 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1098 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1100 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1102 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1106 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
[all …]
H A Dintrin_avx.hpp1807 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1822 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1846 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1862 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1868 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1886 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1888 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1891 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1893 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1929 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
[all …]
H A Dintrin_avx512.hpp1835 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1850 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1874 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1884 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
1908 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1910 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1913 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1915 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
1938 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1940 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
[all …]
H A Dintrin_neon.hpp670 inline v_uint32x4 v_dotprod_expand(const v_uint8x16& a, const v_uint8x16& b) in v_dotprod_expand() function
698 return v_dotprod_expand(a, b) + c; in v_dotprod_expand()
702 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b) in v_dotprod_expand() function
717 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b, in v_dotprod_expand() function
723 return v_dotprod_expand(a, b) + c; in v_dotprod_expand()
744 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
746 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b) in v_dotprod_expand() function
759 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b, in v_dotprod_expand() function
761 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
765 inline v_float64x2 v_dotprod_expand(const v_int32x4& a, const v_int32x4& b) in v_dotprod_expand() function
[all …]
H A Dintrin_sse.hpp866 inline v_uint32x4 v_dotprod_expand(const v_uint8x16& a, const v_uint8x16& b) in v_dotprod_expand() function
877 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
879 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b) in v_dotprod_expand() function
890 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
893 inline v_uint64x2 v_dotprod_expand(const v_uint16x8& a, const v_uint16x8& b) in v_dotprod_expand() function
909 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
911 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b) in v_dotprod_expand() function
922 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
925 inline v_float64x2 v_dotprod_expand(const v_int32x4& a, const v_int32x4& b) in v_dotprod_expand() function
940 { return v_dotprod_expand(a, b) + c; } in v_dotprod_expand()
[all …]
H A Dintrin_rvv.hpp2588 inline v_uint32x4 v_dotprod_expand(const v_uint8x16& a, const v_uint8x16& b) in v_dotprod_expand() function
2597 inline v_uint32x4 v_dotprod_expand(const v_uint8x16& a, const v_uint8x16& b, in v_dotprod_expand() function
2608 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b) in v_dotprod_expand() function
2617 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b, in v_dotprod_expand() function
2629 inline v_uint64x2 v_dotprod_expand(const v_uint16x8& a, const v_uint16x8& b) in v_dotprod_expand() function
2638 inline v_uint64x2 v_dotprod_expand(const v_uint16x8& a, const v_uint16x8& b, const v_uint64x2& c) in v_dotprod_expand() function
2648 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b) in v_dotprod_expand() function
2657 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b, in v_dotprod_expand() function
2670 inline v_float64x2 v_dotprod_expand(const v_int32x4& a, const v_int32x4& b) in v_dotprod_expand() function
2672 inline v_float64x2 v_dotprod_expand(const v_int32x4& a, const v_int32x4& b, in v_dotprod_expand() function
[all …]
H A Dintrin_cpp.hpp1145 v_dotprod_expand(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_dotprod_expand() function
1167 v_dotprod_expand(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_dotprod_expand() function
1189 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
1198 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
3242 template<int n> inline v_reg<double, n/2> v_dotprod_expand(const v_reg<int, n>& a, const v_reg<int,… in v_dotprod_expand() function
3244 template<int n> inline v_reg<double, n/2> v_dotprod_expand(const v_reg<int, n>& a, const v_reg<int,… in v_dotprod_expand() function
3249 { return v_dotprod_expand(a, b); } in v_dotprod_expand_fast()
3252 { return v_dotprod_expand(a, b, c); } in v_dotprod_expand_fast()
H A Dintrin_rvv071.hpp702 inline v_uint32x4 v_dotprod_expand(const v_uint8x16& a, const v_uint8x16& b) in v_dotprod_expand() function
712 inline v_uint32x4 v_dotprod_expand(const v_uint8x16& a, const v_uint8x16& b, in v_dotprod_expand() function
723 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b) in v_dotprod_expand() function
733 inline v_int32x4 v_dotprod_expand(const v_int8x16& a, const v_int8x16& b, in v_dotprod_expand() function
744 inline v_uint64x2 v_dotprod_expand(const v_uint16x8& a, const v_uint16x8& b) in v_dotprod_expand() function
754 inline v_uint64x2 v_dotprod_expand(const v_uint16x8& a, const v_uint16x8& b, in v_dotprod_expand() function
765 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b) in v_dotprod_expand() function
775 inline v_int64x2 v_dotprod_expand(const v_int16x8& a, const v_int16x8& b, in v_dotprod_expand() function
2506 inline v_float64x2 v_dotprod_expand(const v_int32x4& a, const v_int32x4& b) in v_dotprod_expand() function
2508 inline v_float64x2 v_dotprod_expand(const v_int32x4& a, const v_int32x4& b, in v_dotprod_expand() function
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_intrin_utils.hpp721 Data<Rx4> resD = v_dotprod_expand(a, b), in test_dotprod_expand()
722 resE = v_dotprod_expand(a, b, c); in test_dotprod_expand()
759 Data<v_float64> resA = v_dotprod_expand(a, a), in test_dotprod_expand_f64()
760 resB = v_dotprod_expand(b, b), in test_dotprod_expand_f64()
761 resC = v_dotprod_expand(a, b, c); in test_dotprod_expand_f64()