Home
last modified time | relevance | path

Searched defs:rightShift (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/js/binary/
Darith.js88 jspb.arith.UInt64.prototype.rightShift = function() { method in jspb.arith.UInt64
/third_party/skia/src/core/
DSkRRect.cpp759 SkScalar rightShift = std::max(tr.fX, br.fX); in InnerBounds() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp56 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
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderOperatorTests.cpp83 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