Searched refs:NDIG (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/top/dist/
H A Dap_snprintf.c114 #define NDIG 80 macro
116 /* buf must have at least NDIG bytes */
123 if (ndigits >= NDIG - 1)
124 ndigits = NDIG - 2;
133 p1 = &buf[NDIG];
138 p1 = &buf[NDIG];
144 while (p1 < &buf[NDIG])
161 while (p <= p1 && p < &buf[NDIG]) {
166 if (p1 >= &buf[NDIG]) {
167 buf[NDIG
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c131 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
129 #define NDIG macro
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c131 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
129 #define NDIG macro

Completed in 153 milliseconds