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

  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 279 CFGElement El = *I;
280 if (const CFGStmt *S = El.getAs<CFGStmt>())
295 CFGElement El = *I;
296 if (const CFGStmt *S = El.getAs<CFGStmt>())
  /external/chromium_org/third_party/opus/src/celt/
bands.c 340 opus_val32 El, Er;
357 El = MULT16_16(mid2, mid2) + side - 2*xp;
359 if (Er < QCONST32(6e-4f, 28) || El < QCONST32(6e-4f, 28))
367 kl = celt_ilog2(El)>>1;
370 t = VSHR32(El, (kl-7)<<1);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 4295 milliseconds