HomeSort by relevance Sort by last modified time
    Searched full:invariant (Results 226 - 250 of 1030) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 217 /// instruction (shuffle) for loop invariant values and for the induction
229 /// values within the current basic block or on loop invariant values.
231 /// are not within the map, they have to be loop invariant, so we simply
673 /// Holds the number of loop invariant values that are used in the loop.
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 66 * which constructs a Unicode string from an invariant-character char * string.
67 * About invariant characters see utypes.h.
70 * (where the empty string "" indicates invariant-character conversion).
82 * They work only for strings that contain "invariant characters", i.e.,
109 * They work only for strings that contain "invariant characters", i.e.,
193 * which constructs a Unicode string from an invariant-character char * string.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 490 /* The cost of expression in loop invariant motion that is considered
494 "The minimum cost of an expensive expression in the loop invariant motion",
824 "The number of registers in each class kept unused by loop invariant motion",
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 490 /* The cost of expression in loop invariant motion that is considered
494 "The minimum cost of an expensive expression in the loop invariant motion",
824 "The number of registers in each class kept unused by loop invariant motion",
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 490 /* The cost of expression in loop invariant motion that is considered
494 "The minimum cost of an expensive expression in the loop invariant motion",
824 "The number of registers in each class kept unused by loop invariant motion",
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 490 /* The cost of expression in loop invariant motion that is considered
494 "The minimum cost of an expensive expression in the loop invariant motion",
824 "The number of registers in each class kept unused by loop invariant motion",
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_data_saving_metrics.cc 210 // New empty lists may have been created. Maintain the invariant that
257 // Entries for new days may have been appended. Maintain the invariant that
  /external/chromium_org/third_party/angle/src/compiler/
glslang.y 122 %token <lex> INVARIANT HIGH_PRECISION MEDIUM_PRECISION LOW_PRECISION PRECISION
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 345 if (decl->Declaration.Invariant) {
346 TXT( ", INVARIANT" );
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 122 unsigned Invariant : 1; /**< invariant optimization? */
  /external/emma/core/java12/com/vladium/util/
Files.java 156 * Invariant: (getFileName (file) + getFileExtension (file)).equals (file.getName ()).
177 * Invariant: (getFileName (file) + getFileExtension (file)).equals (file.getName ()).
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 220 ; set up invariant vectors
385 ; set up invariant vectors
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 222 # set up invariant vectors
387 # set up invariant vectors
  /external/llvm/test/Transforms/ObjCARC/
ensure-that-exception-unwind-path-is-visited.ll 40 %tmp1 = load i8** @"\01L_OBJC_SELECTOR_REFERENCES_", align 8, !dbg !37, !invariant.load !38
92 %tmp2 = load i8** @"\01L_OBJC_SELECTOR_REFERENCES_5", align 8, !dbg !56, !invariant.load !38
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 345 if (decl->Declaration.Invariant) {
346 TXT( ", INVARIANT" );
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 122 unsigned Invariant : 1; /**< invariant optimization? */
  /frameworks/base/core/java/android/os/
MessageQueue.java 267 if (prev != null) { // invariant: p == prev.next
350 msg.next = p; // invariant: p == prev.next
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 49 # 2) Check that the invariant holds for a sorted array
60 # Check the heap invariant.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 250 Round-trip invariant for full input:
253 Round-trip invariant for limited intput:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 49 # 2) Check that the invariant holds for a sorted array
60 # Check the heap invariant.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 250 Round-trip invariant for full input:
253 Round-trip invariant for limited intput:
  /art/compiler/sea_ir/types/
type_inference.cc 166 // maintain this invariant, but they should.
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags_validators.py 34 A validator represents an invariant, enforced over a one or more flags.
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarm_manager.h 215 // Invariant: None of the AlarmLists are empty.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
suite.py 28 # Can't guarantee hash invariant, so flag as unhashable

Completed in 1386 milliseconds

1 2 3 4 5 6 7 8 91011>>