Home
last modified time | relevance | path

Searched defs:Shift (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dbitfield.inl242 GLM_FUNC_QUALIFIER genIType bitfieldRotateRight(genIType In, int Shift)
251 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateRight(vecType<T, P> const & In, int Shift)
260 GLM_FUNC_QUALIFIER genIType bitfieldRotateLeft(genIType In, int Shift)
269 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateLeft(vecType<T, P> const& In, int Shift)
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_common.inl197 T const Shift(static_cast<T>(sizeof(T) * 8 - 1)); local