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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/sync/engine/
get_commit_ids_command.cc 375 // deleted. The server will unroll the delete and delete the
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ValidateLimitations.cpp 65 // mark the loop for unroll.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_shader.h 173 * REP/ENDREP or LOOP/ENDLOOP is <=500, the driver will unroll the loop.
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-parisc.pl 16 # It's possible to unroll loop 8 times on PA-RISC 2.0, but improvement
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha256.c 83 * compiler decide if it's appropriate to unroll small loops.
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elfcore.h 329 * macro, we cannot reliably unroll the stack. So, we show a few additional
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elfcore.h 329 * macro, we cannot reliably unroll the stack. So, we show a few additional
  /external/eigen/Eigen/src/Core/
Redux.h 217 if(alignedSize>packetSize) // we have at least two packets to partly unroll the loop
  /external/eigen/doc/
C01_TutorialMatrixClass.dox 218 to performance, as it allows Eigen to avoid dynamic memory allocation and to unroll
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 297 /// \return The maximum unroll factor that the vectorizer should try to
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_shader.h 173 * REP/ENDREP or LOOP/ENDLOOP is <=500, the driver will unroll the loop.
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 16 # It's possible to unroll loop 8 times on PA-RISC 2.0, but improvement
  /external/openssl/crypto/sha/
sha256.c 83 * compiler decide if it's appropriate to unroll small loops.
  /dalvik/vm/mterp/c/
gotoTargets.cpp 641 * We need to unroll to the catch block or the nearest "break"
675 * in the cleanup function. Also, we won't unroll past the SOE
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 16 // on a v2i64 is legal), but ISD::SDIV isn't legal, so we have to unroll the
677 // If the mask and the type are different sizes, unroll the vector op. This
LegalizeVectorTypes.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpC-x86.cpp 102 * branch, because we do want to have to unroll the PC if there's an
    [all...]
  /external/valgrind/main/callgrind/
sim.c 251 /* common. We can't unroll any further because it would screw up */
350 /* common. We can't unroll any further because it would screw up */
696 /* common. We can't unroll any further because it would screw up */\
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc     [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 20 * - Unroll direct copy to three copies per loop in inffast.c
46 * - Unroll last copy for window match in inflate_fast()
    [all...]
  /external/v8/src/
jsregexp.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stream.h 106 // which will call SignalEvent. This helps unroll the stack and prevent
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.9.1.html 315 <li>glsl: Unroll loops with conditional breaks anywhere (not just the end)</li>
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
read_rgba_span_x86.S 110 /* Would it be faster to unroll this loop once and process 4 pixels
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c 335 * I'd unroll it 8-wise otherwise:-)

Completed in 906 milliseconds

1 2 3 4 5 6 7 891011>>