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

  /external/aac/libAACdec/src/
aacdec_tns.h 105 SCHAR Coeff[TNS_MAXIMUM_ORDER];
  /external/skia/include/core/
SkXfermode.h 39 enum Coeff {
55 in Coeff, then asCoeff() returns true, and sets (if not null) src and
69 virtual bool asCoeff(Coeff* src, Coeff* dst);
75 static bool AsCoeff(SkXfermode*, Coeff* src, Coeff* dst);
163 * If the specified mode can be represented by a pair of Coeff, then return
168 static bool ModeAsCoeff(Mode mode, Coeff* src, Coeff* dst);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 798 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType());
799 if (isa<SCEVCouldNotCompute>(Coeff))
800 return Coeff;
802 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
    [all...]

Completed in 305 milliseconds