Searched refs:ggl_sqrt_reciproc_approx_tab (Results 1 – 1 of 1) sorted by relevance
73 static const GGLfixed ggl_sqrt_reciproc_approx_tab[8] = { variable84 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()