Searched refs:nfrac (Results 1 – 2 of 2) sorted by relevance
94 int nfrac; in calc_tickmarks() local105 nfrac = MAX(-floor(log10(d)), 0); in calc_tickmarks()106 snprintf(str, sizeof(str)-1, "%%.%df", nfrac); in calc_tickmarks()
124 USHORT nfrac=0xffff^frac; in sqrtFixp_lookup() local125 UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1]; in sqrtFixp_lookup()152 USHORT nfrac=0xffff^frac; in sqrtFixp_lookup() local153 UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1]; in sqrtFixp_lookup()