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

1 2 3 4 5 6 7 891011>>

  /external/dropbear/libtommath/mtest/
mpi.c 1187 /* Set up some temporaries... */
1470 /* Initialize the temporaries we'll use below */
    [all...]
  /external/clang/lib/AST/
Expr.cpp 126 // Look through expressions for materialized temporaries (for now).
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 383 _mesa_problem(NULL, "%s: out of temporaries\n", __FILE__);
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 248 /// in control flow of destructors of temporaries. In this case terminator
    [all...]
  /external/eigen/doc/
I03_InsideEigenExample.dox 279 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/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 178 ;# It acts in place on registers v0...v3, uses v4...v7 as temporaries,
    [all...]
  /external/llvm/docs/
FAQ.rst 74 reference. In fact, the names of dummy numbered temporaries like ``%1`` are
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 383 _mesa_problem(NULL, "%s: out of temporaries\n", __FILE__);
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c     [all...]
  /external/valgrind/main/include/
pub_tool_tooliface.h 215 for your instrumenter if you shadow IR temporaries. See big
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 411 extending live ranges of address temporaries. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-c++ 
mipsel-linux-android-g++ 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/mipsel-linux-android/bin/
c++ 
g++ 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-c++ 
i686-linux-android-cpp 
i686-linux-android-g++ 
i686-linux-android-gcc 
i686-linux-android-gcc-4.6 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/
c++ 
g++ 

Completed in 273 milliseconds

1 2 3 4 5 6 7 891011>>