Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dfixed.cpp73 static const GGLfixed ggl_sqrt_reciproc_approx_tab[8] = { variable
84 x = ggl_sqrt_reciproc_approx_tab[(a>>(28-lz))&0x7]; in gglSqrtRecipx()
89 x = gglMulx(x, ggl_sqrt_reciproc_approx_tab[0])>>1; in gglSqrtRecipx()