Searched refs:ggl_sqrt_reciproc_approx_tab (Results 1 – 1 of 1) sorted by relevance
84 static const GGLfixed ggl_sqrt_reciproc_approx_tab[8] = { variable95 x = ggl_sqrt_reciproc_approx_tab[(a>>(28-lz))&0x7]; in gglSqrtRecipx()100 x = gglMulx(x, ggl_sqrt_reciproc_approx_tab[0])>>1; in gglSqrtRecipx()