Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c6815 static double i10x (int n) /* Calculate 10^n in integer input */ function
6865 val += i10x(0 - prec) / 2; /* Round (nearest) */
6871 val += i10x(ilog10(val) - prec) / 2; /* Round (nearest) */
6877 val /= i10x(exp); /* Normalize */
6886 w = i10x(mag); /* Snip the highest digit d */