HomeSort by relevance Sort by last modified time
    Searched full:combiner (Results 101 - 125 of 194) sorted by null

1 2 3 45 6 7 8

  /libcore/ojluni/src/main/java/java/util/stream/
IntPipeline.java 468 BiConsumer<R, R> combiner) {
470 combiner.accept(left, right);
LongPipeline.java 450 BiConsumer<R, R> combiner) {
452 combiner.accept(left, right);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 52 private String mCombiningSpec; // Memory so that we don't uselessly recreate the combiner chain
163 // The retained state of the combiner chain may have changed while processing the event,
  /external/llvm/lib/Target/X86/
README-FPStack.txt 49 Add a target specific hook to DAG combiner to handle SINT_TO_FP and
  /external/llvm/test/CodeGen/ARM/
sub-cmp-peephole.ll 187 ; false, so the DAG combiner may or may not optimize it).
  /external/llvm/test/DebugInfo/X86/
ghost-sdnode-dbgvalues.ll 26 ; pathological memory consumption explosion if the DAG combiner hit the 'right'
  /frameworks/rs/cpu_ref/
rsCpuCore.h 47 ReduceCombinerFunc_t combFunc; // user combiner function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.def 218 DEFTIMEVAR (TV_COMBINE , "combiner")
  /external/mesa3d/src/mesa/main/
texenv.c 104 /** Set an RGB or A combiner mode/function */
175 /** Set an RGB or A combiner source term */
265 /** Set an RGB or A combiner operand term */
  /frameworks/base/services/usage/java/com/android/server/usage/
UserUsageStatsService.java 234 StatCombiner<T> combiner) {
274 truncatedEndTime, combiner);
290 combiner.combine(currentStats, true, results);
UsageStatsDatabase.java 388 StatCombiner<T> combiner) {
443 combiner.combine(stats, false, results);
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
input_readers.py     [all...]
  /external/llvm/test/CodeGen/Generic/
2006-03-01-dagcombineinfloop.ll 2 ; Infinite loop in the dag combiner, reduced from 176.gcc.
  /external/llvm/test/CodeGen/SystemZ/
vec-combine-01.ll 1 ; Test various target-specific DAG combiner patterns.
  /external/llvm/test/CodeGen/X86/
load-slice.ll 1 ; RUN: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx -combiner-stress-load-slicing < %s -o - | FileCheck %s --check-prefix=STRESS
machine-combiner-int.ll 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -stop-after machine-combiner -o /dev/null 2>&1 | FileCheck %s --check-prefix=DEAD
combine-or.ll 206 ; Verify that the dag-combiner does not fold a OR of two shuffles into a single
282 ; Verify that the dag-combiner keeps the correct domain for float/double vectors
half.ll 268 ; to f80 and then rounded to f32. The DAG combiner should not combine this
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 55 /* Make the combiner do: spare0_i = A_i * B_i */
  /libcore/ojluni/src/main/java/sun/security/util/
Debug.java 55 System.err.println("combiner SubjectDomainCombiner debugging");
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 32 cl::desc("Enable the machine combiner pass"),
  /external/llvm/test/Transforms/InstCombine/
icmp-shr.ll 360 ; As a consequence, the instruction combiner is not allowed to fold %cmp
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 372 // general reduction initializer, combiner, and outconverter
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp     [all...]
  /hardware/intel/img/psb_video/src/
tng_hostcode.h 331 IMG_UINT32 ui32PredCombControl; //!< common bits of Predictor-combiner control register for entire picture

Completed in 2350 milliseconds

1 2 3 45 6 7 8