/external/clang/docs/ |
RAVFrontendAction.rst | 106 need to hand the ASTContext into our RecursiveASTVisitor implementation. 109 CreateASTConsumer. We can thus extract it there and hand it into our
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
ConjugateGradient.h | 19 * \param rhs The right hand side vector b 207 && "ConjugateGradient::solve(): invalid number of rows of the right hand side matrix b");
|
IterativeSolverBase.h | 171 && "IterativeSolverBase::solve(): invalid number of rows of the right hand side matrix b"); 185 && "IterativeSolverBase::solve(): invalid number of rows of the right hand side matrix b");
|
/external/eigen/debug/gdb/ |
printers.py | 43 # The gdb extension does not support value template arguments - need to extract them by hand 134 # The gdb extension does not support value template arguments - need to extract them by hand
|
/external/eigen/doc/ |
QuickStartGuide.dox | 51 Here is another example, which combines matrices with vectors. Concentrate on the left-hand program for now; we will talk about the right-hand program later.
|
TutorialSparse.dox | 58 On the other hand, inserting elements with increasing inner indices in a given inner vector is much more efficient since this only requires to increase the respective \c InnerNNZs entry that is a O(1) operation. 69 On the other hand, the insertion of a new element into a SparseMatrix converts this later to the \b uncompressed mode. 87 Such problem can be mathematically expressed as a linear problem of the form \f$ Ax=b \f$ where \f$ x \f$ is the vector of \c m unknowns (in our case, the values of the pixels), \f$ b \f$ is the right hand side vector resulting from the boundary conditions, and \f$ A \f$ is an \f$ m \times m \f$ matrix containing only a few non-zero elements resulting from the discretization of the Laplacian operator. 99 In the main function, we declare a list \c coefficients of triplets (as a std vector) and the right hand side vector \f$ b \f$ which are filled by the \a buildProblem function. 249 On the other hand, there is no restriction on the target matrix sm4. 312 Just as with dense matrices, the triangularView() function can be used to address a triangular part of the matrix, and perform triangular solves with a dense right hand side:
|
SparseLinearSystems.dox | 74 // solve for another right hand side: 129 The solve() function computes the solution of the linear systems with one or many right hand sides. 133 Here, B can be a vector or a matrix where the columns form the different right hand sides. The solve() function can be called several times as well, for instance when all the right hand sides are not available at once. 136 // Get the second right hand side b2
|
/frameworks/rs/scriptc/ |
rs_quaternion.rsh | 71 * @param rsh right hand side quaternion to add 160 * @param rhs right hand side quaternion to multiply by
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Cling.java | 249 // Draw the hand graphic in All Apps 254 mHandTouchGraphic = getResources().getDrawable(R.drawable.hand);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 31 * right-hand value for a passed left-hand key, within a named map and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 31 * right-hand value for a passed left-hand key, within a named map and
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_quaternion.rsh | 71 * @param rsh right hand side quaternion to add 160 * @param rhs right hand side quaternion to multiply by
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_quaternion.rsh | 71 * @param rsh right hand side quaternion to add 160 * @param rhs right hand side quaternion to multiply by
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_quaternion.rsh | 71 * @param rsh right hand side quaternion to add 160 * @param rhs right hand side quaternion to multiply by
|
/prebuilts/sdk/renderscript/include/ |
rs_quaternion.rsh | 71 * @param rsh right hand side quaternion to add 160 * @param rhs right hand side quaternion to multiply by
|
/cts/tests/tests/text/src/android/text/cts/ |
EmojiConstants.java | 113 0x0270B, // RAISED HAND 114 0x0270C, // VICTORY HAND 431 0x1F44A, // FISTED HAND SIGN 432 0x1F44B, // WAVING HAND SIGN 433 0x1F44C, // OK HAND SIGN 719 0x1F64B, // HAPPY PERSON RAISING ONE HAND
|
/cts/tools/dasm/src/java_cup/ |
parser.cup | 82 /** max size of right hand side we will support */ 85 /** array for accumulating right hand side parts */ 88 /** where we are currently in building a right hand side */ 91 /** start a new right hand side */ 94 /** add a new right hand side part */ 128 /** left hand side non terminal of the current production */
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.mm | 29 // How far to inset the left- and right-hand decorations from the field's 122 // a set of decorations for the left-hand side of the cell, |right_decorations| 123 // for the right-hand side. |edge_width| is the width of one vertical edge of 128 // the index of the first right-hand decoration. 146 // Capture the number of visible left-hand decorations. 155 // Reverse the right-hand decorations so that overall everything is [all...] |
/external/chromium_org/tools/gn/ |
operators.cc | 186 // Left-hand-side int. 206 // Left-hand-side string. 222 // Left-hand-side list. 279 // Left-hand-side int. 291 // Left-hand-side string. 295 // Left-hand-side list.
|
parser.cc | 274 "Expected right hand side for '" + token.value().as_string() + "'"); 326 *err_ = Err(left.get(), "Left-hand side of assignment must be identifier."); 343 "The thing on the left hand side of the [] must be an identifier\n" 360 "The thing on the left hand side of the dot must be an identifier\n" 368 *err_ = Err(token, "Expected identifier for right-hand-side of \".\"",
|
/external/eigen/Eigen/src/Core/ |
GeneralProduct.h | 21 * \param LhsNested the type used to store the left-hand side 22 * \param RhsNested the type used to store the right-hand side 136 * \param Lhs the type of the left-hand side 137 * \param Rhs the type of the right-hand side 430 // on, the other hand it is good for the cache to pack the vector anyways... 502 // on, the other hand it is good for the cache to pack the vector anyways...
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts4aa.test | 110 INSERT INTO t1(docid,words) VALUES(1003022,'And the LORD God said, Behold, the man is become as one of us, to know good and evil: and now, lest he put forth his hand, and take also of the tree of life, and eat, and live for ever:'); 123 INSERT INTO t1(docid,words) VALUES(1004011,'And now art thou cursed from the earth, which hath opened her mouth to receive thy brother''s blood from thy hand;'); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | 142 for hand in hlist: 143 sectname = "handler_%s" % hand 169 handlers[hand] = h 197 for hand in hlist: 198 log.addHandler(handlers[hand]) 249 for hand in hlist: 250 logger.addHandler(handlers[hand]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 142 for hand in hlist: 143 sectname = "handler_%s" % hand 169 handlers[hand] = h 197 for hand in hlist: 198 log.addHandler(handlers[hand]) 249 for hand in hlist: 250 logger.addHandler(handlers[hand]) [all...] |
/packages/inputmethods/LatinIME/java/res/values-nl/ |
strings-emoji-descriptions.xml | 108 <string name="spoken_emoji_270B" msgid="6640562128327753423">"Hand omhoog"</string> [all...] |