HomeSort by relevance Sort by last modified time
    Searched full:effects (Results 3076 - 3100 of 4021) sorted by null

<<121122123124125126127128129130>>

  /external/dng_sdk/source/
dng_ifd.cpp     [all...]
  /external/dnsmasq/src/
rfc1035.c 650 /* find_soa is needed for dns_doctor side-effects, so don't call it lazily if there are any. */
    [all...]
  /external/eigen/doc/
InsideEigenExample.dox 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.
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionThreadPool.h 645 // there is much more data over rows so that corner effects are
    [all...]
  /external/googletest/googlemock/docs/
CheatSheet.md 370 ## Side Effects ##
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 336 // action can have side effects and be stateful. For example, a
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalFormatProperties.java 38 // The setters in this class should NOT have any side-effects or perform any validation. It is
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalFormatProperties.java 34 // The setters in this class should NOT have any side-effects or perform any validation. It is
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 192 * <p>This method is side-effects free.
    [all...]
  /external/libchrome/base/
tracked_objects.cc 244 // that can cause accumulating or cascading effects.
    [all...]
  /external/libjpeg-turbo/
jdmarker.c 194 * suspension occurs within marker parameters. Other side effects
    [all...]
usage.txt 123 amusing Cubist effects. (Note: quality values below about 25 generate 2-byte
    [all...]
  /external/libmojo/third_party/jinja2/
environment.py 109 will lead to surprising effects and undefined behavior.
    [all...]
  /external/libpng/scripts/
pnglibconf.dfa 724 # chosen to minimize the effects of DoS attacks based on using very large
    [all...]
  /external/llvm/docs/
AliasAnalysis.rst 621 side-effects and are not used.
  /external/llvm/docs/tutorial/
LangImpl05.rst 54 Kaleidoscope allows side-effects, this behavior is important to nail
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp     [all...]
RegisterPressure.cpp 743 // Retroactively model effects on pressure of the live out lanes.
    [all...]
  /external/mesa3d/src/mesa/main/
api_validate.c 733 * "In other cases, there are no side effects unless otherwise noted;
    [all...]
  /external/nos/host/generic/nugget/proto/google/protobuf/
descriptor.proto 630 IDEMPOTENT = 2; // idempotent, but may have side effects
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvm.h     [all...]
  /external/one-true-awk/
FIXES 751 fixed so that in self-assignment like $1=$1, side effects
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs     [all...]
  /external/protobuf/python/
mox.py 739 """Set the side effects that are simulated when this method is called.
    [all...]

Completed in 2111 milliseconds

<<121122123124125126127128129130>>