Home
last modified time | relevance | path

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

12

/external/gemmlowp/internal/
Doutput_sse.h182 template <typename DstType>
183 struct StoreFinalOutputImpl<RegBlockInt32<4, 1>, DstType> {
184 static void Run(const RegBlockInt32<4, 1>& src, DstType* dst, int row,
186 if (DstType::kOrder == MapOrder::ColMajor) {
197 template <typename DstType>
198 struct StoreFinalOutputImpl<RegBlockInt32<8, 1>, DstType> {
199 static void Run(const RegBlockInt32<8, 1>& src, DstType* dst, int row,
201 if (DstType::kOrder == MapOrder::ColMajor) {
217 template <typename DstType>
218 struct StoreFinalOutputImpl<RegBlockInt16<4, 1>, DstType> {
[all …]
Doutput_neon.h189 template <typename DstType>
190 struct StoreFinalOutputImpl<RegBlockInt32<8, 1>, DstType> {
191 static void Run(const RegBlockInt32<8, 1>& src, DstType* dst, int row,
193 if (DstType::kOrder == MapOrder::ColMajor) {
209 template <typename DstType>
210 struct StoreFinalOutputImpl<RegBlockInt16<4, 1>, DstType> {
211 static void Run(const RegBlockInt16<4, 1>& src, DstType* dst, int row,
213 if (DstType::kOrder == MapOrder::ColMajor) {
224 template <typename DstType>
225 struct StoreFinalOutputImpl<RegBlockInt16<8, 1>, DstType> {
[all …]
Doutput_msa.h244 template <typename DstType>
245 struct StoreFinalOutputImpl<RegBlockInt32<4, 1>, DstType> {
246 static void Run(const RegBlockInt32<4, 1>& src, DstType* dst, int row,
248 if (DstType::kOrder == MapOrder::ColMajor) {
259 template <typename DstType>
260 struct StoreFinalOutputImpl<RegBlockInt32<8, 1>, DstType> {
261 static void Run(const RegBlockInt32<8, 1>& src, DstType* dst, int row,
263 if (DstType::kOrder == MapOrder::ColMajor) {
279 template <typename DstType>
280 struct StoreFinalOutputImpl<RegBlockInt16<4, 1>, DstType> {
[all …]
Ddispatch_gemm_shape.h29 typedef T DstType; typedef
34 using TransposeType = typename TransposeImpl<T>::DstType;
58 typedef VectorMap<Scalar, TransposedShape> DstType;
59 static DstType Run(const SrcType& src) {
60 return DstType(src.data(), src.size());
68 typedef MatrixMap<Scalar, TransposedOrder> DstType;
69 static DstType Run(const SrcType& src) {
70 return DstType(src.data(), src.cols(), src.rows(), src.stride());
78 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<TransposedShape> DstType;
79 static DstType Run(const SrcType& src) {
[all …]
Doutput.h422 template <typename RegisterBlockType, typename DstType>
428 template <typename ScalarType, int Rows, int Cols, typename DstType>
429 struct StoreFinalOutputImpl<RegisterBlock<ScalarType, Rows, Cols>, DstType> {
431 static void Run(const RegisterBlockType& src, DstType* dst, int row,
445 template <typename RegisterBlockType, typename DstType>
446 void StoreFinalOutput(RegisterBlockType src, DstType* dst, int row, int col) {
447 StoreFinalOutputImpl<RegisterBlockType, DstType>::Run(src, dst, row, col);
459 template <typename DstType>
460 void Execute(InputType input, DstType* dst, int src_global_row,
468 typedef typename DstType::Scalar ScalarDstType;
Dunpack.h91 typename OutputPipelineExecutorType, typename DstType>
93 const OutputPipelineExecutorType& executor, DstType* dst, in UnpackResultBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h318 template <typename DstType, typename ArgType>
319 MachineInstrBuilder buildAnyExt(DstType &&Res, ArgType &&Arg) { in buildAnyExt()
335 template <typename DstType, typename ArgType>
336 MachineInstrBuilder buildSExt(DstType &&Res, ArgType &&Arg) { in buildSExt()
353 template <typename DstType, typename ArgType>
354 MachineInstrBuilder buildZExt(DstType &&Res, ArgType &&Arg) { in buildZExt()
414 template <typename DstType, typename ArgType>
415 MachineInstrBuilder buildCast(DstType &&Res, ArgType &&Arg) { in buildCast()
475 template <typename DstType>
476 MachineInstrBuilder buildConstant(DstType &&Res, int64_t Val) { in buildConstant()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dtype-mapping-bug.ll8 ; to %DstType.
10 %DstType = type { i8 }
14 %Tricky.1 = type { %DstType* }
16 @x = global %DstType zeroinitializer
23 ; getting a mapping from %DstType, which has previously used as
/external/deqp/framework/randomshaders/
DrsgExpression.cpp537 template <typename SrcType, typename DstType>
538 inline DstType convert (SrcType src) in convert()
541 return Scalar::min<DstType>().template as<DstType>(); in convert()
543 return Scalar::max<DstType>().template as<DstType>(); in convert()
545 return DstType(src); in convert()
567 template <typename SrcType, typename DstType>
568 inline void convertValueRange (SrcType srcMin, SrcType srcMax, DstType& dstMin, DstType& dstMax) in convertValueRange()
570 dstMin = convert<SrcType, DstType>(srcMin); in convertValueRange()
571 dstMax = convert<SrcType, DstType>(srcMax); in convertValueRange()
598 template <typename SrcType, typename DstType>
[all …]
/external/eigen/Eigen/src/SVD/
DSVDBase.h214 template<typename RhsType, typename DstType>
216 void _solve_impl(const RhsType &rhs, DstType &dst) const;
258 template<typename RhsType, typename DstType>
259 void SVDBase<Derived>::_solve_impl(const RhsType &rhs, DstType &dst) const in _solve_impl()
/external/skia/tests/
DVkHardwareBufferTest.cpp1060 enum class DstType { enum
1066 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()
1086 if (DstType::kVulkan == dstType) { in run_test()
1089 SkASSERT(DstType::kEGL == dstType); in run_test()
1271 run_test(reporter, options, SrcType::kCPU, DstType::kVulkan, false); in DEF_GPUTEST()
1275 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false); in DEF_GPUTEST()
1279 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, false); in DEF_GPUTEST()
1283 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false); in DEF_GPUTEST()
1287 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false); in DEF_GPUTEST()
1291 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, false); in DEF_GPUTEST()
[all …]
/external/skqp/tests/
DVkHardwareBufferTest.cpp1072 enum class DstType { enum
1078 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()
1098 if (DstType::kVulkan == dstType) { in run_test()
1101 SkASSERT(DstType::kEGL == dstType); in run_test()
1283 run_test(reporter, options, SrcType::kCPU, DstType::kVulkan, false); in DEF_GPUTEST()
1287 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false); in DEF_GPUTEST()
1291 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, false); in DEF_GPUTEST()
1295 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false); in DEF_GPUTEST()
1299 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false); in DEF_GPUTEST()
1303 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, false); in DEF_GPUTEST()
[all …]
/external/eigen/Eigen/src/LU/
DFullPivLU.h413 template<typename RhsType, typename DstType>
415 void _solve_impl(const RhsType &rhs, DstType &dst) const;
417 template<bool Conjugate, typename RhsType, typename DstType>
419 void _solve_impl_transposed(const RhsType &rhs, DstType &dst) const;
746 template<typename RhsType, typename DstType>
747 void FullPivLU<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
794 template<bool Conjugate, typename RhsType, typename DstType>
795 void FullPivLU<_MatrixType>::_solve_impl_transposed(const RhsType &rhs, DstType &dst) const
DPartialPivLU.h224 template<typename RhsType, typename DstType>
226 void _solve_impl(const RhsType &rhs, DstType &dst) const {
246 template<bool Conjugate, typename RhsType, typename DstType>
248 void _solve_impl_transposed(const RhsType &rhs, DstType &dst) const {
/external/eigen/Eigen/src/SparseCore/
DSparseTriangularView.h50 template<typename RhsType, typename DstType>
52 EIGEN_STRONG_INLINE void _solve_impl(const RhsType &rhs, DstType &dst) const { in _solve_impl()
53 …if(!(internal::is_same<RhsType,DstType>::value && internal::extract_data(dst) == internal::extract… in _solve_impl()
/external/eigen/Eigen/src/QR/
DHouseholderQR.h215 template<typename RhsType, typename DstType>
217 void _solve_impl(const RhsType &rhs, DstType &dst) const;
349 template<typename RhsType, typename DstType>
350 void HouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const in _solve_impl()
DCompleteOrthogonalDecomposition.h369 template <typename RhsType, typename DstType>
370 EIGEN_DEVICE_FUNC void _solve_impl(const RhsType& rhs, DstType& dst) const;
491 template <typename RhsType, typename DstType>
493 const RhsType& rhs, DstType& dst) const {
DColPivHouseholderQR.h418 template<typename RhsType, typename DstType>
420 void _solve_impl(const RhsType &rhs, DstType &dst) const;
584 template<typename RhsType, typename DstType>
585 void ColPivHouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
DFullPivHouseholderQR.h397 template<typename RhsType, typename DstType>
399 void _solve_impl(const RhsType &rhs, DstType &dst) const;
541 template<typename RhsType, typename DstType>
542 void FullPivHouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.h120 using DstType = typename std::iterator_traits<DstIter>::value_type; in ToArray() local
121 std::transform(begin, end, dst, [](const SrcType& x) -> DstType { in ToArray()
122 return static_cast<DstType>(x); in ToArray()
185 using DstType = typename std::iterator_traits<DstIter>::value_type;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp146 Value *Src, QualType SrcType, QualType DstType,
599 QualType DstType, llvm::Type *DstTy, SourceLocation Loc) { in EmitFloatConversionCheck() argument
610 assert(DstType->isFloatingType()); in EmitFloatConversionCheck()
614 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType)); in EmitFloatConversionCheck()
640 unsigned Width = CGF.getContext().getIntWidth(DstType); in EmitFloatConversionCheck()
641 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck()
698 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1) in EmitFloatConversionCheck()
705 CGF.getContext().getFloatTypeSemantics(DstType); in EmitFloatConversionCheck()
725 CGF.EmitCheckTypeDescriptor(DstType)}; in EmitFloatConversionCheck()
733 QualType DstType, in EmitScalarConversion() argument
[all …]
/external/eigen/Eigen/src/Cholesky/
DLLT.h202 template<typename RhsType, typename DstType>
204 void _solve_impl(const RhsType &rhs, DstType &dst) const;
472 template<typename RhsType, typename DstType>
473 void LLT<_MatrixType,_UpLo>::_solve_impl(const RhsType &rhs, DstType &dst) const
DLDLT.h260 template<typename RhsType, typename DstType>
262 void _solve_impl(const RhsType &rhs, DstType &dst) const;
557 template<typename RhsType, typename DstType>
558 void LDLT<_MatrixType,_UpLo>::_solve_impl(const RhsType &rhs, DstType &dst) const
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage.h117 template<class DstType>
122 DstType* to_data) const;
Dimage-inl.h77 template<class DstType>
82 DstType* to_data) const { in ExtractPatchAtSubpixelFixed1616()
97 static_cast<DstType>(GetPixelInterpFixed1616(fp_x + (x << 16), in ExtractPatchAtSubpixelFixed1616()

12