Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dod_bloaty.c95 #ifndef DBL_DIG
96 # define DBL_DIG 15 macro
101 # define LDBL_DIG DBL_DIG
711 field_width = DBL_DIG + 8; in decode_one_format()
712 fmt_string = xasprintf(" %%%d.%de", field_width, DBL_DIG); in decode_one_format()