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

  /external/chromium_org/third_party/opus/src/silk/
structs.h 164 opus_int Complexity; /* Complexity setting */
169 opus_int pitchEstimationComplexity; /* Complexity level for pitch estimator */
172 opus_int LTPQuantLowComplexity; /* Flag for low complexity LTP quantization */
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 456 /// SCEVComplexityCompare - Return true if the complexity of the LHS is less
457 /// than the complexity of the RHS. This comparator is used to canonicalize
564 // Addrec complexity grows with operand count.
630 /// complexity, and group objects of the same complexity together by value.
632 /// consecutive and that complexity is monotonically increasing.
651 // Do the rough sort by complexity.
654 // Now that we are sorted by complexity, group elements of the same
655 // complexity. Note that this is, at worst, N^2, but the vector is likely to
660 unsigned Complexity = S->getSCEVType()
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 307 milliseconds