Searched defs:rightShift (Results 1 – 5 of 5) sorted by relevance
| /external/cronet/third_party/protobuf/js/binary/ |
| D | arith.js | 88 jspb.arith.UInt64.prototype.rightShift = function() { method in jspb.arith.UInt64
|
| /external/skia/src/core/ |
| D | SkRRect.cpp | 765 SkScalar rightShift = std::max(tr.fX, br.fX); in InnerBounds() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderOperatorTests.cpp | 56 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; } in rightShift() function 57 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~… in rightShift() function 67 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vect… in rightShift() function
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderOperatorTests.cpp | 83 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; } in rightShift() function 84 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~… in rightShift() function 94 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vect… in rightShift() function
|
| /external/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 4429 bool rightShift = false; in EmitARMBuiltinExpr() local
|