/external/gemmlowp/internal/ |
D | output_sse.h | 182 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 …]
|
D | output_neon.h | 189 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 …]
|
D | output_msa.h | 244 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 …]
|
D | dispatch_gemm_shape.h | 29 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 …]
|
D | output.h | 422 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;
|
D | unpack.h | 91 typename OutputPipelineExecutorType, typename DstType> 93 const OutputPipelineExecutorType& executor, DstType* dst, in UnpackResultBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 318 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/ |
D | type-mapping-bug.ll | 8 ; 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/ |
D | rsgExpression.cpp | 537 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/ |
D | SVDBase.h | 214 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/ |
D | VkHardwareBufferTest.cpp | 1060 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/ |
D | VkHardwareBufferTest.cpp | 1072 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/ |
D | FullPivLU.h | 413 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
|
D | PartialPivLU.h | 224 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/ |
D | SparseTriangularView.h | 50 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/ |
D | HouseholderQR.h | 215 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()
|
D | CompleteOrthogonalDecomposition.h | 369 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 {
|
D | ColPivHouseholderQR.h | 418 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
|
D | FullPivHouseholderQR.h | 397 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/ |
D | tensor_util.h | 120 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/ |
D | CGExprScalar.cpp | 146 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/ |
D | LLT.h | 202 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
|
D | LDLT.h | 260 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/ |
D | image.h | 117 template<class DstType> 122 DstType* to_data) const;
|
D | image-inl.h | 77 template<class DstType> 82 DstType* to_data) const { in ExtractPatchAtSubpixelFixed1616() 97 static_cast<DstType>(GetPixelInterpFixed1616(fp_x + (x << 16), in ExtractPatchAtSubpixelFixed1616()
|