HomeSort by relevance Sort by last modified time
    Searched full:sparse (Results 1 - 25 of 807) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_big_sparse/
name 1 big sparse file
  /external/eigen/Eigen/
Eigen 2 //#include "Sparse"
Sparse 4 /** \defgroup Sparse_Module Sparse meta-module
15 * #include <Eigen/Sparse>
SparseCore 17 * This module provides a sparse matrix representation, and basic associatd matrix manipulations
20 * See the \ref TutorialSparse "Sparse tutorial"
31 /** The type used to identify a general sparse storage. */
32 struct Sparse {};
  /prebuilts/go/darwin-x86/src/archive/tar/testdata/
sparse-formats.tar 
  /prebuilts/go/linux-x86/src/archive/tar/testdata/
sparse-formats.tar 
  /art/test/800-smali/smali/
EmptySparseSwitch.smali 10 sparse-switch v0, :SparseSwitch
15 .sparse-switch
16 .end sparse-switch
  /system/core/libsparse/include/sparse/
sparse.h 30 * sparse_file_new - create a new sparse file cookie
33 * @len - size of the expanded sparse file.
40 * Returns the sparse file cookie, or NULL on error.
45 * sparse_file_destroy - destroy a sparse file cookie
47 * @s - sparse file cookie
49 * Destroys a sparse file cookie. After destroy, all memory passed in to
55 * sparse_file_add_data - associate a data chunk with a sparse file
57 * @s - sparse file cookie
60 * @block - offset in blocks into the sparse file to place the data chunk
62 * Associates a data chunk with a sparse file cookie. The regio
    [all...]
  /external/autotest/client/tests/sparse/
sparse.py 5 class sparse(test.test): class in inherits:test.test
12 # http://www.codemonkey.org.uk/projects/git-snapshots/sparse/sparse-2006-04-28.tar.gz
13 def setup(self, tarball = 'sparse-2006-04-28.tar.gz'):
19 utils.system('ln check sparse')
21 self.top_dir = self.job.tmpdir+'/sparse'
30 results = os.path.join (self.resultsdir, 'sparse')
  /external/smali/baksmali/src/test/resources/SwitchTest/
UnorderedSparseSwitchInput.smali 9 sparse-switch v0, :SparseSwitch
28 .sparse-switch
34 .end sparse-switch
UnorderedSparseSwitchOutput.smali 6 sparse-switch v0, :sswitch_data_c
21 .sparse-switch
27 .end sparse-switch
  /external/eigen/Eigen/src/SparseCore/
SparseTranspose.h 15 template<typename MatrixType> class TransposeImpl<MatrixType,Sparse>
29 // NOTE: VC10 and VC11 trigger an ICE if don't put typename TransposeImpl<MatrixType,Sparse>:: in front of Index,
30 // a typedef typename TransposeImpl<MatrixType,Sparse>::Index Index;
33 template<typename MatrixType> class TransposeImpl<MatrixType,Sparse>::InnerIterator
40 EIGEN_STRONG_INLINE InnerIterator(const TransposeImpl& trans, typename TransposeImpl<MatrixType,Sparse>::Index outer)
43 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col(); }
44 typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); }
47 template<typename MatrixType> class TransposeImpl<MatrixType,Sparse>::ReverseInnerIterator
54 EIGEN_STRONG_INLINE ReverseInnerIterator(const TransposeImpl& xpr, typename TransposeImpl<MatrixType,Sparse>::Index outer)
57 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col();
    [all...]
SparseCwiseBinaryOp.h 16 // 1 - sparse op dense
17 // 2 - dense op sparse
18 // 3 - sparse op sparse
23 // 1 - sparse op dense product sparse
25 // 2 - dense op sparse product sparse
27 // 3 - sparse op sparse product spars
    [all...]
SparseCwiseUnaryOp.h 16 class CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>
34 class CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::InnerIterator
35 : public CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeIterator
38 typedef typename CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeIterator Base;
57 class CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::ReverseInnerIterator
58 : public CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeReverseIterator
61 typedef typename CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeReverseIterator Base;
80 class CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>
98 class CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::InnerIterator
99 : public CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeIterato
    [all...]
  /external/deqp/doc/testspecs/VK/
sparse_resources.txt 0 Sparse resources tests
25 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
27 First queue is used to perform binding of device memory to sparse buffer. The binding operation signals semaphore
30 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
31 one used as input and the second as output. The input buffer is used to transfer data to sparse buffer. The data is then
32 transfered further from sparse buffer to output buffer. The transer queue waits on a semaphore, before transfer operations
44 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
46 First queue is used to perform binding of device memory to sparse image. The binding operation signals semaphore
49 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
50 one used as input and the second as output. The input buffer is used to transfer data to sparse image. The data is the
    [all...]
  /external/smali/baksmali/src/test/resources/MultiSwitchTest/
MultiSwitchOutput.smali 64 .method public multi-sparse-switch()V
69 sparse-switch p0, :sswitch_data_14
86 sparse-switch p0, :sswitch_data_26
105 .sparse-switch
110 .end sparse-switch
113 .sparse-switch
118 .end sparse-switch
MultiSwitchInput.smali 39 .method public multi-sparse-switch()V
42 sparse-switch p0, :sswitch_data_12
53 sparse-switch p0, :sswitch_data_12
66 .sparse-switch
71 .end sparse-switch
  /art/test/015-switch/
expected.txt 60 sparse
125 CORRECT big sparse / first
126 CORRECT big sparse / last
  /art/runtime/interpreter/mterp/x86_64/
op_packed_switch.S 3 * Handle a packed-switch or sparse-switch instruction. In both cases
9 * for: packed-switch, sparse-switch
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
CMakeLists.txt 29 add_library(deqp-vk-sparse-resources STATIC ${DEQP_VK_IMAGE_SRCS})
30 target_link_libraries(deqp-vk-sparse-resources ${DEQP_VK_IMAGE_LIBS})
  /external/snakeyaml/src/test/resources/pyyaml/
construct-null.data 13 sparse:
  /system/core/libsparse/
output_file.h 20 #include <sparse/sparse.h>
25 int gz, int sparse, int chunks, int crc);
27 void *priv, unsigned int block_size, int64_t len, int gz, int sparse,
simg2simg.c 31 #include <sparse/sparse.h>
39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
69 fprintf(stderr, "Failed to import sparse file\n");
81 fprintf(stderr, "Failed to allocate sparse file array\n");
106 fprintf(stderr, "Failed to write sparse file\n");
  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 47 scoped_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse"));
66 scoped_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse"));
85 UMA_HISTOGRAM_SPARSE_SLOWLY("Sparse", 100);
86 UMA_HISTOGRAM_SPARSE_SLOWLY("Sparse", 200);
87 UMA_HISTOGRAM_SPARSE_SLOWLY("Sparse", 100);
96 EXPECT_EQ("Sparse", sparse_histogram->histogram_name());
110 std::string name = StringPrintf("Sparse%d", i + 1);
125 scoped_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse"));
139 EXPECT_EQ("Sparse", name);
  /art/runtime/interpreter/mterp/arm/
op_packed_switch.S 3 * Handle a packed-switch or sparse-switch instruction. In both cases
9 * for: packed-switch, sparse-switch

Completed in 518 milliseconds

1 2 3 4 5 6 7 8 91011>>