Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dod_bloaty.c100 #ifndef LDBL_DIG
101 # define LDBL_DIG DBL_DIG macro
716 field_width = LDBL_DIG + 8; in decode_one_format()
717 fmt_string = xasprintf(" %%%d.%dLe", field_width, LDBL_DIG); in decode_one_format()