HomeSort by relevance Sort by last modified time
    Searched full:reduced (Results 76 - 100 of 1304) sorted by null

1 2 34 5 6 7 8 91011>>

  /docs/source.android.com/src/devices/audio/
latency.jd 39 <td><a href="latency_design.html">Design For Reduced Latency</a></td>
  /external/autotest/client/site_tests/power_LoadTest/
control.fast 27 For reasons above and reduced runtime (3min) it will NOT produce valid power
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/
CHANGES 58 *) Collapsion protection was reduced to "+ +" and "- -" sequences (which
  /external/clang/test/CodeGenCXX/
goto.cpp 3 // Reduced from a crash on boost::interprocess's node_allocator_test.cpp.
  /external/libvpx/libvpx/
keywords.dox 44 include the option, though perhaps with reduced functionality. In the
  /external/llvm/test/Analysis/LoopAccessAnalysis/
nullptr.ll 11 ; ModuleID = 'bugpoint-reduced-simplified.bc'
  /external/llvm/test/BugPoint/
metadata.ll 2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
  /external/llvm/test/CodeGen/AArch64/
madd-combiner.ll 23 ; bugpoint reduced test case. This only tests that we pass the MI verifier.
  /external/llvm/test/CodeGen/ARM/
2013-07-29-vector-or-combine.ll 2 ; ModuleID = 'bugpoint-reduced-simplified.bc'
  /external/llvm/test/CodeGen/Hexagon/vect/
vect-load-1.ll 4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
  /external/llvm/test/CodeGen/X86/
avx512-i1test.ll 3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
  /external/llvm/test/MC/X86/
i386-darwin-frame-register.ll 3 ; IR reduced from a dummy:
  /external/replicaisland/src/com/replica/replicaisland/
CollisionParameters.java 28 public final static int HIT = 1; // Standard hit type. Life is reduced by 1.
  /external/tlsdate/man/
tlsdate-helper.1 14 secure as TLS (RFC 2246) but of course the security of TLS is often reduced to
  /external/v8/test/mjsunit/compiler/
regress-3136962.js 28 // Reduced regression test for a global value numbering bug. Original
  /external/valgrind/drd/tests/
filter_stderr_solaris 7 # It will be further reduced and mangled by the main filter_stderr script.
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.h 56 kMaxOutputBufferSize = 65536, //TODO check if this can be reduced
  /frameworks/base/tools/aapt/
ZipEntry.h 137 // reduced 1 = 2,
138 // reduced 2 = 3,
139 // reduced 3 = 4,
140 // reduced 4 = 5,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
keywords.dox 44 include the option, though perhaps with reduced functionality. In the
  /frameworks/base/core/java/android/util/
Rational.java 84 * is always positive. Both the numerator and denominator will be converted to their reduced
89 * <li>a rational of {@code 2/4} will be reduced to {@code 1/2}.
91 * <li>a rational of {@code 5/0} will be reduced to {@code 1/0}
92 * <li>a rational of {@code 0/5} will be reduced to {@code 0/1}
108 // Convert to reduced form
219 * <li>Both have the same numerator and denominator in their reduced form</li>
222 * <p>A reduced form of a Rational is calculated by dividing both the numerator and the
508 * deserializing non-reduced forms of the rational.
518 * that don't have a standard reduced form).
529 "Rational must be deserialized from a reduced form for zero values")
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 625 Value *Reduced = nullptr; // equivalent to but weaker than C.Ins
632 Reduced =
638 // It's tempting to preserve nsw on Bump and/or Reduced. However, it's
647 Reduced = Builder.CreateAdd(Basis.Ins, Bump);
658 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy);
660 Reduced =
661 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump);
663 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump);
664 Reduced = Builder.CreateBitCast(Reduced, C.Ins->getType())
    [all...]
  /external/bison/src/
reduce.c 149 Consider only the (partially) reduced grammar which has only
152 The result is the set P of productions in the reduced grammar,
153 and the set V of symbols in the reduced grammar.
402 bool reduced;
404 /* Allocate the global sets used to compute the reduced grammar */
414 reduced = (nuseless_nonterminals + nuseless_productions > 0);
415 if (!reduced)
427 renumbered only in the reduced grammar. */
435 grammar_dump (stderr, "Reduced Grammar");
437 fprintf (stderr, "reduced %s defines %d terminals, %d nonterminals
399 bool reduced; local
    [all...]
  /external/ceres-solver/internal/ceres/
schur_eliminator.h 128 // reduced linear system can be shown to be the sum of the reduced
139 // Thus, the reduced linear system
179 // right hand side of the reduced linear system are returned in lhs
313 // Block layout of the columns of the reduced linear system. Since
315 // position of each f block in the row/col of the reduced linear
347 // Locks for the blocks in the right hand side of the reduced linear
  /cts/tools/dasm/src/java_cup/
parse_action_table.java 56 /** Check the table to ensure that all productions have been reduced.
58 * is never reduced.
96 prod.to_simple_string() + "\" never reduced");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
run_pylint.py 9 violations (hence it has a reduced number of style checks).
28 TEST_RC = 'reduced.pylintrc'
117 :param allow_limited: Boolean indicating if a reduced set of files can

Completed in 985 milliseconds

1 2 34 5 6 7 8 91011>>