/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SparseSet.h | 132 SparseT *Sparse = nullptr; 147 ~SparseSet() { free(Sparse); } 162 free(Sparse); 166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); 207 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) { 257 Sparse[Idx] = size(); 294 Sparse[BackIdx] = I - begin();
|
H A D | SparseMultiSet.h | 123 SparseT *Sparse = nullptr; variable 195 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet() 209 free(Sparse); in setUniverse() 213 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse() 357 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) { in findIndex() 427 Sparse[Idx] = NodeIdx; in insert() 498 Sparse[sparseIndex(N)] = N.Next; in unlink()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProfWriter.h | 40 bool Sparse; 48 InstrProfWriter(bool Sparse = false, bool InstrEntryBBEnabled = false); 108 void setOutputSparse(bool Sparse);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 168 InstrProfWriter::InstrProfWriter(bool Sparse, bool InstrEntryBBEnabled) in InstrProfWriter() argument 169 : Sparse(Sparse), InstrEntryBBEnabled(InstrEntryBBEnabled), in InstrProfWriter() 180 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument 181 this->Sparse = Sparse; in setOutputSparse() 261 if (!Sparse) in shouldEncodeData()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | README-sparse_array.md | 1 Sparse Arrays
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | OPENSSL_SA.pod | 83 Sparse arrays are an internal data structure and should B<not> be used by user
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 2368 unsigned SparseUniverse = Sparse.size(); in filterAndAdd() 2377 if (Index < SparseUniverse && Sparse.test(Index)) in filterAndAdd() 2394 Sparse.resize(NewSparseUniverse); in filterAndAdd() 2400 Sparse.set(Index); in filterAndAdd() 2418 BitVector Sparse; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Lexicon.rst | 282 Sparse Conditional Constant Propagation
|
H A D | OptBisect.rst | 121 …BISECT: running pass (5) Interprocedural Sparse Conditional Constant Propagation on module (test.l…
|
H A D | Passes.rst | 658 ``-ipsccp``: Interprocedural Sparse Conditional Constant Propagation 661 An interprocedural variant of :ref:`Sparse Conditional Constant Propagation 1003 ``-sccp``: Sparse Conditional Constant Propagation 1006 Sparse conditional constant propagation and merging, which can be summarized
|
H A D | GettingStarted.rst | 898 Sparse Conditional Constant Propagation, Inlining, Loop Invariant Code Motion,
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | virtual | 306 0 lelong 0x02468ace Bochs Sparse disk image
|
H A D | windows | 748 >24 lelong&512 512 \b, Sparse
|
/netbsd-src/external/apache2/llvm/dist/llvm/ |
H A D | CREDITS.TXT | 37 D: Sparse bitmap
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | funstack.ok | 584 J. M. McNamee ACM Algorithm 408: A Sparse Matrix 2085 Inverse of a Sparse Matrix . . . . . . . 177--179 2624 J. D. Ullman Operations on Sparse Relations . . . . . 171--176 3475 Andrew Chi Chih Yao Storing a Sparse Table . . . . . . . . . 606--611 3637 Paolo Sipala Remark on ``Algorithm 408: A Sparse 3653 Fred G. Gustavson Remark on ``Algorithm 408: A Sparse 3687 G. Moller Remark on ``Algorithm 408: A Sparse
|
H A D | funstack.in | 4089 title = "{ACM} Algorithm 408: {A} Sparse Matrix Package (Part {I})", 15717 title = "On Computing Certain Elements of the Inverse of a Sparse Matrix", 19942 title = "Operations on Sparse Relations", 26258 title = "Storing a Sparse Table", 26883 title = "Remark on {``Algorithm 408: A Sparse Matrix Package (Part I) [F4]''}", 26947 title = "Remark on {``Algorithm 408: A Sparse Matrix Package (Part I) [F4]''}", 27059 title = "Remark on {``Algorithm 408: A Sparse Matrix Package (Part 1) [F4]''}",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPU.td | 684 // Sparse texture support requires that all result registers are zeroed when
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-mmix.texi | 550 The code and data areas are each contiguous. Sparse programs with
|
H A D | as.info | 17088 The code and data areas are each contiguous. Sparse programs with
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-mmix.texi | 550 The code and data areas are each contiguous. Sparse programs with
|
H A D | as.info | 17574 The code and data areas are each contiguous. Sparse programs with
|
/netbsd-src/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info-1 | 6217 Sparse vectors and matrices.
|
H A D | gmp.texi | 7476 Linbox @spaceuref{http://www.linalg.org/} @* Sparse vectors and matrices.
|