Home
last modified time | relevance | path

Searched refs:absld (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dnumfmt.c340 absld (long double val) in absld() function
356 while (absld (val) >= base) in expld()
781 else if (absld (val) < 10) in double_to_human()
795 if (absld (val) >= scale_base) in double_to_human()
803 int show_decimal_point = (val != 0) && (absld (val) < 10) && (power > 0); in double_to_human()