Home
last modified time | relevance | path

Searched defs:leftShift (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/js/binary/
Darith.js99 jspb.arith.UInt64.prototype.leftShift = function() { method in jspb.arith.UInt64
/external/skqp/samplecode/
DSampleChart.cpp32 int leftShift, in gen_paths()
/external/skia/samplecode/
DSampleChart.cpp32 int leftShift, in gen_paths()
/external/skqp/bench/
DChartBench.cpp38 int leftShift, in gen_paths()
/external/skia/bench/
DChartBench.cpp38 int leftShift, in gen_paths()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp66 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } in leftShift() function
71 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vecto… in leftShift() function
1030 DECLARE_BINARY_INT_VEC_FUNCS(leftShift) in DECLARE_BINARY_INT_VEC_FUNCS() argument
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp81 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } in leftShift() function
86 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vecto… in leftShift() function
1089 DECLARE_BINARY_INT_VEC_FUNCS(leftShift) in DECLARE_BINARY_INT_VEC_FUNCS() argument