/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/node/deps/v8/src/common/ |
D | operation.h | 21 V(ShiftRight) \
|
/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 | 1001 static inline UINT_32 ShiftRight( in ShiftRight() function
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 4152 void ShiftRight(Simulator* simulator, int Vd, int Vm, int shift, in ShiftRight() function 5563 q ? ShiftRight<int8_t, kSimd128Size>(this, Vd, Vm, shift, u) in DecodeAdvancedSIMDDataProcessing() 5564 : ShiftRight<int8_t, kDoubleSize>(this, Vd, Vm, shift, u); in DecodeAdvancedSIMDDataProcessing() 5567 q ? ShiftRight<int16_t, kSimd128Size>(this, Vd, Vm, shift, u) in DecodeAdvancedSIMDDataProcessing() 5568 : ShiftRight<int16_t, kDoubleSize>(this, Vd, Vm, shift, u); in DecodeAdvancedSIMDDataProcessing() 5571 q ? ShiftRight<int32_t, kSimd128Size>(this, Vd, Vm, shift, u) in DecodeAdvancedSIMDDataProcessing() 5572 : ShiftRight<int32_t, kDoubleSize>(this, Vd, Vm, shift, u); in DecodeAdvancedSIMDDataProcessing() 5575 q ? ShiftRight<int64_t, kSimd128Size>(this, Vd, Vm, shift, u) in DecodeAdvancedSIMDDataProcessing() 5576 : ShiftRight<int64_t, kDoubleSize>(this, Vd, Vm, shift, u); in DecodeAdvancedSIMDDataProcessing()
|
/third_party/node/deps/v8/src/compiler/ |
D | opcodes.h | 104 V(JSShiftRight, ShiftRight) \
|
D | js-generic-lowering.cc | 198 DEF_BINARY_LOWERING(ShiftRight) in DEF_BINARY_LOWERING()
|
D | js-operator.h | 921 const Operator* ShiftRight(FeedbackSource const& feedback); in NON_EXPORTED_BASE()
|
D | bytecode-graph-builder.cc | 3048 BuildBinaryOp(javascript()->ShiftRight(feedback)); in VisitShiftRight() 3143 BuildBinaryOpWithImmediate(javascript()->ShiftRight(feedback)); in VisitShiftRightSmi()
|
/third_party/node/deps/v8/src/builtins/ |
D | number.tq | 743 builtin ShiftRight(implicit context: Context)(
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecodes.h | 184 V(ShiftRight, ImplicitRegisterUse::kReadWriteAccumulator, OperandType::kReg, \
|
D | interpreter-generator.cc | 1075 IGNITION_HANDLER(ShiftRight, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
|
/third_party/mesa3d/src/amd/addrlib/src/gfx11/ |
D | gfx11addrlib.cpp | 2092 ADDR_ASSERT(ShiftRight(pOut->unalignedWidth, pOut->mipId) == requestMipWidth); in HwlComputeNonBlockCompressedView() 2094 ADDR_ASSERT(ShiftRight(pOut->unalignedHeight, pOut->mipId) == requestMipHeight); in HwlComputeNonBlockCompressedView()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 2486 ADDR_ASSERT(ShiftRight(pOut->unalignedWidth, pOut->mipId) == requestMipWidth); in HwlComputeNonBlockCompressedView() 2488 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()
|