HomeSort by relevance Sort by last modified time
    Searched refs:Factor (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 373 unsigned Factor = SchedModel.getLatencyFactor();
374 return (Scaled + Factor - 1) / Factor;
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 78 /// factor of some product.
79 struct Factor {
83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {}
87 bool operator()(const Factor &LHS, const Factor &RHS) {
94 bool operator()(const Factor &LHS, const Factor &RHS) {
101 bool operator()(const Factor &LHS, const Factor &RHS) {
108 bool operator()(const Factor &LHS, const Factor &RHS)
    [all...]
LoopStrengthReduce.cpp 851 // Get the cost of the scaling factor used in F for LU.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 386 /* Initial factor: set target size to: |3.0 * per_frame_bandwidth|. */
390 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
785 /* For streaming applications the most important factor is
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 386 /* Initial factor: set target size to: |3.0 * per_frame_bandwidth|. */
390 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
785 /* For streaming applications the most important factor is
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 386 /* Initial factor: set target size to: |3.0 * per_frame_bandwidth|. */
390 /* adjustment up based on q: this factor ranges from ~1.2 to 2.2. */
785 /* For streaming applications the most important factor is
    [all...]
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 413 const ReplicateReturnType replicate(Index factor) const;
424 template<int Factor> const Replicate<ExpressionType,(IsVertical?Factor:1),(IsHorizontal?Factor:1)>
425 replicate(Index factor = Factor) const
427 return Replicate<ExpressionType,Direction==Vertical?Factor:1,Direction==Horizontal?Factor:1>
428 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1)
    [all...]
Replicate.h 39 Factor = (RowFactor==Dynamic || ColFactor==Dynamic) ? Dynamic : RowFactor*ColFactor
41 typedef typename nested<MatrixType,Factor>::type MatrixTypeNested;
169 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const
172 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 461 // Input Instr I Factor AddSub0 AddSub1
466 Value *Factor = nullptr;
471 Factor = Opnd0_0;
473 Factor = Opnd0_1;
475 if (Factor) {
476 AddSub0 = (Factor == Opnd0_0) ? Opnd0_1 : Opnd0_0;
477 AddSub1 = (Factor == Opnd1_0) ? Opnd1_1 : Opnd1_0;
480 Factor = Opnd0_1;
485 if (!Factor)
505 Value *RI = createFMul(Factor, NewAddSub)
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 819 unsigned Factor = MTM.SchedModel.getResourceFactor(K);
822 << PRDepths[K]/Factor << " ops x" << Factor << ")\n";
    [all...]
MachineScheduler.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
tester.js 38 // TODO(deboer): Factor this out as 'TestEarcons'
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 200 /// FactorOutConstant - Test if S is divisible by Factor, using signed
201 /// division. If so, update S with Factor divided out and return true.
209 const SCEV *Factor,
213 if (Factor->isOne())
217 if (S == Factor) {
222 // For a Constant, check for a multiple of the given factor.
228 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
249 // of the given factor.
253 // operand which is a multiple of the given factor. If so, we can
254 // factor it
    [all...]
ScalarEvolution.cpp 297 // If there is a constant factor, it will be first.
766 // this multiplication factor will perform the exact division by
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 164 cl::desc("A flag that overrides the target's max unroll factor for scalar "
169 cl::desc("A flag that overrides the target's max unroll factor for "
236 /// block to a specified vectorization factor (VF).
240 /// counts that are known to be a multiple of the vectorization factor.
248 /// and reduction variables that were found to a given vectorization factor.
395 /// The unroll factor. Each entry in the map stores this number of vector
417 /// The vectorization SIMD factor to use. Each vector will have this many
422 /// The vectorization unroll factor to use. Each scalar is vectorized to this
522 /// to what vectorization factor.
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 612 // alignof-like expression, factor out known factors.
    [all...]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 236 // 7*(n+7) ticks on Itanium (the one codenamed Merced). Factor of 7
493 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 165 * @param {number} factor Factor to scale.
168 Rect.prototype.scale = function(factor) {
170 this.left * factor,
171 this.top * factor,
172 this.width * factor,
173 this.height * factor);
  /external/mesa3d/docs/
MESA_texture_array.spec 274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 272 unsigned Factor = NumParts / NumIntermediates;
274 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
568 unsigned Factor = NumParts / NumIntermediates;
570 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT, V);
    [all...]
SelectionDAG.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 122 /** Factor out what to do upon token mismatch so tree parsers can behave
  /external/blktrace/btreplay/doc/
btreplay.tex 395 [ -x <int> : --acc-factor=<int> ] Default: 1
500 \subsubsection{\label{sec:o-x}\texttt{-x} or \texttt{--acc-factor}\\Acceleration
501 Factor}
504 with no waiting time, this option specifies some acceleration factor
507 this factor. Note that if this number is too high, the results will
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 396 // TODO(deboer): Factor this into two function:
    [all...]

Completed in 1400 milliseconds

1 2