HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 151 - 175 of 2000) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util-generated.h.pump 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support.
39 // and at most $maxtuple arguments in Combine. Please contact
41 // Please note that the number of arguments to Combine is limited
258 // Helper classes providing Combine() with polymorphic features. They allow
  /external/llvm/test/CodeGen/ARM/
2011-11-28-DAGCombineBug.ll 4 ; DAG combine increases loads from packed types. ARM load / store optimizer then
  /external/llvm/test/CodeGen/Hexagon/
sube.ll 10 ; CHECK: r{{[0-9]+:[0-9]+}} = combine(r{{[0-9]+}}, r{{[0-9]+}})
  /external/llvm/test/CodeGen/X86/
sincos-opt.ll 5 ; Combine sin / cos into a single call.
  /external/llvm/test/Transforms/GVN/
rle-must-alias.ll 6 ; The %7 and %4 loads combine to make %DEAD unneeded.
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support.
39 // and at most $maxtuple arguments in Combine. Please contact
41 // Please note that the number of arguments to Combine is limited
258 // Helper classes providing Combine() with polymorphic features. They allow
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support.
39 // and at most $maxtuple arguments in Combine. Please contact
41 // Please note that the number of arguments to Combine is limited
241 // Helper classes providing Combine() with polymorphic features. They allow
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 96 // first combine should have empty read, but still write data.
101 // second combine should replace contents; should read existing data,
117 // combine first record into file
134 // combine a second time, should leave rotated value untouched, and
  /frameworks/base/docs/html/design/style/
devices-displays.jd 22 <p>On larger devices, take advantage of extra screen real estate. Create compound views that combine
  /frameworks/base/tests/CoreTests/android/core/
HttpHeaderTest.java 40 * possible to combine the multiple header fields into one "field-name:
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h.pump 3 $var maxtuple = 10 $$ Maximum number of Combine arguments we want to support.
39 // and at most $maxtuple arguments in Combine. Please contact
41 // Please note that the number of arguments to Combine is limited
258 // Helper classes providing Combine() with polymorphic features. They allow
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
ssp.h 17 the file, and distribution when not linked into a combine
unistd.h 17 the file, and distribution when not linked into a combine
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
ssp.h 17 the file, and distribution when not linked into a combine
unistd.h 17 the file, and distribution when not linked into a combine
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
ssp.h 17 the file, and distribution when not linked into a combine
unistd.h 17 the file, and distribution when not linked into a combine
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_optimize.c 50 struct rc_src_register combine; local
51 combine.File = inner.File;
52 combine.Index = inner.Index;
53 combine.RelAddr = inner.RelAddr;
55 combine.Abs = 1;
56 combine.Negate = outer.Negate;
58 combine.Abs = inner.Abs;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 50 struct rc_src_register combine; local
51 combine.File = inner.File;
52 combine.Index = inner.Index;
53 combine.RelAddr = inner.RelAddr;
55 combine.Abs = 1;
56 combine.Negate = outer.Negate;
58 combine.Abs = inner.Abs;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 52 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
72 public static Annotations combine(Annotations annotations, method in class:Annotations
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 51 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
71 public static Annotations combine(Annotations annotations, method in class:Annotations
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler_types.h 57 // The reason we use a full 4 bytes and a mask, is that we need to combine
92 // to combine these flags with the enAddressingMethod to store the details
  /external/chromium_org/tools/memory_watcher/
mini_disassembler_types.h 59 // The reason we use a full 4 bytes and a mask, is that we need to combine
94 // to combine these flags with the enAddressingMethod to store the details
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler_types.h 57 // The reason we use a full 4 bytes and a mask, is that we need to combine
92 // to combine these flags with the enAddressingMethod to store the details
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 52 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
72 public static Annotations combine(Annotations annotations, method in class:Annotations

Completed in 849 milliseconds

1 2 3 4 5 67 8 91011>>