Searched refs:NDIGIT_MAX (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Defgcvt.c33 # define MAXDIG (NDIGIT_MAX + 3)
36 # define NDIGIT_MAX 17 macro
38 # define NDIGIT_MAX 9 macro
40 # define NDIGIT_MAX 18 macro
44 # error "NDIGIT_MAX must be precomputed"
45 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0))) macro
102 sprintf (buf, "%.*" FLOAT_FMT_FLAG "g", MIN (ndigit, NDIGIT_MAX), value);
H A Defgcvt_r.c35 # define NDIGIT_MAX 17 macro
37 # define NDIGIT_MAX 9 macro
39 # define NDIGIT_MAX 18 macro
43 # error "NDIGIT_MAX must be precomputed"
44 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0))) macro
104 n = __snprintf (buf, len, "%.*" FLOAT_FMT_FLAG "f", MIN (ndigit, NDIGIT_MAX),
209 if (APPEND (FUNC_PREFIX, fcvt_r) (value, MIN (ndigit, NDIGIT_MAX) - 1,

Completed in 100 milliseconds