Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/stdio/
HDxprintf_float.c62 #define DEFPREC 6 /* Default FP precision */ macro
226 prec = DEFPREC + 1; in __printf_render_float()
245 prec = DEFPREC; in __printf_render_float()
HDprintfcommon.h56 #define DEFPREC 6 macro
HDvfprintf.c743 prec = DEFPREC + 1; in __vfprintf()
758 prec = DEFPREC; in __vfprintf()
HDvfwprintf.c803 prec = DEFPREC + 1; in __vfwprintf()
818 prec = DEFPREC; in __vfwprintf()