Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c6793 static int ilog10 (double n) /* Calculate log10(n) in integer output */ function
6866 mag = ilog10(val);
6871 val += i10x(ilog10(val) - prec) / 2; /* Round (nearest) */
6872 exp = ilog10(val);