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