Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c6682 static int ilog10 (double n) /* Calculate log10(n) in integer output */ function
6755 m = ilog10(val);
6760 val += i10x(ilog10(val) - prec) / 2; /* Round (nearest) */
6761 e = ilog10(val);