Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Darith.js88 jspb.arith.UInt64.prototype.rightShift = function() { method in jspb.arith.UInt64
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp68 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; } in rightShift() function
69 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~… in rightShift() function
79 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vect… in rightShift() function
/external/deqp/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
/external/clang/lib/CodeGen/
DCGBuiltin.cpp4429 bool rightShift = false; in EmitARMBuiltinExpr() local