Home
last modified time | relevance | path

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

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