Searched refs:show_decimal_point (Results 1 – 1 of 1) sorted by relevance
803 int show_decimal_point = (val != 0) && (absld (val) < 10) && (power > 0); in double_to_human() local810 int prec = user_precision == -1 ? show_decimal_point : user_precision; in double_to_human()