Searched refs:decimal (Results 1 – 1 of 1) sorted by relevance
247 INT decimal[PRECISSION]; in dtoa() local310 decimal[index] = (INT)(ans * 10); in dtoa()311 ans = ans * 10 - decimal[index]; in dtoa()316 if (decimal[index] == 0) in dtoa()339 result[result_index++] = decimal[index] + '0'; in dtoa()