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.h55 #define DEFPREC 6 macro
H A Dvfprintf.c736 prec = DEFPREC + 1; in __vfprintf()
751 prec = DEFPREC; in __vfprintf()
H A Dvfwprintf.c796 prec = DEFPREC + 1; in __vfwprintf()
811 prec = DEFPREC; in __vfwprintf()