HomeSort by relevance Sort by last modified time
    Searched full:hand (Results 401 - 425 of 2719) sorted by null

<<11121314151617181920>>

  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp_prot.h 31 * right-hand value for a passed left-hand key, within a named map and
  /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/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/eigen/doc/
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
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexTableau.java 58 * RHS: Right hand side</br>
217 * Get new versions of the constraints which have positive right hand sides.
230 * Get a new equation equivalent to this one with a positive right hand side.
479 * Get the offset of the right hand side.
480 * @return offset of the right hand side
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_conf.py 339 GV.LS: ('left hand side',),
340 GV.RS: ('right hand side',),
603 GV.LS: ('left hand side',),
604 GV.RS: ('right hand side',),
    [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 282 fc_match_handle_t hand; local
388 hand.dir = path;
389 hand.matched = 0;
391 fcontext_matches, &hand) == STATUS_ERR)
395 if (hand.matched) {
  /external/v8/src/
messages.h 390 "Invalid left-hand side in % loop: Must have a single binding.") \
400 T(InvalidLhsInAssignment, "Invalid left-hand side in assignment") \
403 T(InvalidLhsInFor, "Invalid left-hand side in for-loop") \
405 "Invalid left-hand side expression in postfix operation") \
407 "Invalid left-hand side expression in prefix operation") \
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf.h 477 * from another module. These go hand-in-hand with
544 * goes in hand with the PERF_ReceivedCommand to measure the
570 * another module. These go hand-in-hand with SendingBuffer and
    [all...]
  /external/ceres-solver/internal/ceres/
schur_eliminator.h 178 // least squares problem [A;D] x = [b;0]. The left hand side and the
179 // right hand side of the reduced linear system are returned in lhs
347 // Locks for the blocks in the right hand side of the reduced linear
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
items.py 255 Builds up a list of expecations to hand off to DynamoDB on save.
322 # and hand-off to the table to handle creation/update.
342 # and hand-off to the table to handle creation/update.
  /external/eigen/Eigen/src/Cholesky/
LLT.h 126 && "LLT::solve(): invalid number of rows of the right hand side matrix b");
447 * \param bAndX represents both the right-hand side matrix b and result x.
451 * This version avoids a copy when the right hand side matrix b is not
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 24 * \param Rhs right hand side vector of linear system of equations
312 && "GMRES::solve(): invalid number of rows of the right hand side matrix b");
342 if(x.squaredNorm() == 0) return; // Check Zero right hand side
  /external/icu/icu4c/source/common/
rbbicst.pl 14 # of a normal ICU build. It is run by hand when needed, and the
242 print " * Generated Java File. Do not edit by hand.\n";
338 print "// Generated Header File. Do not edit by hand.\n";
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 304 // Hand tested
326 // Hand tested
336 // Hand tested
  /frameworks/base/rs/java/android/renderscript/
Matrix4f.java 222 * @param lhs left hand side matrix
223 * @param rhs right hand side matrix
354 * @param rhs right hand side to multiply by
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.java 223 * @param lhs left hand side matrix
224 * @param rhs right hand side matrix
355 * @param rhs right hand side to multiply by
  /prebuilts/go/darwin-x86/src/syscall/
mkall.sh 19 # This hand-written assembly file implements system call dispatch.
34 # This hand-written Go file implements system calls that need
46 # This hand-written C file includes standard C headers and then

Completed in 516 milliseconds

<<11121314151617181920>>