Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dxprintf_float.c62 #define DEFPREC 6 /* Default FP precision */ macro
226 prec = DEFPREC + 1; in __printf_render_float()
245 prec = DEFPREC; in __printf_render_float()
H A Dprintfcommon.h56 #define DEFPREC 6 macro
H A Dvfprintf.c743 prec = DEFPREC + 1; in __vfprintf()
758 prec = DEFPREC; in __vfprintf()
H A Dvfwprintf.c803 prec = DEFPREC + 1; in __vfwprintf()
818 prec = DEFPREC; in __vfwprintf()