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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Tutorial_solve_multiple_rhs.cpp 7 cout << "The solution with right-hand side (3,3,4) is:" << endl;
9 cout << "The solution with right-hand side (1,1,1) is:" << endl;
Tutorial_solve_reuse_decomposition.cpp 8 cout << "The solution with right-hand side (3,3,4) is:" << endl;
12 cout << "The solution with right-hand side (1,1,1) is:" << endl;
  /external/clang/test/CXX/expr/expr.ass/
p9-cxx11.cpp 16 a = { 1 } = b; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
17 a = a + { 4 }; // expected-error {{initializer list cannot be used on the right hand side of operator '+'}}
18 a = { 3 } * { 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '*'}} \
19 expected-error {{initializer list cannot be used on the right hand side of operator '*'}}
33 int k1 = T() = { 1, 2 } = { 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand side of operator '+'}}
  /external/llvm/test/CodeGen/PowerPC/
i128-and-beyond.ll 3 ; These static initializers are too big to hand off to assemblers
  /external/llvm/test/CodeGen/X86/
i128-and-beyond.ll 3 ; These static initializers are too big to hand off to assemblers
  /external/skia/tools/skp/page_sets/other/
OLD-skia_galaxynexus_set.json 2 "description": "Pages hand-picked for Skia for Galaxy Nexus.",
  /external/v8/test/webkit/fast/js/
modify-non-references-expected.txt 30 PASS Number()++ threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
31 PASS Number()-- threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
32 PASS ++Number() threw exception ReferenceError: Invalid left-hand side expression in prefix operation.
33 PASS --Number() threw exception ReferenceError: Invalid left-hand side expression in prefix operation.
34 PASS Number() = 1 threw exception ReferenceError: Invalid left-hand side in assignment.
35 PASS Number() += 1 threw exception ReferenceError: Invalid left-hand side in assignment.
modify-non-references.js 30 shouldThrow("Number()++", "'ReferenceError: Invalid left-hand side expression in postfix operation'");
31 shouldThrow("Number()--", "'ReferenceError: Invalid left-hand side expression in postfix operation'");
32 shouldThrow("++Number()", "'ReferenceError: Invalid left-hand side expression in prefix operation'");
33 shouldThrow("--Number()", "'ReferenceError: Invalid left-hand side expression in prefix operation'");
34 shouldThrow("Number() = 1", "'ReferenceError: Invalid left-hand side in assignment'");
35 shouldThrow("Number() += 1", "'ReferenceError: Invalid left-hand side in assignment'");
function-toString-parentheses-expected.txt 237 FAIL compileAndSerialize('(a = b) = c') should be (a = b) = c. Threw exception ReferenceError: Invalid left-hand side in assignment
242 PASS compileAndSerialize('a + b = c') threw exception ReferenceError: Invalid left-hand side in assignment.
243 FAIL compileAndSerialize('(a + b) = c') should be (a + b) = c. Threw exception ReferenceError: Invalid left-hand side in assignment
246 FAIL compileAndSerialize('(a *= b) *= c') should be (a *= b) *= c. Threw exception ReferenceError: Invalid left-hand side in assignment
249 FAIL compileAndSerialize('(a = b) *= c') should be (a = b) *= c. Threw exception ReferenceError: Invalid left-hand side in assignment
254 PASS compileAndSerialize('a + b *= c') threw exception ReferenceError: Invalid left-hand side in assignment.
255 FAIL compileAndSerialize('(a + b) *= c') should be (a + b) *= c. Threw exception ReferenceError: Invalid left-hand side in assignment
258 FAIL compileAndSerialize('(a /= b) /= c') should be (a /= b) /= c. Threw exception ReferenceError: Invalid left-hand side in assignment
261 FAIL compileAndSerialize('(a = b) /= c') should be (a = b) /= c. Threw exception ReferenceError: Invalid left-hand side in assignment
266 PASS compileAndSerialize('a + b /= c') threw exception ReferenceError: Invalid left-hand side in assignment
    [all...]
  /external/eigen/doc/examples/
