Home
last modified time | relevance | path

Searched refs:Dist (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dvec_distance_detail.hpp56 template <typename Dist, typename T1, typename T2>
57 …static __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int … in calcCheck()
72 template <typename Dist, typename T1, typename T2>
73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck()
88 template <typename Dist, typename T1, typename T2>
89 static __device__ __forceinline__ void calcCheck(const T1*, const T2*, int, Dist&, int) in calcCheck()
93 template <typename Dist, typename T1, typename T2>
94 static __device__ __forceinline__ void calcWithoutCheck(const T1*, const T2*, Dist&) in calcWithoutCheck()
102 template <typename Dist, typename T1, typename T2>
103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dvec_distance_detail.hpp56 template <typename Dist, typename T1, typename T2>
57 …static __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int … in calcCheck()
72 template <typename Dist, typename T1, typename T2>
73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck()
88 template <typename Dist, typename T1, typename T2>
89 static __device__ __forceinline__ void calcCheck(const T1*, const T2*, int, Dist&, int) in calcCheck()
93 template <typename Dist, typename T1, typename T2>
94 static __device__ __forceinline__ void calcWithoutCheck(const T1*, const T2*, Dist&) in calcWithoutCheck()
102 template <typename Dist, typename T1, typename T2>
103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dvec_distance_detail.hpp56 template <typename Dist, typename T1, typename T2>
57 …static __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int … in calcCheck()
72 template <typename Dist, typename T1, typename T2>
73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck()
88 template <typename Dist, typename T1, typename T2>
89 static __device__ __forceinline__ void calcCheck(const T1*, const T2*, int, Dist&, int) in calcCheck()
93 template <typename Dist, typename T1, typename T2>
94 static __device__ __forceinline__ void calcWithoutCheck(const T1*, const T2*, Dist&) in calcWithoutCheck()
102 template <typename Dist, typename T1, typename T2>
103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/detail/
H A Dadvance_impl.hpp34 template<typename Iterator, typename Dist>
38 typedef typename result_of::advance<first_type, Dist>::type advanced_type;
46 return type(boost::fusion::advance<Dist>(i.first), i.f); in call()
55 template<typename Iterator, typename Dist>
60 typedef typename result_of::advance<first1_type, Dist>::type advanced1_type;
61 typedef typename result_of::advance<first2_type, Dist>::type advanced2_type;
70 boost::fusion::advance<Dist>(i.first1) in call()
71 , boost::fusion::advance<Dist>(i.first2), i.f); in call()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_distance.hpp159 template <int THREAD_DIM, typename Dist, typename T1, typename T2>
160 …void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Dist::result_… in calcVecDiffGlobal()
177 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T…
178 …cVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::result_… in calcVecDiffCached()
193 template <typename T2, typename Dist>
194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
220 template <typename T2, typename Dist>
221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_distance.hpp159 template <int THREAD_DIM, typename Dist, typename T1, typename T2>
160 …void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Dist::result_… in calcVecDiffGlobal()
177 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T…
178 …cVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::result_… in calcVecDiffCached()
193 template <typename T2, typename Dist>
194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
220 template <typename T2, typename Dist>
221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_distance.hpp159 template <int THREAD_DIM, typename Dist, typename T1, typename T2>
160 …void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Dist::result_… in calcVecDiffGlobal()
177 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T…
178 …cVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::result_… in calcVecDiffCached()
193 template <typename T2, typename Dist>
194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
220 template <typename T2, typename Dist>
221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
/OK3568_Linux_fs/buildroot/package/perl-dist-checkconflicts/
H A Dperl-dist-checkconflicts.mk8 PERL_DIST_CHECKCONFLICTS_SOURCE = Dist-CheckConflicts-$(PERL_DIST_CHECKCONFLICTS_VERSION).tar.gz
12 PERL_DIST_CHECKCONFLICTS_DISTNAME = Dist-CheckConflicts
H A Dperl-dist-checkconflicts.hash2 md5 c8725a92b9169708b0f63036812070f2 Dist-CheckConflicts-0.11.tar.gz
3 sha256 ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4 Dist-CheckConflicts-0.11.…
H A DConfig.in7 http://metacpan.org/release/Dist-CheckConflicts
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/detail/
H A Dadvance_impl.hpp29 template<typename Iterator, typename Dist>
34 typename mpl::plus<typename Iterator::position, Dist>::type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/
H A Dadvance_impl.hpp30 template<typename Iterator, typename Dist>
34 typedef typename mpl::negate<Dist>::type negative_dist;
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_video_eq.h68 unsigned char Dist; // B13 0xA0 member
74 unsigned char Dist; member
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dfsl-ls2080a.dtsi23 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/microchip/
H A Dsparx5.dtsi114 reg = <0x6 0x00300000 0x10000>, /* GIC Dist */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amazon/
H A Dalpine-v2.dtsi118 reg = <0x0 0xf0200000 0x0 0x10000>, /* GIC Dist */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8qxp.dtsi124 reg = <0x0 0x51a00000 0 0x10000>, /* GIC Dist */
H A Dfsl-ls208xa.dtsi50 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
H A Dfsl-ls1088a.dtsi115 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
H A Dimx8mm.dtsi960 reg = <0x38800000 0x10000>, /* GIC Dist */
H A Dfsl-ls1028a.dtsi122 reg= <0x0 0x06000000 0 0x10000>, /* GIC Dist */
H A Dimx8mq.dtsi1311 reg = <0x38800000 0x10000>, /* GIC Dist */
H A Dfsl-lx2160a.dtsi376 reg = <0x0 0x06000000 0 0x10000>, // GIC Dist
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/apm/
H A Dapm-shadowcat.dtsi120 reg = <0x0 0x78090000 0x0 0x10000>, /* GIC Dist */
H A Dapm-storm.dtsi100 reg = <0x0 0x78010000 0x0 0x1000>, /* GIC Dist */

12