Searched
full:vectors (Results
401 -
425 of
1580) sorted by null
<<11121314151617181920>>
/external/eigen/bench/ |
benchEigenSolver.cpp | 109 // the non-selfadjoint solver does not compute the eigen vectors
|
/external/eigen/doc/ |
C10_TutorialMapClass.dox | 10 This tutorial page explains how to work with "raw" C++ arrays. This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into Eigen.
|
/external/eigen/test/ |
nullary.cpp | 78 // check whether everything works with row and col major vectors
|
/external/eigen/unsupported/Eigen/ |
NonLinearOptimization | 49 * implementation, such as most linear algebra (vectors, matrices, stable norms).
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MatrixMarketIterator.h | 28 * The right hand side vectors are loaded as well, if they exist.
|
/external/icu4c/common/ |
uresdata.h | 231 * Array items are simple vectors of Resource handles, 304 * - Vectors of 8-bit bytes stored as type Binary. 305 * - Vectors of 16-bit words stored as type Unicode String or Unicode String-v2 307 * - Vectors of 32-bit words stored as type Integer Vector.
|
/external/libsepol/include/sepol/policydb/ |
policydb.h | 75 * common prefixes for access vectors, classes, 100 /* Attributes of a common prefix for access vectors */ 518 /* type enforcement access vectors and transitions */ 523 /* type enforcement conditional access vectors and transitions */
|
services.h | 40 * Compute access vectors based on a SID pair for
|
/external/libvorbis/vq/ |
huffbuild.c | 163 /* first, the static vectors, then the book structure to tie it together. */
|
/external/libvpx/libvpx/vp8/common/ |
findnearmv.c | 21 /* Predict motion vectors using those from already-decoded nearby blocks.
|
/external/libvpx/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 34 ;# index to the next set of vectors in the row. 112 ;# input will can span three vectors if not aligned correctly. 463 ;# input will can span three vectors if not aligned correctly. 503 ;# input will can span three vectors if not aligned correctly.
|
variance_subpixel_altivec.asm | 35 ;# index to the next set of vectors in the row. 51 ;# index to the next set of vectors in the row. 173 ;# input will can span three vectors if not aligned correctly. 566 ;# input will can span three vectors if not aligned correctly.
|
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 263 ; we rely on the fact that the clamping vectors are stored contiguously
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 521 ; If mask and flat are 1's for all vectors, then we only need to execute 522 ; the power branch for all vectors. 569 ; If mask and flat are 0's for all vectors, then we only need to execute 570 ; the filter branch for all vectors.
|
vp9_short_idct4x4_add_neon.asm | 57 ; generate constant vectors
|
/external/llvm/include/llvm/ADT/ |
edit_distance.h | 54 // just keeps two separate vectors for those two rows.
|
/external/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 478 /// Block and Subloop vectors of the now complete subloop to achieve RPO. 507 /// Block vectors are then populated during a single forward CFG traversal 515 /// The Block vectors are inclusive, so step 3 requires loop-depth number of 550 // vectors for all loops.
|
/external/llvm/include/llvm/IR/ |
Instruction.def | 171 HANDLE_OTHER_INST(55, ShuffleVector, ShuffleVectorInst) // shuffle two vectors.
|
/external/llvm/include/llvm/Support/ |
ArrayRecycler.h | 89 /// this function can be used to reallocate incrementally growing vectors
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.h | 62 /// make_vector - Helper function which is useful for building temporary vectors
|
/external/llvm/test/Analysis/CostModel/ARM/ |
select.ll | 66 ; odd vectors get legalized and should have similar costs
|
/external/llvm/test/CodeGen/ARM/ |
vstlane.ll | 57 ; // Can use scalar load. No need to use vectors. 76 ; // Can use scalar load. No need to use vectors. 87 ; // Can use scalar load. No need to use vectors. 100 ; // Can use scalar load. No need to use vectors.
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_splat.ll | 1 ; Test that vectors are scalarized/lowered correctly.
|
/external/llvm/test/CodeGen/X86/ |
basic-promote-integers.ll | 1 ; Test that vectors are scalarized/lowered correctly
|
/external/llvm/test/Transforms/InstSimplify/ |
ptr_diff.ll | 51 ; Handle simple cases of vectors of pointers.
|
Completed in 2034 milliseconds
<<11121314151617181920>>