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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 162 unsigned Ratio = NumSrcElt/NumDstElt;
168 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
169 for (unsigned j = 0; j != Ratio; ++j) {
191 unsigned Ratio = NumDstElt/NumSrcElt;
200 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
201 for (unsigned j = 0; j != Ratio; ++j) {
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 863 // Calculate a corrective factor based on a rolling ratio of bits spent vs target bits
    [all...]
  /external/blktrace/btt/doc/
btt.tex 217 issued requests (D) and the resultant ratio. We also provide values
223 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total
    [all...]

Completed in 174 milliseconds