HomeSort by relevance Sort by last modified time
    Searched full:hand (Results 1 - 25 of 1648) 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/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/openssl/crypto/bn/asm/
README 9 For the x86, I have hand written assember because of the bad job all
13 For the DEC alpha, I also hand wrote the assember (except the division which
17 were 64 bits). So the hand assember gives access to the 128 bit result and
  /external/clang/test/Driver/
target.c 7 // Also, ensure we don't blindly hand our target selection logic down to GCC.
  /external/webkit/Source/WebCore/manual-tests/
svg-link-hover-use.svg 8 <text y='120' x='10'>The above blue square is a link, the cursor should be a hand above it.</text>
  /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
211 bool m_hasRhs; // The right hand side exists
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_QuitEvent.3 20 As can be seen, the SDL_QuitEvent structure serves no useful purpose\&. The event itself, on the other hand, is very important\&. If you filter out or ignore a quit event then it is impossible for the user to close the window\&. On the other hand, if you do accept a quit event then the application window will be closed, and screen updates will still report success event though the application will no longer be visible\&.
  /external/clang/test/SemaCXX/
member-pointer.cpp 107 (void)(hm->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'HasMembers'}}
108 (void)(phm.*pi); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'HasMembers *'}}
109 (void)(i.*pi); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'int'}}
111 (void)(ptr->*pi); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'int *'}}
118 (void)(f.*pai); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'F'}
    [all...]
  /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/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 16 // ("Type to search" on the right-hand side), the keyword hint ("Press [Tab] to
17 // search Engine" on the right-hand side), and keyword mode ("Search Engine:" in
18 // a button-like token on the left-hand side).
  /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...]
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 5 * we decode it and hand it off to a helper function.
  /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.
  /external/freetype/src/raster/
ftrend1.h 33 /* to register it by hand in your application. It should only be */

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>