HomeSort by relevance Sort by last modified time
    Searched defs:Coeff (Results 1 - 9 of 9) 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);
209 static bool asFragmentProcessorOrCoeff(SkXfermode*, GrFragmentProcessor**, 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);
210 Coeff* src
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfapi.h 117 LONG Coeff[64];
    [all...]
strmif.h     [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 355 const SCEV *Coeff;
634 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 808 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType());
809 if (isa<SCEVCouldNotCompute>(Coeff))
810 return Coeff;
812 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
    [all...]
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 120 const FAddendCoef &getCoef(void) const { return Coeff; }
123 bool isZero() const { return Coeff.isZero(); }
125 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; }
127 { Coeff.set(Coefficient); Val = V; }
129 { Coeff.set(Coefficient->getValueAPF()); Val = V; }
131 void negate() { Coeff.negate(); }
143 Coeff += T.Coeff;
147 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
149 // This addend has the value of "Coeff * Val"
    [all...]

Completed in 863 milliseconds