HomeSort by relevance Sort by last modified time
    Searched full:sparse (Results 326 - 350 of 835) sorted by null

<<11121314151617181920>>

  /frameworks/native/vulkan/api/
vulkan.api     [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 1260 const CvSparseMat* sparse = (const CvSparseMat*)sample; local
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 157 // packed-switch and sparse-switch data
165 * holds sparse-switch, packed-switch and fill-array-data data blocks to be
421 // add packed-switch, sparse-switch, fill-array-data data blocks at the
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 16 class BlockImpl<XprType,BlockRows,BlockCols,true,Sparse>
91 class BlockImpl<SparseMatrix<_Scalar, _Options, _Index>,BlockRows,BlockCols,true,Sparse>
278 class BlockImpl<const SparseMatrix<_Scalar, _Options, _Index>,BlockRows,BlockCols,true,Sparse>
415 /** Generic implementation of sparse Block expression.
419 class BlockImpl<XprType,BlockRows,BlockCols,InnerPanel,Sparse>
SparseVector.h 18 * \brief a sparse vector class
34 typedef Sparse StorageKind;
49 // Sparse-Vector-Assignment kinds:
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 24 * \brief Sparse supernodal LU factorization for general matrices
65 * \tparam _MatrixType The type of the sparse matrix. It must be a column-major SparseMatrix<>
109 * Compute the symbolic and numeric factorization of the input sparse matrix.
617 // Sparse LU within the panel, and below the panel diagonal
696 // Create the column major upper sparse matrix U;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 36 * <li> sparse matrix of cells that are 1x1
188 * Creates a sparse matrix that merges the icon and hotseat view group using the cell layout.
263 * Creates a sparse matrix that merges the icon of previous/next page and last column of
264 * current page. When left key is triggered on the leftmost column, sparse matrix is created
266 * key is triggered on the rightmost column, sparse matrix is created that combines this column
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 887 struct fragment *fragment, struct directory *dir_in, long long sparse)
902 sparse || IS_XATTR(xattr))
992 if(sparse && sparse >= byte_size)
993 sparse = byte_size - 1;
994 reg->sparse = sparse;
2573 long long sparse = 0; local
2668 long long sparse = 0; local
2807 long long sparse = 0; local
    [all...]
  /build/tools/releasetools/
add_img_to_target_files 91 """Build the (sparse) system image and return the name of a temp
109 """Build the (sparse) system_other image and return the name of a temp
132 """Build the (sparse) vendor image and return the name of a temp
add_img_to_target_files.py 91 """Build the (sparse) system image and return the name of a temp
109 """Build the (sparse) system_other image and return the name of a temp
132 """Build the (sparse) vendor image and return the name of a temp
  /external/ceres-solver/docs/source/
faqs.rst 135 2. For general sparse problems (i.e., the Jacobian matrix has a
143 4. For larger bundle adjustment problems with sparse Schur
190 Sparse linear algebra library SUITE_SPARSE
building.rst 33 Ceres can also use Eigen as a sparse linear algebra
59 <http://www.cise.ufl.edu/research/sparse/SuiteSparse/>`_. Needed for
60 solving large sparse linear systems. **Optional; strongly recomended
63 - `CXSparse <http://www.cise.ufl.edu/research/sparse/CXSparse/>`_.
259 brew install suite-sparse
481 Eigen's sparse Cholesky factorization. The is because this part of
  /external/ceres-solver/internal/ceres/
reorder_program.cc 288 // Compute a block sparse presentation of J'.
383 *error = "Unknown sparse linear algebra library.";
403 // Compute a block sparse presentation of J'.
  /external/eigen/bench/spbench/
spbenchsolver.h 347 cout << "\n Solving with Sparse LU AND COLAMD ... \n";
353 cout << "\n Solving with Sparse LU AND METIS ... \n";
429 //Internal Sparse Cholesky
  /external/eigen/doc/
FunctionsTakingEigenTypes.dox 17 \li MatrixBase: The common base class for all dense matrix expressions (as opposed to array expressions, as opposed to sparse and special matrix classes). Use it in functions that are meant to work only on dense matrices.
23 Prints the dimensions of the most generic object present in %Eigen. It could be any matrix expressions, any dense or sparse matrix and any array.
33 Prints a sub-block of the dense expression. Accepts any dense matrix or array expression, but no sparse objects and no special matrix classes such as DiagonalMatrix.
  /external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.tokens 312 INSTRUCTION_FORMAT31t("sparse-switch")
355 SPARSE_SWITCH_DIRECTIVE(".sparse-switch")
368 END_SPARSE_SWITCH_DIRECTIVE(".end sparse-switch")
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/AutofixTests/
GotoTest.smali 1196 sparse-switch v2, :SparseSwitch
1204 .sparse-switch
1208 .end sparse-switch
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 430 JSONObject sparse = properties.getJSONObject(KEY_SPARSE_PROPERTIES); local
    [all...]
  /external/ImageMagick/coders/
txt.c 623 entry=AcquireMagickInfo("TXT","SPARSE-COLOR","Sparse Color");
664 (void) UnregisterMagickInfo("SPARSE-COLOR");
755 if (LocaleCompare(image_info->magick,"SPARSE-COLOR") != 0)
782 if (LocaleCompare(image_info->magick,"SPARSE-COLOR") == 0)
785 Sparse-color format.
  /external/squashfs-tools/
CHANGES 128 1.7 Unsquashfs, fix sparse file writing when holes are larger than
224 3.3 Sparse file handling bug in Mksquashfs 3.3 fixed.
228 3.3 1 NOV 2007 Increase in block size, sparse file support,
239 1.2. Sparse files are now supported. Sparse files are files
243 performance for sparse files.
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 355 "%s/move-to-sparse", a_mnt.c_str())),
360 WriteSparseFile(base::StringPrintf("%s/move-from-sparse",
364 System(base::StringPrintf("dd if=/dev/zero of=%s/move-semi-sparse"
415 WriteSparseFile(base::StringPrintf("%s/move-to-sparse", b_mnt.c_str()),
421 "%s/move-from-sparse", b_mnt.c_str())),
426 "of=%s/move-semi-sparse "
    [all...]
  /external/bison/lib/
bbitset.h 35 for large very sparse sets).
37 (variable size, less storage for large sparse sets).
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
chart_base_2d.html 65 * chart. The data can be sparse (i.e. every x value does not have to
154 // Allow for sparse data
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bitvector.h 109 // sparse bit vectors, i.e. the those with few set bits.
116 // as well fast handling of sparse BVs.
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 139 //! Sparse index node used for final binary index construction
202 // Prepares sparse index for finalization. Ensures that child with word = 0 is moved

Completed in 1328 milliseconds

<<11121314151617181920>>