Home
last modified time | relevance | path

Searched refs:nfrac (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dtickmarks.c94 int nfrac; in calc_tickmarks() local
105 nfrac = MAX(-floor(log10(d)), 0); in calc_tickmarks()
106 snprintf(str, sizeof(str)-1, "%%.%df", nfrac); in calc_tickmarks()
/external/aac/libFDK/include/
Dfixpoint_math.h124 USHORT nfrac=0xffff^frac; in sqrtFixp_lookup() local
125 UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1]; in sqrtFixp_lookup()
152 USHORT nfrac=0xffff^frac; in sqrtFixp_lookup() local
153 UINT t=nfrac*sqrt_tab[idx]+frac*sqrt_tab[idx+1]; in sqrtFixp_lookup()