Searched refs:sqrt_tab (Results 1 – 2 of 2) sorted by relevance
143 extern const USHORT sqrt_tab[49];154 UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1]; in sqrtFixp_lookup()182 UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1]; in sqrtFixp_lookup()
1889 const USHORT sqrt_tab[49]={ variable