Searched refs:ShiftRight (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | filters.c | 96 ShiftRight (int x, const unsigned char s) in ShiftRight() function 175 ShiftRight (vx, 9) * ShiftRight (vx, 9) + ShiftRight (vy, in calculatePXandPY() 176 9) * ShiftRight (vy, 9); in calculatePXandPY() 179 ShiftRight (sintable[(unsigned short) (0xffff * dist * in calculatePXandPY() 185 ShiftRight (vx, 9) * ShiftRight (vx, 9) + ShiftRight (vy, in calculatePXandPY() 186 9) * ShiftRight (vy, 9); in calculatePXandPY() 191 ShiftRight (vx, 9) * ShiftRight (vx, 9) + ShiftRight (vy, in calculatePXandPY() 192 9) * ShiftRight (vy, 9); in calculatePXandPY() 197 ShiftRight (vx, 9) * ShiftRight (vx, 9) + ShiftRight (vy, in calculatePXandPY() 198 9) * ShiftRight (vy, 9); in calculatePXandPY()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | tentacle3d.c | 207 #define ShiftRight(_x,_s) ((_x<0) ? -(-_x>>_s) : (_x>>_s)) macro 337 (float) (ShiftRight (data[0][goom_irand (goomInfo->gRandom, 511)], in tentacle_update()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 94 ShiftRight enumerator 161 return std::make_pair(BinOpToken::ShiftRight, Expr.substr(2).ltrim()); in parseBinOpToken() 200 case BinOpToken::ShiftRight: in computeBinOpResult()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pixel_buffer.h | 670 void ShiftRight (uint32 shift);
|
D | dng_pixel_buffer.cpp | 1422 void dng_pixel_buffer::ShiftRight (uint32 shift) in ShiftRight() function in dng_pixel_buffer
|
D | dng_read_image.cpp | 1440 buffer.ShiftRight (ifd.fSampleBitShift); in ReadUncompressed()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrcommon.h | 964 static inline UINT_32 ShiftRight( in ShiftRight() function
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 2467 ADDR_ASSERT(ShiftRight(pOut->unalignedWidth, pOut->mipId) == requestMipWidth); in HwlComputeNonBlockCompressedView() 2469 ADDR_ASSERT(ShiftRight(pOut->unalignedHeight, pOut->mipId) == requestMipHeight); in HwlComputeNonBlockCompressedView()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5888 unsigned ShiftRight = NumElems - SubVecNumElems - IdxVal; in insert1BitVector() local 5891 if (ShiftRight != 0) in insert1BitVector() 5893 DAG.getTargetConstant(ShiftRight, dl, MVT::i8)); in insert1BitVector() 5929 unsigned ShiftRight = NumElems - SubVecNumElems - IdxVal; in insert1BitVector() local 5941 DAG.getTargetConstant(ShiftRight, dl, MVT::i8)); in insert1BitVector() 5952 DAG.getTargetConstant(ShiftRight, dl, MVT::i8)); in insert1BitVector() 40327 if (SDValue ShiftRight = combineAndMaskToShift(N, DAG, Subtarget)) in combineAnd() local 40328 return ShiftRight; in combineAnd()
|