HomeSort by relevance Sort by last modified time
    Searched refs:rightShift (Results 1 - 15 of 15) sorted by null

  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 84 || plane.rightShift != plane.allocatedDepth - plane.bitDepth
123 && layout.planes[layout.PLANE_Y].rightShift == 0
129 && layout.planes[layout.PLANE_U].rightShift == 0
135 && layout.planes[layout.PLANE_V].rightShift == 0
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 110 func rightShift(a *decimal, k uint) {
327 rightShift(a, maxShift)
330 rightShift(a, uint(-k))
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 110 func rightShift(a *decimal, k uint) {
327 rightShift(a, maxShift)
330 rightShift(a, uint(-k))
  /external/protobuf/js/binary/
arith.js 88 jspb.arith.UInt64.prototype.rightShift = function() {
255 divisor = divisor.rightShift();
256 unit = unit.rightShift();
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 410 || plane.rightShift != plane.allocatedDepth - plane.bitDepth) {
411 ALOGD("rightShift value of %u unsupported", plane.rightShift);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 68 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; }
69 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~0U >> amount)); } // \note Arithmetic shift.
79 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vector<int, Size>& amount)
83 result[i] = rightShift(value[i], amount[i]);
88 template<typename T, int Size> Vector<T, Size> rightShiftVecScalar (const Vector<T, Size>& value, int amount) { return rightShift(value, Vector<int, Size>(amount)); }
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 83 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; }
84 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~0U >> amount)); } // \note Arithmetic shift.
94 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vector<int, Size>& amount)
98 result[i] = rightShift(value[i], amount[i]);
103 template<typename T, int Size> Vector<T, Size> rightShiftVecScalar (const Vector<T, Size>& value, int amount) { return rightShift(value, Vector<int, Size>(amount)); }
    [all...]
  /hardware/google/av/codec2/include/
C2Buffer.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 719 milliseconds