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

  /external/skia/include/core/
SkXfermode.h 46 enum Coeff {
62 in Coeff, then asCoeff() returns true, and sets (if not null) src and
76 virtual bool asCoeff(Coeff* src, Coeff* dst);
82 static bool AsCoeff(SkXfermode*, Coeff* src, Coeff* dst);
158 * If the specified mode can be represented by a pair of Coeff, then return
163 static bool ModeAsCoeff(Mode mode, Coeff* src, Coeff* dst);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 779 const SCEV *Coeff = BinomialCoefficient(It, i, SE, getType());
780 if (isa<SCEVCouldNotCompute>(Coeff))
781 return Coeff;
783 Result = SE.getAddExpr(Result, SE.getMulExpr(getOperand(i), Coeff));
    [all...]

Completed in 66 milliseconds