Home
last modified time | relevance | path

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

/third_party/protobuf/js/binary/
Darith.js99 jspb.arith.UInt64.prototype.leftShift = function() { method in jspb.arith.UInt64
/third_party/skia/samplecode/
DSampleChart.cpp32 int leftShift, in gen_paths()
/third_party/skia/bench/
DChartBench.cpp38 int leftShift, in gen_paths()
/third_party/skia/src/core/
DSkRRect.cpp771 SkScalar leftShift = std::max(tl.fX, bl.fX); in InnerBounds() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp54 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } in leftShift() function
59 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vecto… in leftShift() function
1018 DECLARE_BINARY_INT_VEC_FUNCS(leftShift) in DECLARE_BINARY_INT_VEC_FUNCS() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp54 template<typename T> inline T leftShift (T value, int amount) { return value << amount; } in leftShift() function
59 template<typename T, int Size> Vector<T, Size> leftShift (const Vector<T, Size>& value, const Vecto… in leftShift() function
1018 DECLARE_BINARY_INT_VEC_FUNCS(leftShift) in DECLARE_BINARY_INT_VEC_FUNCS() argument
/third_party/vk-gl-cts/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
1302 DECLARE_BINARY_INT_VEC_FUNCS(leftShift) in DECLARE_BINARY_INT_VEC_FUNCS() argument