HomeSort by relevance Sort by last modified time
    Searched full:bitshift (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
SystemZInstrFormats.td     [all...]
SystemZInstrInfo.td     [all...]
  /external/tinyalsa/
pcm.c 738 const unsigned int bitshift = 5; /* for 32 bit integer */ local
739 const unsigned int bitmask = (1 << bitshift) - 1;
742 element = index >> bitshift;
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 401 bbs_ERROR5( "The values in the transformation matrix cause overflow during bitshift\n%d, %d,\n%d, %d\n"
433 bbs_ERROR3( "The values in the vector cause overflow during bitshift\n%d, %d,\n"
700 bbs_ERROR5( "The values in the transformation matrix cause overflow during bitshift\n%d, %d,\n%d, %d\n"
732 bbs_ERROR3( "The values in the vector cause overflow during bitshift\n%d, %d,\n"
UInt8Image.c 587 bbs_ERROR5( "The values in the transformation matrix cause overflow during bitshift\n%d, %d,\n%d, %d\n"
620 bbs_ERROR3( "The values in the vector cause overflow during bitshift\n%d, %d,\n"
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
ExpressionVisitor.java 268 return mModel.bitshift(ctx.left.accept(this), ctx.op.getText(), ctx.right.accept(this));
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ExprModel.java 218 public BitShiftExpr bitshift(Expr left, String op, Expr right) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 345 # We can just bitshift
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 142 {"not", PSOP_NOT}, {"bitshift", PSOP_BITSHIFT}, {"true", PSOP_TRUE},
  /external/libpng/
png.c     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_png.c     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 86 unsigned BitShift = DL.getTypeAllocSizeInBits(SrcEltTy);
89 Result <<= BitShift;
    [all...]
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 50 //Don't try to bitshift more than the size of an element
202 //Generic bitshift-based 3-way swapping code
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/mesa3d/docs/
relnotes-7.10.html 245 <li>llvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTS</li>
246 <li>draw: check bitshift against PIPE_MAX_SHADER_OUTPUS</li>
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
pdfjs.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 850 value = -2*half + value; // Cannot bitshift half, as it may be at the limit of the bits JS uses in bitshifts
    [all...]

Completed in 606 milliseconds