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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 277 Size aspectRatio = reduce(size);
282 * Reduce an aspect ratio to its lowest common denominator. The ratio of the
285 * @param aspectRatio the aspect ratio to reduce
288 public static Size reduce(Size aspectRatio) { method in class:ResolutionUtil
304 Size aspectRatio = reduce(size);
317 Size aspectRatio = reduce(size);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 367 // We are trying to reduce number of buckets, we have to validate it:
398 // We only try to reduce the hashtable if the theorical load factor
410 /* We are only going to reduce number of buckets if moving to yet the previous number
425 // Can we reduce further:
429 // We cannot reduce further.
446 // We can try to reduce size:
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 367 // We are trying to reduce number of buckets, we have to validate it:
398 // We only try to reduce the hashtable if the theorical load factor
410 /* We are only going to reduce number of buckets if moving to yet the previous number
425 // Can we reduce further:
429 // We cannot reduce further.
446 // We can try to reduce size:
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 367 // We are trying to reduce number of buckets, we have to validate it:
398 // We only try to reduce the hashtable if the theorical load factor
410 /* We are only going to reduce number of buckets if moving to yet the previous number
425 // Can we reduce further:
429 // We cannot reduce further.
446 // We can try to reduce size:
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 367 // We are trying to reduce number of buckets, we have to validate it:
398 // We only try to reduce the hashtable if the theorical load factor
410 /* We are only going to reduce number of buckets if moving to yet the previous number
425 // Can we reduce further:
429 // We cannot reduce further.
446 // We can try to reduce size:
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.c 367 // We are trying to reduce number of buckets, we have to validate it:
398 // We only try to reduce the hashtable if the theorical load factor
410 /* We are only going to reduce number of buckets if moving to yet the previous number
425 // Can we reduce further:
429 // We cannot reduce further.
446 // We can try to reduce size:
  /cts/tools/dasm/src/java_cup/
parse_action_table.java 9 * reduce, or an error.
71 /* look at the action entry to see if its a reduce */
73 if (act != null && act.kind() == parse_action.REDUCE)
  /external/llvm/docs/CommandGuide/
bugpoint.rst 16 and JIT compilers). It aims to reduce large test cases to small, useful ones.
78 Do not run the specified passes to clean up and reduce the size of the test
80 reduce test programs. If you're trying to find a bug in one of these passes,
  /frameworks/base/docs/html/training/monitoring-device-state/
battery-monitoring.jd 30 <p>When you're altering the frequency of your background updates to reduce the effect of those
73 connected to an AC charger, reduce the rate if the charge is over USB, and lower it
116 <p>In some cases it's also useful to determine the current battery level. You may choose to reduce
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 47 * that everything is in range. At compile time, INRANGE(x) should reduce to
  /cts/suite/cts/deviceTests/opengl/jni/primitive/
GLPrimitive.cpp 53 // Offscreen renders 100 tiles per frame so reduce the number of frames to render.
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiEventScheduler.java 28 // Maintain a pool of scheduled events to reduce memory allocation.
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
SimpleXYPlotActivity.java 78 // reduce the number of range labels
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationProblem.java 34 * the parameters are adjusted. The purpose of the solver is to reduce
  /external/bison/lib/
obstack_printf.c 57 stack-allocated buffer and copy, to reduce the likelihood of a
  /external/bison/tests/
testsuite.at 36 m4_include([reduce.at])
  /external/libvpx/
UPDATING 24 Reduce binary size when building the encoder.
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c 20 /* Given our constraints: w <= 64, h <= 64, taps == 8 we can reduce the
  /external/llvm/lib/Support/
SmallVector.cpp 18 /// on POD-like datatypes and is out of line to reduce code duplication.
  /external/llvm/test/Transforms/LoopStrengthReduce/
2008-09-09-Overflow.ll 1 ; RUN: opt < %s -loop-reduce -S | grep phi | count 2
2011-10-03-CritEdgeMerge.ll 1 ; RUN: opt -loop-reduce -S < %s | FileCheck %s
2011-12-19-PostincQuadratic.ll 1 ; RUN: opt -loop-reduce -S < %s | FileCheck %s
count-to-zero.ll 1 ; RUN: opt < %s -loop-reduce -S | FileCheck %s
ivchain.ll 1 ; RUN: opt < %s -loop-reduce -S | FileCheck %s
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
no_superflous_induction_vars.ll 1 ; RUN: opt -S -loop-reduce -mcpu=corei7-avx -mtriple=x86_64-apple-macosx < %s | FileCheck %s

Completed in 174 milliseconds

1 2 3 4 5 6 7 891011>>