TutorialLinAlgExSolveLDLT.cpp 13 cout << "Here is the right hand side b:\n" << b << endl;
TutorialLinAlgSVDSolve.cpp 12 cout << "Here is the right hand side b:\n" << b << endl;
TutorialLinAlgComputeTwice.cpp 14 cout << "Here is the right hand side b:\n" << b << endl;
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
R.java 5 * should not be modified by hand.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearConstraint.java 56 /** Coefficients of the constraint (left hand side). */
59 /** Relationship between left and right hand sides (=, &lt;=, >=). */
62 /** Value of the constraint (right hand side). */
75 * @param coefficients The coefficients of the constraint (left hand side)
77 * @param value The value of the constraint (right hand side)
94 * @param coefficients The coefficients of the constraint (left hand side)
96 * @param value The value of the constraint (right hand side)
118 * @param lhsCoefficients The coefficients of the linear expression on the left hand side of the constraint
119 * @param lhsConstant The constant term of the linear expression on the left hand side of the constraint
121 * @param rhsCoefficients The coefficients of the linear expression on the right hand side of the constrain
    [all...]
  /external/clang/test/SemaCXX/
warn-logical-not-compare.cpp 11 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}}
13 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}}
22 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}}
24 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}}
33 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}}
35 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}}
44 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}}
46 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}}
55 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}}
57 // expected-note@-3 {{add parentheses around left hand side expression to silence this warning}
    [all...]
  /external/nanopb-c/examples/network_server/
fileproto.options 9 # On the other hand, using the callback interface, it is not necessary
  /frameworks/wilhelm/src/
README.txt 11 autogen/ Automagically generated files, do not edit by hand
  /external/eigen/doc/special_examples/
Tutorial_sparse_example.cpp 17 Eigen::VectorXd b(m); // the right hand side-vector resulting from the constraints
25 Eigen::VectorXd x = chol.solve(b); // use the factorization to solve for the given right hand side
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 28 * The right hand side vectors are loaded as well, if they exist.
30 * Note that the right hand side for a SPD matrix is named as matname_SPD_b.mtx
98 /** Return the right hand side corresponding to the current matrix.
103 // Get the right hand side
116 // Generate a random right hand side
128 * If it is not provided and if the right hand side is not available
186 // Determine from the header if it is a matrix or a right hand side
222 bool m_hasRhs; // The right hand side exists
  /external/mockito/src/org/mockito/internal/matchers/apachecommons/
EqualsBuilder.java 274 * @param lhs the left hand object
275 * @param rhs the right hand object
331 * @param lhs the left hand object
332 * @param rhs the right hand object
389 * the left hand <code>long</code>
391 * the right hand <code>long</code>
405 * @param lhs the left hand <code>int</code>
406 * @param rhs the right hand <code>int</code>
420 * @param lhs the left hand <code>short</code>
421 * @param rhs the right hand <code>short</code
    [all...]
  /external/v8/test/webkit/
parser-xml-close-comment-expected.txt 29 PASS 'should be a syntax error' --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
30 PASS /**/ 1 --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
31 PASS 1 /**/ --> threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 48 find region where hand is (for gesture recognition)
200 /* compute center point of the left hand */
215 /* compute center point of the right hand */
224 /* select hand's points and calculate mean value */
263 find region where hand is (for gesture recognition)
497 /* compute center point of the left hand */
510 /* compute center point of the right hand */
533 /* select hand's points and calculate mean value */
574 // Purpose: finds hand region in range image data
581 // size - size of the hand in meters
    [all...]
  /external/clang/utils/VtableTest/
check-zti 5 # Utility routine to "hand" check type infos.
check-ztt 5 # Utility routine to "hand" check VTTs.
check-zvt 5 # Utility routine to "hand" check vtables.

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>