Searched refs:NDIGIT_MAX (Results 1 – 4 of 4) sorted by relevance
/misc/ |
A D | efgcvt-ldbl-macros.h | 29 #define MAXDIG (NDIGIT_MAX + 12) 32 # define NDIGIT_MAX 21 macro 34 # define NDIGIT_MAX 17 macro 36 # define NDIGIT_MAX 36 macro 38 # define NDIGIT_MAX 34 macro 40 # define NDIGIT_MAX 18 macro 45 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * LDBL_MANT_DIG + 1.0))) macro
|
A D | efgcvt-dbl-macros.h | 28 #define MAXDIG (NDIGIT_MAX + 3) 31 # define NDIGIT_MAX 17 macro 33 # define NDIGIT_MAX 9 macro 35 # define NDIGIT_MAX 18 macro 40 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0))) macro
|
A D | efgcvt_r-template.c | 80 n = SNPRINTF (buf, len, "%.*" FLOAT_FMT_FLAG "f", MIN (ndigit, NDIGIT_MAX), in __FCVT_R() 192 if (__FCVT_R (value, MIN (ndigit, NDIGIT_MAX) - 1, in __ECVT_R()
|
A D | efgcvt-template.c | 73 SPRINTF (buf, "%.*" FLOAT_FMT_FLAG "g", MIN (ndigit, NDIGIT_MAX), value); in __GCVT()
|
Completed in 6 milliseconds