Home
last modified time | relevance | path

Searched refs:DstType (Results 1 – 25 of 39) 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/deqp/framework/randomshaders/
DrsgExpression.cpp512 template <typename SrcType, typename DstType>
513 inline DstType convert (SrcType src) in convert()
516 return Scalar::min<DstType>().template as<DstType>(); in convert()
518 return Scalar::max<DstType>().template as<DstType>(); in convert()
520 return DstType(src); in convert()
542 template <typename SrcType, typename DstType>
543 inline void convertValueRange (SrcType srcMin, SrcType srcMax, DstType& dstMin, DstType& dstMax) in convertValueRange()
545 dstMin = convert<SrcType, DstType>(srcMin); in convertValueRange()
546 dstMax = convert<SrcType, DstType>(srcMax); in convertValueRange()
573 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/skqp/src/shaders/
DSkShaderBase.h63 enum DstType { enum
69 DstType dstType, SkColorSpace* dstColorSpace) in ContextRec()
79 const DstType fPreferredDstType; // the "natural" client dest type
/external/skia/src/shaders/
DSkShaderBase.h63 enum DstType { enum
69 DstType dstType, SkColorSpace* dstColorSpace) in ContextRec()
79 const DstType fPreferredDstType; // the "natural" client dest type
/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/skqp/tests/
DVkHardwareBufferTest.cpp1296 enum class DstType { enum
1302 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()
1322 if (DstType::kVulkan == dstType) { in run_test()
1325 SkASSERT(DstType::kEGL == dstType); in run_test()
1506 run_test(reporter, options, SrcType::kCPU, DstType::kVulkan, false); in DEF_GPUTEST()
1510 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false); in DEF_GPUTEST()
1514 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, false); in DEF_GPUTEST()
1518 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false); in DEF_GPUTEST()
1522 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false); in DEF_GPUTEST()
1526 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, false); in DEF_GPUTEST()
[all …]
/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/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()
/external/clang/include/clang/AST/
DExpr.h3498 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, in ConvertVectorExpr() argument
3501 : Expr(ConvertVectorExprClass, DstType, VK, OK, in ConvertVectorExpr()
3502 DstType->isDependentType(), in ConvertVectorExpr()
3503 DstType->isDependentType() || SrcExpr->isValueDependent(), in ConvertVectorExpr()
3504 (DstType->isInstantiationDependentType() || in ConvertVectorExpr()
3506 (DstType->containsUnexpandedParameterPack() || in ConvertVectorExpr()
4619 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() argument
4622 : Expr(AsTypeExprClass, DstType, VK, OK, in AsTypeExpr()
4623 DstType->isDependentType(), in AsTypeExpr()
4624 DstType->isDependentType() || SrcExpr->isValueDependent(), in AsTypeExpr()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp796 const Type DstType = OpRd->getType(); in move() local
799 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) || in move()
800 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) { in move()
801 if (isScalarFloatingType(DstType)) { in move()
807 switch (DstType) { in move()

12