/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 131 template <typename IndexType> 134 IndexType start ; /* index for A of first row in this column, or DEAD */ 136 IndexType length ; /* number of rows in this column */ 139 IndexType thickness ; /* number of original columns represented by this */ 141 IndexType parent ; /* parent in parent tree super-column structure, if */ 146 IndexType score ; /* the score used to maintain heap, if col is alive */ 147 IndexType order ; /* pivot ordering of this column, if col is dead */ 151 IndexType headhash ; /* head of a hash bucket, if col is at the head of */ 153 IndexType hash ; /* hash value, if col is not in a degree list */ 154 IndexType prev ; /* previous column in degree list, if col is in a */ [all …]
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.h | 47 class IndexType { 56 IndexType() {} in IndexType() function 57 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function 59 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() 63 bool operator== (IndexType Idx) const; 65 bool operator!= (IndexType Idx) const; 66 IndexType operator++ (); 68 bool operator< (IndexType Idx) const; 69 bool operator<= (IndexType Idx) const; 72 bool operator> (IndexType Idx) const; [all …]
|
D | HexagonBlockRanges.cpp | 36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() 50 IndexType E = (end() != IndexType::None) ? end() : start(); in contains() 51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() 61 IndexType AS = A.start(), AE = A.end(); in merge() 62 if (AS < start() || start() == IndexType::None) in merge() 64 if (end() < AE || end() == IndexType::None) { in merge() 115 IndexType AS = A.start(), AE = A.end(); in addsub() 116 IndexType BS = B.start(), BE = B.end(); in addsub() 120 if (AE == IndexType::None) in addsub() 126 assert(AE != IndexType::None); in addsub() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.h | 44 class IndexType { 53 IndexType() {} in IndexType() function 54 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function 56 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() 60 bool operator== (IndexType Idx) const; 62 bool operator!= (IndexType Idx) const; 63 IndexType operator++ (); 65 bool operator< (IndexType Idx) const; 66 bool operator<= (IndexType Idx) const; 69 bool operator> (IndexType Idx) const; [all …]
|
D | HexagonBlockRanges.cpp | 36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() 50 IndexType E = (end() != IndexType::None) ? end() : start(); in contains() 51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() 61 IndexType AS = A.start(), AE = A.end(); in merge() 62 if (AS < start() || start() == IndexType::None) in merge() 64 if (end() < AE || end() == IndexType::None) { in merge() 115 IndexType AS = A.start(), AE = A.end(); in addsub() 116 IndexType BS = B.start(), BE = B.end(); in addsub() 120 if (AE == IndexType::None) in addsub() 126 assert(AE != IndexType::None); in addsub() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.h | 45 class IndexType { 53 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() 55 IndexType() : Index(None) {} in IndexType() function 56 IndexType(unsigned Idx) : Index(Idx) {} in IndexType() function 59 bool operator== (IndexType Idx) const; 61 bool operator!= (IndexType Idx) const; 62 IndexType operator++ (); 64 bool operator< (IndexType Idx) const; 65 bool operator<= (IndexType Idx) const; 68 bool operator> (IndexType Idx) const; [all …]
|
D | HexagonBlockRanges.cpp | 32 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() 47 IndexType E = (end() != IndexType::None) ? end() : start(); in contains() 48 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() 59 IndexType AS = A.start(), AE = A.end(); in merge() 60 if (AS < start() || start() == IndexType::None) in merge() 62 if (end() < AE || end() == IndexType::None) { in merge() 116 IndexType AS = A.start(), AE = A.end(); in addsub() 117 IndexType BS = B.start(), BE = B.end(); in addsub() 121 if (AE == IndexType::None) in addsub() 127 assert(AE != IndexType::None); in addsub() [all …]
|
/external/eigen/Eigen/src/Core/functors/ |
D | NullaryFunctors.h | 33 template<typename IndexType> 34 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (IndexType row, IndexType col) const… 50 template<typename IndexType> 51 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (IndexType i) const { 59 template<typename IndexType> 60 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp(IndexType i) const 99 template<typename IndexType> 101 const Scalar operator() (IndexType i) const 135 template<typename IndexType> 136 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (IndexType i) const { return impl(i)… [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_types.h | 24 template <typename T, int NDIMS = 1, typename IndexType = Eigen::DenseIndex> 27 typedef Eigen::TensorMap<Eigen::Tensor<T, NDIMS, Eigen::RowMajor, IndexType>, 31 Eigen::Tensor<const T, NDIMS, Eigen::RowMajor, IndexType>, Eigen::Aligned> 35 typedef Eigen::TensorMap<Eigen::Tensor<T, NDIMS, Eigen::RowMajor, IndexType> > 38 Eigen::Tensor<const T, NDIMS, Eigen::RowMajor, IndexType> > 47 Eigen::TensorFixedSize<T, Eigen::Sizes<>, Eigen::RowMajor, IndexType>, 51 Eigen::RowMajor, IndexType>, 57 Eigen::TensorFixedSize<T, Eigen::Sizes<>, Eigen::RowMajor, IndexType> > 60 Eigen::RowMajor, IndexType> > 64 typedef Eigen::TensorMap<Eigen::Tensor<T, 1, Eigen::RowMajor, IndexType>, [all …]
|
D | tensor_shape.h | 374 template <int NDIMS, typename IndexType = Eigen::DenseIndex> 375 Eigen::DSizes<IndexType, NDIMS> AsEigenDSizes() const; 381 template <int NDIMS, typename IndexType = Eigen::DenseIndex> 382 Status AsEigenDSizesWithStatus(Eigen::DSizes<IndexType, NDIMS>* out) const; 388 template <int NDIMS, typename IndexType = Eigen::DenseIndex> 389 Eigen::DSizes<IndexType, NDIMS> AsEigenDSizesWithPadding() const; 395 template <int NDIMS, typename IndexType = Eigen::DenseIndex> 397 Eigen::DSizes<IndexType, NDIMS>* out) const; 409 template <int NDIMS, typename IndexType = Eigen::DenseIndex> 410 Eigen::DSizes<IndexType, NDIMS> AsEigenDSizesCopy() const; [all …]
|
/external/vulkan-validation-layers/layers/ |
D | sparse_containers.h | 92 typedef IndexType_ IndexType; typedef 95 typedef std::unordered_map<IndexType, ValueType> SparseType; 98 SparseVector(IndexType start, IndexType end) in SparseVector() 119 const ValueType &Get(const IndexType index) const { in Get() 141 bool Set(const IndexType index, const ValueType &value) { in Set() 153 bool SetRange(const IndexType start, IndexType end, ValueType value) { in SetRange() 182 for (IndexType index = start; index < end; ++index) { in SetRange() 190 for (IndexType index = start; index < end; ++index) { in SetRange() 210 const IndexType index = (*it).first; in Merge() 218 for (IndexType entry = from.range_min_; entry < from.range_max_; ++entry) { in Merge() [all …]
|
/external/eigen/Eigen/src/PardisoSupport/ |
D | PardisoSupport.h | 43 template<typename IndexType> 46 …static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, Inde… in run() 47 …IndexType *ia, IndexType *ja, IndexType *perm, IndexType nrhs, IndexType *iparm, IndexType msglvl,… in run() 49 IndexType error = 0; in run() 57 typedef long long int IndexType; 58 …static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, Inde… 59 …IndexType *ia, IndexType *ja, IndexType *perm, IndexType nrhs, IndexType *iparm, IndexType msglvl,… 61 IndexType error = 0;
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | EnumeratedArray.h | 21 Enumeration LargestEnum = Enumeration::Last, typename IndexType = int, 22 IndexType Size = 1 + static_cast<IndexType>(LargestEnum)> 27 for (IndexType IX = 0; IX < Size; ++IX) { in EnumeratedArray() 32 auto IX = static_cast<const IndexType>(Index); 39 IndexType, Size> &>(*this)[Index]); 41 inline IndexType size() { return Size; } in size()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | EnumeratedArray.h | 21 Enumeration LargestEnum = Enumeration::Last, typename IndexType = int, 22 IndexType Size = 1 + static_cast<IndexType>(LargestEnum)> 27 for (IndexType IX = 0; IX < Size; ++IX) { in EnumeratedArray() 32 auto IX = static_cast<const IndexType>(Index); 39 IndexType, Size> &>(*this)[Index]);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_2d.h | 206 template <typename Device, typename T, typename IndexType, int NDIMS> 209 typename TTypes<T, NDIMS, IndexType>::ConstTensor in, 210 typename TTypes<T, NDIMS, IndexType>::Tensor out) { 212 Eigen::DSizes<IndexType, NDIMS - 2> spatial_dims; 218 Eigen::DSizes<IndexType, 3> merged_dims; 224 Eigen::DSizes<IndexType, 3> shuffling_perm; 226 Eigen::DSizes<IndexType, NDIMS> expanded_dims; 229 shuffling_perm = Eigen::DSizes<IndexType, 3>(2, 1, 0); 238 shuffling_perm = Eigen::DSizes<IndexType, 3>(2, 0, 1); 258 template <typename Device, typename T, typename IndexType> [all …]
|
D | eigen_contraction_kernel.h | 75 template <typename Scalar, typename IndexType, typename DataMapper, 80 template <typename Scalar, typename IndexType, typename DataMapper> 81 struct gemm_pack_colmajor_block<Scalar, IndexType, DataMapper, 89 void operator()(Scalar* block, const DataMapper& data_mapper, IndexType rows, 90 IndexType cols) { 91 const IndexType unrolled_rows = rows - 4 * PacketSize; 92 const IndexType vectorized_rows = rows - PacketSize; 94 for (IndexType col = 0; col < cols; ++col) { 97 IndexType row = 0; 100 for (IndexType j = 0; j < 4; ++j) { [all …]
|
D | split_op.cc | 104 template <typename IndexType> 105 std::tuple<IndexType, IndexType, IndexType> SetDims( in SetDims() 107 static_assert(std::is_integral<IndexType>::value, in SetDims() 116 IndexType split_dim_size = in SetDims() 117 static_cast<IndexType>(input_shape.dim_size(split_dim)); in SetDims() 119 IndexType suffix_dim_size = 1; in SetDims() 121 suffix_dim_size *= static_cast<IndexType>(input_shape.dim_size(i)); in SetDims()
|
/external/eigen/Eigen/src/Core/ |
D | Visitor.h | 204 template<typename IndexType> 207 DenseBase<Derived>::minCoeff(IndexType* rowId, IndexType* colId) const 222 template<typename IndexType> 225 DenseBase<Derived>::minCoeff(IndexType* index) const 230 *index = IndexType((RowsAtCompileTime==1) ? minVisitor.col : minVisitor.row); 241 template<typename IndexType> 244 DenseBase<Derived>::maxCoeff(IndexType* rowPtr, IndexType* colPtr) const 259 template<typename IndexType> 262 DenseBase<Derived>::maxCoeff(IndexType* index) const
|
D | CoreEvaluators.h | 346 template <typename IndexType> 347 …_FUNC EIGEN_STRONG_INLINE Scalar operator()(const NullaryOp& op, IndexType i, IndexType j) const {… 348 template <typename IndexType> 349 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar operator()(const NullaryOp& op, IndexType i) const { … 351 …te <typename T, typename IndexType> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T packetOp(const Nullary… 352 …template <typename T, typename IndexType> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T packetOp(const N… 358 template <typename IndexType> 359 …_FUNC EIGEN_STRONG_INLINE Scalar operator()(const NullaryOp& op, IndexType=0, IndexType=0) const {… 360 …te <typename T, typename IndexType> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T packetOp(const Nullary… 366 template <typename IndexType> [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSystemRegister.inc | 124 struct IndexType { 128 static const struct IndexType Index[] = { 170 [](const IndexType &LHS, const KeyType &RHS) { 184 struct IndexType { 188 static const struct IndexType Index[] = { 230 [](const IndexType &LHS, const KeyType &RHS) { 294 struct IndexType { 298 static const struct IndexType Index[] = { 344 [](const IndexType &LHS, const KeyType &RHS) { 358 struct IndexType { [all …]
|
/external/llvm-project/libcxx/test/libcxx/utilities/variant/variant.variant/ |
D | variant_size.pass.cpp | 45 template <class IndexType> 47 using Lim = std::numeric_limits<IndexType>; in test_index_type() 53 template <class IndexType> 55 using Lim = std::numeric_limits<IndexType>; in test_index_internals()
|
/external/libcxx/test/libcxx/utilities/variant/variant.variant/ |
D | variant_size.pass.cpp | 41 template <class IndexType> 43 using Lim = std::numeric_limits<IndexType>; in test_index_type() 49 template <class IndexType> 51 using Lim = std::numeric_limits<IndexType>; in test_index_internals()
|
/external/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/ |
D | mlir-support.cpp | 16 mlir::Type IndexType = mlir::IndexType::get(&Context); variable 24 mlir::TupleType::get(mlir::TypeRange({IndexType, FloatType}), &Context); 36 mlir::Attribute TypeAttr = mlir::TypeAttr::get(IndexType);
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 81 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0); 84 const IndexType indexType; 99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType() 105 const IndexType m_indexType;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSystemOperands.inc | 1075 struct IndexType { 1079 static const struct IndexType Index[] = { 1102 [](const IndexType &LHS, const KeyType &RHS) { 1116 struct IndexType { 1120 static const struct IndexType Index[] = { 1143 [](const IndexType &LHS, const KeyType &RHS) { 1171 struct IndexType { 1175 static const struct IndexType Index[] = { 1187 [](const IndexType &LHS, const KeyType &RHS) { 1201 struct IndexType { [all …]
|