Searched refs:todigit (Results 1 – 1 of 1) sorted by relevance
31 #define todigit(x) ((x)+'0') macro528 *--suffix = (char) todigit(nn % 10); in __format_float_scientific()529 *--suffix = (char) todigit(nn); in __format_float_scientific()