Searched refs:ilog10 (Results 1 – 1 of 1) sorted by relevance
6682 static int ilog10 (double n) /* Calculate log10(n) in integer output */ function6755 m = ilog10(val);6760 val += i10x(ilog10(val) - prec) / 2; /* Round (nearest) */6761 e = ilog10(val);