Home
last modified time | relevance | path

Searched refs:DstType (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/grid/
H A Dsplit_merge.hpp248 …id gridSplit_(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstTyp… in gridSplit_() argument
310 …id gridSplit_(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstTyp… in gridSplit_() argument
367 …it_(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMa… in gridSplit_() argument
432 …it_(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMa… in gridSplit_() argument
531 template <class SrcPtr, typename DstType>
538 …oid gridSplit(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstTyp… in gridSplit() argument
543 template <class SrcPtr, typename DstType>
544 …oid gridSplit(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstTyp… in gridSplit() argument
550 …lit(const SrcPtr& src, const tuple< GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMat_<DstType>&, GpuMa… in gridSplit() argument
555 template <class SrcPtr, typename DstType>
[all …]
H A Dtranspose.hpp60 template <class Policy, class SrcPtr, typename DstType>
61 __host__ void gridTranspose_(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Nul… in gridTranspose_()
71 template <class Policy, class SrcPtr, typename DstType>
72 __host__ void gridTranspose_(const SrcPtr& src, const GlobPtrSz<DstType>& dst, Stream& stream = Str… in gridTranspose_()
92 template <class SrcPtr, typename DstType>
93 __host__ void gridTranspose(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Null… in gridTranspose()
98 template <class SrcPtr, typename DstType>
99 __host__ void gridTranspose(const SrcPtr& src, const GlobPtrSz<DstType>& dst, Stream& stream = Stre… in gridTranspose()
H A Dpyramids.hpp61 template <class Brd, class SrcPtr, typename DstType>
62 __host__ void gridPyrDown_(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Null(… in gridPyrDown_()
72 template <class SrcPtr, typename DstType>
73 __host__ void gridPyrDown(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Null()) in gridPyrDown()
78 template <class SrcPtr, typename DstType>
79 __host__ void gridPyrUp(const SrcPtr& src, GpuMat_<DstType>& dst, Stream& stream = Stream::Null()) in gridPyrUp()
H A Dtransform.hpp63 template <class Policy, class SrcPtr, typename DstType, class UnOp, class MaskPtr>
76 template <class Policy, class SrcPtr, typename DstType, class UnOp, class MaskPtr>
88 template <class Policy, class SrcPtr, typename DstType, class UnOp>
99 template <class Policy, class SrcPtr, typename DstType, class UnOp>
137 template <class Policy, class SrcPtr1, class SrcPtr2, typename DstType, class BinOp>
422 template <class SrcPtr, typename DstType, class Op, class MaskPtr>
428 template <class SrcPtr, typename DstType, class Op, class MaskPtr>
434 template <class SrcPtr, typename DstType, class Op>
440 template <class SrcPtr, typename DstType, class Op>
458 template <class SrcPtr1, class SrcPtr2, typename DstType, class Op>
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/grid/detail/
H A Dsplit_merge.hpp73 dst(y, x) = VecTraits<DstType>::make( in mergeC2()
103 dst(y, x) = VecTraits<DstType>::make( in mergeC3()
134 dst(y, x) = VecTraits<DstType>::make( in mergeC4()
186 template <class SrcPtr, typename DstType, class MaskPtr>
187 …__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, const MaskPt… in split()
216 template <class SrcPtr, typename DstType, class MaskPtr>
217 …__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstT… in split()
235 …oid split(const SrcPtr& src, const GlobPtr<DstType>& dst1, const GlobPtr<DstType>& dst2, const Glo… in split()
247 template <class SrcPtr, typename DstType, class MaskPtr>
248 … void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstType> dst3,… in split()
[all …]
H A Dtransform.hpp158 template <class SrcPtr, typename DstType, class UnOp, class MaskPtr>
167 dst(y, x) = saturate_cast<DstType>(op(src(y, x))); in transformSimple()
179 dst(y, x) = saturate_cast<DstType>(op(src1(y, x), src2(y, x))); in transformSimple()
188 typedef typename MakeVec<DstType, SHIFT>::type write_type; in transformSmart()
197 DstType* dst = dst_.row(y); in transformSmart()
221 typedef typename MakeVec<DstType, SHIFT>::type write_type; in transformSmart()
231 DstType* dst = dst_.row(y); in transformSmart()
257 template <class SrcPtr, typename DstType, class UnOp, class MaskPtr>
297 template <typename SrcType, typename DstType, class UnOp, class MaskPtr>
302 …!isAligned(dst.data, Policy::shift * sizeof(DstType)) || !isAligned(dst.step, Policy::shift * size… in call()
[all …]
/dports/math/gemmlowp/gemmlowp-dc69acd/internal/
H A Doutput_sse.h182 template <typename DstType>
197 template <typename DstType>
217 template <typename DstType>
228 template <typename DstType>
261 template <typename DstType>
278 template <typename DstType>
293 template <typename DstType>
325 template <typename DstType>
348 template <typename DstType>
401 template <typename DstType>
[all …]
H A Doutput_neon.h273 template <typename DstType>
293 template <typename DstType>
308 template <typename DstType>
342 template <typename DstType>
356 template <typename DstType>
385 template <typename DstType>
420 template <typename DstType>
456 template <typename DstType>
511 template <typename DstType>
528 template <typename DstType>
[all …]
H A Doutput_msa.h346 template <typename DstType>
361 template <typename DstType>
381 template <typename DstType>
392 template <typename DstType>
429 template <typename DstType>
446 template <typename DstType>
461 template <typename DstType>
493 template <typename DstType>
516 template <typename DstType>
569 template <typename DstType>
[all …]
H A Ddispatch_gemm_shape.h29 typedef T DstType; typedef
59 static DstType Run(const SrcType& src) {
60 return DstType(src.data(), src.size());
69 static DstType Run(const SrcType& src) {
79 static DstType Run(const SrcType& src) {
80 DstType dst;
93 DstType;
94 static DstType Run(const SrcType& src) {
95 DstType dst;
109 static DstType Run(const SrcType& src) {
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePixelConversions.h58 typename U::DstType *dstptr = reinterpret_cast<typename U::DstType*>(dst.data) in conversion()
83 typedef U DstType; typedef
110 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
118 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
126 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
134 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
142 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
150 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
158 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
166 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePixelConversions.h58 typename U::DstType *dstptr = static_cast<typename U::DstType*>(dst.data) in conversion()
83 typedef U DstType; typedef
110 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
118 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
126 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
134 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
142 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
150 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
158 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
166 inline static DstType pixelConvert(SrcType inp) in pixelConvert()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dsequence.hxx120 template < typename DstType, typename SrcType >
123 css::uno::Sequence< DstType > result( nNum ); in arrayToSequence()
151 template < typename DstType, typename SrcType >
152 …inline DstType* sequenceToArray( DstType* io_pArray, const css::uno::Sequence< SrcType >& i_Sequen… in sequenceToArray()
235 template < typename DstType, typename SrcType >
238 return DstType(i_Sequence.begin(), i_Sequence.end()); in sequenceToContainer()
242 template < typename DstType >
243 …inline DstType sequenceToContainer( const css::uno::Sequence< typename DstType::value_type >& i_Se… in sequenceToContainer()
245 return DstType(i_Sequence.begin(), i_Sequence.end()); in sequenceToContainer()
278 template < typename DstType, typename SrcType >
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dsequence.hxx120 template < typename DstType, typename SrcType >
123 css::uno::Sequence< DstType > result( nNum ); in arrayToSequence()
151 template < typename DstType, typename SrcType >
152 …inline DstType* sequenceToArray( DstType* io_pArray, const css::uno::Sequence< SrcType >& i_Sequen… in sequenceToArray()
235 template < typename DstType, typename SrcType >
238 return DstType(i_Sequence.begin(), i_Sequence.end()); in sequenceToContainer()
242 template < typename DstType >
243 …inline DstType sequenceToContainer( const css::uno::Sequence< typename DstType::value_type >& i_Se… in sequenceToContainer()
245 return DstType(i_Sequence.begin(), i_Sequence.end()); in sequenceToContainer()
278 template < typename DstType, typename SrcType >
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dstatic_set.hpp271 template<typename DstType, typename SrcType>
281 return typeid(DstType); in GetDstTypeInfo()
289 return sizeof(DstType); in GetDstTypeSize()
293 static_cast<DstType*>(dst)->~DstType(); in Destroy()
309 return typeid(DstType); in GetDstTypeInfo()
317 return sizeof(DstType); in GetDstTypeSize()
321 static_cast<DstType*>(dst)->~DstType(); in Destroy()
385 return typeid(DstType); in GetDstTypeInfo()
393 return sizeof(DstType); in GetDstTypeSize()
397 static_cast<DstType*>(dst)->~DstType(); in Destroy()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dstatic_set.hpp271 template<typename DstType, typename SrcType>
281 return typeid(DstType); in GetDstTypeInfo()
289 return sizeof(DstType); in GetDstTypeSize()
293 static_cast<DstType*>(dst)->~DstType(); in Destroy()
309 return typeid(DstType); in GetDstTypeInfo()
317 return sizeof(DstType); in GetDstTypeSize()
321 static_cast<DstType*>(dst)->~DstType(); in Destroy()
385 return typeid(DstType); in GetDstTypeInfo()
393 return sizeof(DstType); in GetDstTypeSize()
397 static_cast<DstType*>(dst)->~DstType(); in Destroy()
[all …]
/dports/audio/clunk/clunk-1.3.261/clunk/
H A Dresample.h30 template<typename DstType, typename SrcType>
56 template<typename DstType, typename SrcType>
57 static void resample(DstType * &dst, const SrcType *src);
62 template<typename DstType, typename SrcType>
64 SampleResampler<DstType, SrcType>::Write(*dst++, *src);
69 template<typename DstType, typename SrcType>
77 template<typename DstType, typename SrcType>
81 SampleResampler<DstType, SrcType>::Write(*dst++, v);
86 template<typename DstType, typename SrcType>
88 SampleResampler<DstType, SrcType>::Write(*dst++, *src);
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dsub_scalar.cu59 …pename SrcType, typename ScalarType, typename DstType> struct SubScalarOp : unary_function<SrcType…
63 __device__ __forceinline__ DstType operator ()(SrcType a) const in operator ()()
65 return saturate_cast<DstType>(saturate_cast<ScalarType>(a) - val); in operator ()()
69 …name SrcType, typename ScalarType, typename DstType> struct SubScalarOpInv : unary_function<SrcTyp…
73 __device__ __forceinline__ DstType operator ()(SrcType a) const in operator ()()
75 return saturate_cast<DstType>(val - saturate_cast<ScalarType>(a)); in operator ()()
89 template <typename SrcType, typename ScalarDepth, typename DstType>
98 SubScalarOpInv<SrcType, ScalarType, DstType> op; in subScalarImpl()
104 …ormUnary_< TransformPolicy<ScalarDepth> >(globPtr<SrcType>(src), globPtr<DstType>(dst), op, stream… in subScalarImpl()
108 SubScalarOp<SrcType, ScalarType, DstType> op; in subScalarImpl()
[all …]
H A Ddiv_scalar.cu107 …pename SrcType, typename ScalarType, typename DstType> struct DivScalarOp : unary_function<SrcType…
111 __device__ __forceinline__ DstType operator ()(SrcType a) const in operator ()()
113 …return saturate_cast<DstType>(SafeDiv<ScalarType, VecTraits<ScalarType>::cn>::op(saturate_cast<Sca… in operator ()()
117 …name SrcType, typename ScalarType, typename DstType> struct DivScalarOpInv : unary_function<SrcTyp…
121 __device__ __forceinline__ DstType operator ()(SrcType a) const in operator ()()
123 …return saturate_cast<DstType>(SafeDiv<ScalarType, VecTraits<ScalarType>::cn>::op(val, saturate_cas… in operator ()()
137 template <typename SrcType, typename ScalarDepth, typename DstType>
146 DivScalarOpInv<SrcType, ScalarType, DstType> op; in divScalarImpl()
149 …ormUnary_< TransformPolicy<ScalarDepth> >(globPtr<SrcType>(src), globPtr<DstType>(dst), op, stream… in divScalarImpl()
153 DivScalarOp<SrcType, ScalarType, DstType> op; in divScalarImpl()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h318 template <typename DstType, typename ArgType>
335 template <typename DstType, typename ArgType>
353 template <typename DstType, typename ArgType>
414 template <typename DstType, typename ArgType>
475 template <typename DstType>
488 template <typename DstType>
494 template <typename DstType>
508 template <typename DstType, typename SrcType>
558 template <typename DstType> MachineInstrBuilder buildUndef(DstType &&Res) { in buildUndef()
630 template <typename DstType, typename SrcType>
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkBlitter_PM4f.cpp37 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitV()
42 device = (typename State::DstType*)((char*)device + deviceRB); in blitV()
50 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitRect()
56 device = (typename State::DstType*)((char*)device + deviceRB); in blitRect()
61 typename State::DstType* device = State::WritableAddr(fDevice, x, y); in blitAntiH()
100 device = (typename State::DstType*)((char*)device + dstRB); in blitLCDMask()
129 device = (typename State::DstType*)((char*)device + dstRB); in blitMask()
346 typedef uint32_t DstType; typedef
372 static DstType* WritableAddr(const SkPixmap& device, int x, int y) { in WritableAddr()
378 typedef uint64_t DstType; typedef
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DflatNormals.cpp37 template <typename SrcType, typename DstType>
46 DstType *normals) in _FlatNormalsWorker()
79 DstType *_normals;
83 template <typename SrcType, typename DstType=SrcType>
84 VtArray<DstType>
88 VtArray<DstType> normals(numFaces); in _ComputeFlatNormals()
100 _FlatNormalsWorker<SrcType,DstType> workerState(faceOffsets, in _ComputeFlatNormals()
105 std::bind(&_FlatNormalsWorker<SrcType,DstType>::Compute, in _ComputeFlatNormals()
H A DsmoothNormals.cpp37 template <typename SrcVec3Type, typename DstType>
43 DstType *normals) in _SmoothNormalsWorker()
76 DstType *_normals;
82 template <typename SrcVec3Type, typename DstType=SrcVec3Type>
83 VtArray<DstType>
92 VtArray<DstType> normals(numPoints); in _ComputeSmoothNormals()
94 _SmoothNormalsWorker<SrcVec3Type, DstType> workerState in _ComputeSmoothNormals()
99 std::bind(&_SmoothNormalsWorker<SrcVec3Type, DstType>::Compute, in _ComputeSmoothNormals()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/effects/gradients/
H A DSk4fLinearGradient.cpp14 template<DstType dstType, ApplyPremul premul>
71 DstTraits<DstType::S32, ApplyPremul::False> in ramp()
73 DstTraits<DstType::S32, ApplyPremul::False> in ramp()
78 DstTraits<DstType::S32, ApplyPremul::False> in ramp()
179 this->shadePremulSpan<DstType::L32, in shadeSpan()
182 this->shadePremulSpan<DstType::L32, in shadeSpan()
197 this->shadePremulSpan<DstType::F32, in shadeSpan4f()
200 this->shadePremulSpan<DstType::F32, in shadeSpan4f()
205 template<DstType dstType, ApplyPremul premul>
277 template<DstType dstType, SkShader::TileMode tileMode>
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_CopyViews.hpp561 int64_t strides[DstType::Rank + 1]; in view_copy()
575 if (strides[0] > strides[DstType::Rank - 1]) in view_copy()
618 template <class DstType, class SrcType>
647 int64_t strides[DstType::Rank + 1]; in view_copy()
661 if (strides[0] > strides[DstType::Rank - 1]) in view_copy()
857 template <class DstType, class SrcType,
859 int Rank = DstType::Rank>
863 struct ViewRemap<DstType, SrcType, ExecSpace, 1> {
879 struct ViewRemap<DstType, SrcType, ExecSpace, 2> {
913 struct ViewRemap<DstType, SrcType, ExecSpace, 3> {
[all …]

12345678910>>...29