HomeSort by relevance Sort by last modified time
    Searched defs:Coeff (Results 1 - 7 of 7) sorted by null

  /external/aac/libAACdec/src/
aacdec_tns.h 105 SCHAR Coeff[TNS_MAXIMUM_ORDER];
  /external/chromium_org/third_party/skia/include/core/
SkXfermode.h 44 enum Coeff {
60 in Coeff, then asCoeff() returns true, and sets (if not null) src and
74 virtual bool asCoeff(Coeff* src, Coeff* dst) const;
80 static bool AsCoeff(const SkXfermode*, Coeff* src, Coeff* dst);
180 * If the specified mode can be represented by a pair of Coeff, then return
185 static bool ModeAsCoeff(Mode mode, Coeff* src, Coeff* dst);
206 Coeff* src
    [all...]
  /external/skia/include/core/
SkXfermode.h 44 enum Coeff {
60 in Coeff, then asCoeff() returns true, and sets (if not null) src and
74 virtual bool asCoeff(Coeff* src, Coeff* dst) const;
80 static bool AsCoeff(const SkXfermode*, Coeff* src, Coeff* dst);
180 * If the specified mode can be represented by a pair of Coeff, then return
185 static bool ModeAsCoeff(Mode mode, Coeff* src, Coeff* dst);
206 Coeff* src
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 355 const SCEV *Coeff;
634 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 118 const FAddendCoef &getCoef(void) const { return Coeff; }
121 bool isZero() const { return Coeff.isZero(); }
123 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; }
125 { Coeff.set(Coefficient); Val = V; }
127 { Coeff.set(Coefficient->getValueAPF()); Val = V; }
129 void negate() { Coeff.negate(); }
141 Coeff += T.Coeff;
145 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
147 // This addend has the value of "Coeff * Val"
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
ScalarEvolution.cpp 809 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType());
810 if (isa<SCEVCouldNotCompute>(Coeff))
811 return Coeff;
813 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
    [all...]

Completed in 127 milliseconds