Home
last modified time | relevance | path

Searched refs:bshift (Results 1 – 1 of 1) sorted by relevance

/system/core/libpixelflinger/
Dfixed.cpp113 int32_t bshift = 15; in gglSqrtx() local
116 if (bshift >= 8) temp <<= (bshift-8); in gglSqrtx()
117 else temp >>= (8-bshift); in gglSqrtx()
122 bshift--; in gglSqrtx()