HomeSort by relevance Sort by last modified time
    Searched full:said (Results 201 - 225 of 609) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/icu/source/common/unicode/
icuplug.h 63 * causes ICU to allocate memory or become initialized, that plugin is said
  /external/chromium_org/third_party/markdown/extensions/
codehilite.py 155 Determines language of a code block from shebang line and whether said
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlink.h 74 ** library. This does not test for existance of said file, it just
  /external/chromium_org/third_party/openssl/
README.chromium 45 Said Android sources are themselves a patched subset of the official
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
README.syntax 50 "'Hello world', said Joe."
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 94 ** being tested can be said to intersect the circular region if it contains
  /external/e2fsprogs/lib/ext2fs/
rbtree.c 398 up. First time it's a left-hand child of its parent, said
  /external/eigen/doc/
InsideEigenExample.dox 136 The CwiseBinaryOp class is our first encounter with an expression template. As we said, the operator+ doesn't by itself perform any computation, it just returns an abstract "sum of vectors" expression. Since there are also "difference of vectors" and "coefficient-wise product of vectors" expressions, we unify them all as "coefficient-wise binary operations", which we abbreviate as "CwiseBinaryOp". "Coefficient-wise" means that the operations is performed coefficient by coefficient. "binary" means that there are two operands -- we are adding two vectors with one another.
184 As we said, CwiseBinaryOp is also used for other operations such as substration, so it takes another template parameter determining the operation that will be applied to coefficients. This template parameter is a functor, that is, a class in which we have an operator() so it behaves like a function. Here, the functor used is internal::scalar_sum_op. It is defined in src/Core/Functors.h.
274 EvalBeforeAssigning is here to enforce the EvalBeforeAssigningBit. As explained <a href="TopicLazyEvaluation.html">here</a>, certain expressions have this flag which makes them automatically evaluate into temporaries before assigning them to another expression. This is the case of the Product expression, in order to avoid strange aliasing effects when doing "m = m * m;" However, of course here our CwiseBinaryOp expression doesn't have the EvalBeforeAssigningBit: we said since the beginning that we didn't want a temporary to be introduced here. So if you go to src/Core/CwiseBinaryOp.h, you'll see that the Flags in internal::traits\<CwiseBinaryOp\> don't include the EvalBeforeAssigningBit. The Flags member of CwiseBinaryOp is then imported from the internal::traits by the EIGEN_GENERIC_PUBLIC_INTERFACE macro. Anyway, here the template parameter EvalBeforeAssigning has the value \c false.
360 As we said at the beginning, vectorization works with blocks of 4 floats. Here, \a PacketSize is 4.
  /external/guava/guava/src/com/google/common/base/
Optional.java 34 * which case we say that the reference is "absent"); it is never said to "contain {@code
  /external/guava/guava-tests/test/com/google/common/testing/
EqualsTesterTest.java 173 * said should be equal
  /external/icu/icu4c/source/common/unicode/
icuplug.h 63 * causes ICU to allocate memory or become initialized, that plugin is said
  /external/libunwind/doc/
libunwind-ia64.man 31 of the natural word\-size of the host). Having said that, the current
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 29 said, we should probably discuss this further in person...
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 66 // Create the fib function and insert it into module M. This function is said
  /external/mksh/src/
lksh.1 19 .\" of said person?s immediate fault when using the work as intended.
  /external/netperf/
netcpu_pstatnew.c 226 /* Ok, elsewhere I may have said that HP-UX 11.23 does the "right"
  /external/owasp/sanitizer/tools/
googlecode_upload.py 251 print 'Google Code upload server said: %s (%s)' % (reason, status)
  /external/protobuf/gtest/samples/
sample6_unittest.cc 206 // any real test yet as you haven't said which types you want to run
  /external/qemu/slirp-android/
tcp_var.h 67 #define TF_SACK_PERMIT 0x0200 /* other side said I could SACK */
  /external/replicaisland/res/values/
kyle.xml 71 Don?t get too comfortable, though. I meant what I said before: you get in our way and I?ll take you apart. We?re here to find The Source for Mr. Rokudou, and we?re not going to fail.
  /frameworks/native/opengl/specs/
EGL_ANDROID_native_fence_sync.txt 258 That said, the attribute is useful both as a way to pass an existing file
  /ndk/sources/host-tools/make-3.81/
README 116 correctly. It is said that using `cc' without `-O' does work.
filedef.h 195 them, even if said dependents' modtimes are in the future. */
  /ndk/sources/third_party/googletest/googletest/samples/
sample6_unittest.cc 206 // any real test yet as you haven't said which types you want to run
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectorAdapter.java 204 // Map from folder Uri to TreeNode containing said folder

Completed in 654 milliseconds

1 2 3 4 5 6 7 891011>>