/frameworks/wilhelm/src/itf/ |
I3DMacroscopic.c | 106 // NTH Check for vectors close to zero or close to parallel
|
/libcore/support/src/test/java/tests/support/ |
Support_Format.java | 69 * compares two vectors regardless of the order of their elements
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getopt_int.h | 30 vectors at the same time. */
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
GeometryMathUtils.java | 48 // Math operations for 2d vectors
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
argz.h | 1 /* Routines for dealing with '\0' separated arg vectors.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
argz.h | 1 /* Routines for dealing with '\0' separated arg vectors.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
argz.h | 1 /* Routines for dealing with '\0' separated arg vectors.
|
/system/extras/libpagemap/ |
pm_process.c | 128 /* EOF, mapping is not in userspace mapping range (probably vectors) */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
VectorTest.java | 494 assertTrue("a) Equal vectors returned false", tVector.equals(v)); 496 assertTrue("b) UnEqual vectors returned true", !tVector.equals(v)); 498 assertTrue("c) Equal vectors returned false", tVector.equals(v)); 500 assertTrue("d) UnEqual vectors returned true", !tVector.equals(v)); 501 assertTrue("e) Equal vectors returned false", tVector.equals(tVector)); 502 assertFalse("f) UnEqual vectors returned true", tVector 504 assertFalse("g) Unequal vectors returned true", tVector.equals(null)); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_xform_tmp.h | 46 /* KW: 1-vectors can sneak into the texture pipeline via the array 57 /* KW: No longer zero-pad outgoing vectors. Now that external 58 * vectors can get into the pipeline we cannot ever assume 235 /* 2-vectors, which are a lot more relevant than 1-vectors, are
|
/external/eigen/Eigen/src/Eigenvalues/ |
SelfAdjointEigenSolver.h | 39 * selfadjoint matrix. These are the scalars \f$ \lambda \f$ and vectors 367 * pair of two vectors \a diag and \a subdiag. 451 // Sort eigenvalues and corresponding vectors. 560 // compute the eigen vectors 695 // compute the eigen vectors
|
/external/eigen/Eigen/src/Geometry/ |
Quaternion.h | 570 * the two arbitrary vectors \a a and \a b. In other words, the built 576 * Note that the two input vectors do \b not have to be normalized, and 588 // if dot == -1, vectors are nearly opposites 619 * the two arbitrary vectors \a a and \a b. In other words, the built 625 * Note that the two input vectors do \b not have to be normalized, and
|
/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 440 * and right \em singular \em vectors of \a A respectively. 447 * smaller value among \a n and \a p, there are only \a m singular vectors; the remaining columns of \a U and \a V do not correspond to actual 448 * singular vectors. Asking for \em thin \a U or \a V means asking for only their \a m first columns to be formed. So \a U is then a n-by-m matrix, 584 * The \a m first columns of \a U are the left singular vectors of the matrix being decomposed. 600 * The \a m first columns of \a V are the right singular vectors of the matrix being decomposed. [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorTypes.cpp | 18 // be a computation in two vectors of half the size. For example, implementing 329 "Operand types must be vectors"); 339 // Vectors may have a different boolean contents to scalars. Promote the 424 /// ScalarizeVecOp_CONCAT_VECTORS - The vectors to concatenate have length one - 846 "Operand types must be vectors"); [all...] |
/external/mesa3d/src/mesa/math/ |
m_xform_tmp.h | 46 /* KW: 1-vectors can sneak into the texture pipeline via the array 57 /* KW: No longer zero-pad outgoing vectors. Now that external 58 * vectors can get into the pipeline we cannot ever assume 235 /* 2-vectors, which are a lot more relevant than 1-vectors, are
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 160 /// Concat two 128-bit vectors into a 256 bit vector using VINSERTF128 [all...] |
/external/opencv/cxcore/src/ |
cxmatmul.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast_to_hir.cpp | 176 * floating-point scalars, vectors, and matrices." 244 /* "* The two operands are vectors of the same size. In this case, the 281 * more detail how vectors and matrices are operated on." 365 * values (including vectors and matrices). All unary operators work 402 * integer vectors." 424 /* "The operands cannot be vectors of differing size." */ 428 _mesa_glsl_error(loc, state, "operands of `%s' cannot be vectors of " 458 * integer vectors. The operand types must both be signed or both be 475 /* "The operands cannot be vectors of differing size. If one operand is 478 * are vectors of the same size, the result is computed component-wise. [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 176 * floating-point scalars, vectors, and matrices." 244 /* "* The two operands are vectors of the same size. In this case, the 281 * more detail how vectors and matrices are operated on." 365 * values (including vectors and matrices). All unary operators work 402 * integer vectors." 424 /* "The operands cannot be vectors of differing size." */ 428 _mesa_glsl_error(loc, state, "operands of `%s' cannot be vectors of " 458 * integer vectors. The operand types must both be signed or both be 475 /* "The operands cannot be vectors of differing size. If one operand is 478 * are vectors of the same size, the result is computed component-wise. [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
sslsock.c | [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | 691 // Macros to execute binary operation 'OP' over integer vectors 705 // (float or double) vectors [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SuballocatedIntVector.java | 31 * long vectors are being built up. 63 /** "Shortcut" handle to m_map[0]. Surprisingly helpful for short vectors. */
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
AxesWalker.java | 108 * corresponding clones in even vectors. 153 * corresponding clones in even vectors, may be null.
|
/external/ceres-solver/include/ceres/internal/ |
autodiff.h | 92 // more parameter vectors. 94 // To support multiple parameters, all the parameter vectors are concatenated
|
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function_test.cc | 66 // version, they are both block vectors, of course. 73 // Make 'arity' random vectors.
|