/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 | 273 template <typename DstType> 274 struct StoreFinalOutputImpl<RegBlockInt32<8, 1>, DstType> { 275 static void Run(const RegBlockInt32<8, 1>& src, DstType* dst, int row, 277 if (DstType::kOrder == MapOrder::ColMajor) { 293 template <typename DstType> 294 struct StoreFinalOutputImpl<RegBlockInt16<4, 1>, DstType> { 295 static void Run(const RegBlockInt16<4, 1>& src, DstType* dst, int row, 297 if (DstType::kOrder == MapOrder::ColMajor) { 308 template <typename DstType> 309 struct StoreFinalOutputImpl<RegBlockInt16<8, 1>, DstType> { [all …]
|
D | output_msa.h | 346 template <typename DstType> 347 struct StoreFinalOutputImpl<RegBlockInt32<4, 1>, DstType> { 348 static void Run(const RegBlockInt32<4, 1>& src, DstType* dst, int row, 350 if (DstType::kOrder == MapOrder::ColMajor) { 361 template <typename DstType> 362 struct StoreFinalOutputImpl<RegBlockInt32<8, 1>, DstType> { 363 static void Run(const RegBlockInt32<8, 1>& src, DstType* dst, int row, 365 if (DstType::kOrder == MapOrder::ColMajor) { 381 template <typename DstType> 382 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 | 508 template <typename RegisterBlockType, typename DstType> 514 template <typename ScalarType, int Rows, int Cols, typename DstType> 515 struct StoreFinalOutputImpl<RegisterBlock<ScalarType, Rows, Cols>, DstType> { 517 static void Run(const RegisterBlockType& src, DstType* dst, int row, 531 template <typename RegisterBlockType, typename DstType> 532 void StoreFinalOutput(RegisterBlockType src, DstType* dst, int row, int col) { 533 StoreFinalOutputImpl<RegisterBlockType, DstType>::Run(src, dst, row, col); 545 template <typename DstType> 546 void Execute(InputType input, DstType* dst, int src_global_row, 554 typedef typename DstType::Scalar ScalarDstType;
|
/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/v8/src/utils/ |
D | memcopy.h | 260 template <typename SrcType, typename DstType> 261 void CopyChars(DstType* dst, const SrcType* src, size_t count) V8_NONNULL(1, 2); 263 template <typename SrcType, typename DstType> 264 void CopyChars(DstType* dst, const SrcType* src, size_t count) { in CopyChars() 266 STATIC_ASSERT(std::is_integral<DstType>::value); in CopyChars() 268 using DstTypeUnsigned = typename std::make_unsigned<DstType>::type; in CopyChars() 275 Address dst_end = dst_start + count * sizeof(DstType); in CopyChars()
|
/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/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 1073 enum class DstType { enum 1079 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test() 1099 if (DstType::kVulkan == dstType) { in run_test() 1102 SkASSERT(DstType::kEGL == dstType); in run_test() 1284 run_test(reporter, options, SrcType::kCPU, DstType::kVulkan, false); in DEF_GPUTEST() 1288 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false); in DEF_GPUTEST() 1292 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, false); in DEF_GPUTEST() 1296 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false); in DEF_GPUTEST() 1300 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false); in DEF_GPUTEST() 1304 run_test(reporter, options, SrcType::kVulkan, DstType::kEGL, false); in DEF_GPUTEST() [all …]
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 1066 enum class DstType { enum 1072 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test() 1096 if (DstType::kVulkan == dstType) { in run_test() 1100 SkASSERT(DstType::kEGL == dstType); in run_test() 1285 run_test(reporter, options, SrcType::kCPU, DstType::kVulkan, false); in DEF_GPUTEST() 1289 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, false); in DEF_GPUTEST() 1293 run_test(reporter, options, SrcType::kVulkan, DstType::kVulkan, true); in DEF_GPUTEST() 1298 run_test(reporter, options, SrcType::kEGL, DstType::kVulkan, false); in DEF_GPUTEST() 1302 run_test(reporter, options, SrcType::kCPU, DstType::kEGL, false); in DEF_GPUTEST() 1306 run_test(reporter, options, SrcType::kEGL, DstType::kEGL, false); in DEF_GPUTEST() [all …]
|
/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/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/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/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/tensorflow/tensorflow/core/framework/ |
D | tensor_util.h | 124 using DstType = typename std::iterator_traits<DstIter>::value_type; in ToArray() local 125 std::transform(begin, end, dst, [](const SrcType& x) -> DstType { in ToArray() 126 return static_cast<DstType>(x); in ToArray()
|
/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()
|