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

  /external/aac/libAACdec/src/
aacdec_tns.h 105 SCHAR Coeff[TNS_MAXIMUM_ORDER];
aacdec_tns.cpp 203 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef;
216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order)
258 pCoeff = coeff; \
346 C_AALLOC_SCRATCH_START(coeff, FIXP_TCC, TNS_MAXIMUM_ORDER);
361 pCoeff = &coeff[filter->Order-1];
366 *pCoeff-- = FDKaacDec_tnsCoeff3[filter->Coeff[i]+4];
372 *pCoeff-- = FDKaacDec_tnsCoeff4[filter->Coeff[i]+8];
403 coeff,
409 C_AALLOC_SCRATCH_END(coeff, FIXP_TCC, TNS_MAXIMUM_ORDER);
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs1.go 35 Coeff *big.Int
110 priv.AdditionalPrimes[i].Coeff = values.Coeff
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs1.go 35 Coeff *big.Int
110 priv.AdditionalPrimes[i].Coeff = values.Coeff
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 120 const FAddendCoef &getCoef() const { return Coeff; }
123 bool isZero() const { return Coeff.isZero(); }
126 Coeff.set(Coefficient);
130 Coeff.set(Coefficient);
134 Coeff.set(Coefficient->getValueAPF());
138 void negate() { Coeff.negate(); }
150 Coeff += T.Coeff;
154 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
156 // This addend has the value of "Coeff * Val"
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 361 const SCEV *Coeff;
646 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 351 const SCEV *Coeff;
636 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 153 Coeff *big.Int // R·Coeff ? 1 mod Prime.
471 values.Coeff = new(big.Int).ModInverse(r, prime)
539 m2.Mul(m2, values.Coeff)
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 153 Coeff *big.Int // R·Coeff ? 1 mod Prime.
471 values.Coeff = new(big.Int).ModInverse(r, prime)
539 m2.Mul(m2, values.Coeff)
  /external/swiftshader/third_party/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfapi.h 441 LONG Coeff[64];
    [all...]
strmif.h     [all...]

Completed in 2993 milliseconds