Searched refs:i10x (Results 1 – 1 of 1) sorted by relevance
6704 static double i10x (int n) /* Calculate 10^n in integer input */ function6754 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 */