Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dfixed.cpp102 int32_t bshift = 15; in gglSqrtx() local
105 if (bshift >= 8) temp <<= (bshift-8); in gglSqrtx()
106 else temp >>= (8-bshift); in gglSqrtx()
111 bshift--; in gglSqrtx()