Home
last modified time | relevance | path

Searched refs:SIGFIGS (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/gdtoa/
H A D_hdtoa.c42 #define SIGFIGS ((DBL_MANT_DIG + 3) / 4 + 1) macro
110 bufsize = (ndigits > 0) ? ndigits : SIGFIGS; in __hdtoa()
114 if (SIGFIGS > ndigits && ndigits > 0) { in __hdtoa()
134 for (ndigits = SIGFIGS; s0[ndigits - 1] == '0'; ndigits--) in __hdtoa()
H A D_hldtoa.c67 #define SIGFIGS ((LDBL_MANT_DIG + 3) / 4 + 1) macro
124 bufsize = (ndigits > 0) ? ndigits : SIGFIGS; in __hldtoa()
128 if (SIGFIGS > ndigits && ndigits > 0) { in __hldtoa()
155 for (ndigits = SIGFIGS; s0[ndigits - 1] == '0'; ndigits--) in __hldtoa()