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

/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Defgcvt.c30 # define FLOAT_FMT_FLAG macro
102 sprintf (buf, "%.*" FLOAT_FMT_FLAG "g", MIN (ndigit, NDIGIT_MAX), value);
H A Defgcvt_r.c32 # define FLOAT_FMT_FLAG macro
104 n = __snprintf (buf, len, "%.*" FLOAT_FMT_FLAG "f", MIN (ndigit, NDIGIT_MAX),

Completed in 35 milliseconds