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

  /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...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1502 milliseconds