Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c6704 static double i10x (int n) /* Calculate 10^n in integer input */ function
6754 val += i10x(0 - prec) / 2; /* Round (nearest) */
6760 val += i10x(ilog10(val) - prec) / 2; /* Round (nearest) */
6766 val /= i10x(e); /* Normalize */
6775 w = i10x(m); /* Snip the highest digit d */