/external/llvm/include/llvm/ADT/ |
D | SparseSet.h | 129 SparseT *Sparse; 146 SparseSet() : Sparse(nullptr), Universe(0) {} 147 ~SparseSet() { free(Sparse); } 162 free(Sparse); 166 Sparse = reinterpret_cast<SparseT*>(calloc(U, sizeof(SparseT))); 207 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) { 254 Sparse[Idx] = size(); 291 Sparse[BackIdx] = I - begin();
|
D | SparseMultiSet.h | 116 SparseT *Sparse; variable 191 : Sparse(nullptr), Universe(0), FreelistIdx(SMSNode::INVALID), NumFree(0) {} in SparseMultiSet() 193 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet() 207 free(Sparse); in setUniverse() 211 Sparse = reinterpret_cast<SparseT*>(calloc(U, sizeof(SparseT))); in setUniverse() 353 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) { in findIndex() 423 Sparse[Idx] = NodeIdx; in insert() 494 Sparse[sparseIndex(N)] = N.Next; in unlink()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SparseSet.h | 133 SparseT *Sparse = nullptr; 148 ~SparseSet() { free(Sparse); } 163 free(Sparse); 167 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); 208 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) { 255 Sparse[Idx] = size(); 292 Sparse[BackIdx] = I - begin();
|
D | SparseMultiSet.h | 124 SparseT *Sparse = nullptr; variable 196 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet() 210 free(Sparse); in setUniverse() 214 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse() 358 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) { in findIndex() 428 Sparse[Idx] = NodeIdx; in insert() 499 Sparse[sparseIndex(N)] = N.Next; in unlink()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 36 bool Sparse; 43 InstrProfWriter(bool Sparse = false); 74 void setOutputSparse(bool Sparse);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 40 bool Sparse; 47 InstrProfWriter(bool Sparse = false); 91 void setOutputSparse(bool Sparse);
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 144 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() argument 145 : Sparse(Sparse), FunctionData(), ProfileKind(PF_Unknown), in InstrProfWriter() 155 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument 156 this->Sparse = Sparse; in setOutputSparse() 186 if (!Sparse) in shouldEncodeData()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 78 template<typename T> struct eval<T,Sparse> 111 template<typename T> struct plain_matrix_type<T,Sparse> 121 struct plain_object_eval<T,Sparse> 126 struct solve_traits<Decomposition,RhsType,Sparse> 132 struct generic_xpr_base<Derived, MatrixXpr, Sparse>
|
D | SparseDenseProduct.h | 17 template <> struct product_promote_storage_type<Sparse,Dense, OuterProduct> { typedef Sparse ret; }; 18 template <> struct product_promote_storage_type<Dense,Sparse, OuterProduct> { typedef Sparse ret; }; 213 typedef typename conditional<is_same<typename internal::traits<Lhs1>::StorageKind,Sparse>::value, 215 typedef typename conditional<is_same<typename internal::traits<Lhs1>::StorageKind,Sparse>::value, 252 Scalar get(const RhsEval &rhs, Index outer, Sparse = Sparse())
|
D | SparsePermutation.h | 88 …tTag> struct product_promote_storage_type<Sparse, PermutationStorage, ProductTag> { ty… 89 …ct product_promote_storage_type<PermutationStorage, Sparse, ProductTag> { typedef Spar…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 165 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() argument 166 : Sparse(Sparse), InfoObj(new InstrProfRecordWriterTrait()) {} in InstrProfWriter() 176 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument 177 this->Sparse = Sparse; in setOutputSparse() 223 if (!Sparse) in shouldEncodeData()
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_sparse_texture2.txt | 57 Sparse Allocation Test 66 Sparse Allocation Test 75 Sparse Texture Commitment Test 88 Virtual Page Sizes for Sparse Textures and <pname>: 123 Shader Sparse Texture Lookup Tests
|
D | CTS_ARB_sparse_texture.txt | 84 Sparse Allocation Test 135 Sparse Texture Commitment Test 138 Sparse allocate TexStorage*. 194 Sparse allocate TesStorage*.
|
D | CTS_ARB_sparse_texture_clamp.txt | 48 Sparse Texture Clamp Lookup Residency Tests 75 Sparse and Non-sparse Texture Clamp Lookup Color Tests
|
/external/eigen/Eigen/ |
D | Sparse | 11 /** \defgroup Sparse_Module Sparse meta-module 22 #include <Eigen/Sparse>
|
D | Eigen | 2 #include "Sparse"
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.h | 55 struct Sparse { struct 61 std::vector<Sparse> sparse;
|
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 532 … struct cwise_promote_storage_type<Sparse,Dense,Functor> { typ… 533 … struct cwise_promote_storage_type<Dense,Sparse,Functor> { typede… 539 …int LhsOrder, int RhsOrder> struct cwise_promote_storage_order<LhsKind,Sparse,LhsOrder,RhsOrder>… 540 template <typename RhsKind, int LhsOrder, int RhsOrder> struct cwise_promote_storage_order<Sparse… 541 … struct cwise_promote_storage_order<Sparse,Sparse,Order,Order> …
|
/external/mesa3d/src/intel/vulkan/ |
D | TODO | 6 - Sparse memory
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RecvTPUEmbeddingActivations.pbtxt | 27 the arguments to TPUEmbeddingEnqueue(Integer/Sparse/SparseTensor)Batch. The
|
D | api_def_ResourceSparseApplyProximalGradientDescent.pbtxt | 46 summary: "Sparse update \'*var\' as FOBOS algorithm with fixed learning rate."
|
D | api_def_SparseApplyProximalGradientDescent.pbtxt | 52 summary: "Sparse update \'*var\' as FOBOS algorithm with fixed learning rate."
|
D | api_def_ResourceSparseApplyProximalAdagrad.pbtxt | 52 summary: "Sparse update entries in \'*var\' and \'*accum\' according to FOBOS algorithm."
|
/external/eigen/doc/ |
D | TutorialSparse.dox | 3 /** \eigenManualPage TutorialSparse Sparse matrix manipulations 14 <td>%Sparse LU factorization to solve general square sparse systems</td></tr> 15 …arseQR \endlink</td><td>\code #include<Eigen/SparseQR>\endcode </td><td>%Sparse QR factorization f… 17 <tr><td>\link Sparse_Module Sparse \endlink</td><td>\code#include <Eigen/Sparse>\endcode</td><td>In… 20 \section TutorialSparseIntro Sparse matrix format 239 %Sparse expressions support most of the unary and binary coefficient wise operations: 270 %Sparse expressions also support transposition:
|
/external/eigen/unsupported/Eigen/ |
D | IterativeSolvers | 13 #include <Eigen/Sparse>
|