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

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-gethex.c52 unsigned char *strunc; local
224 if (nd > maxdigits && (strunc = alloca(maxdigits + dplen + 2)) != NULL) {
226 unsigned char *tp = strunc + maxdigits;
229 memcpy(strunc, s0, maxdigits);
231 memcpy(strunc, s0, maxdigits + dplen);
253 s0 = strunc;
H A Dgdtoa-strtod.c76 char *strunc = NULL; local
319 TRUNCATE_DIGITS(s0, strunc, nd, nd0, nf, FPINBITS, FPIEMIN, dplen);
1026 if (strunc)
1028 FREE(strunc);
1030 free(strunc);
H A Dgdtoa-strtodg.c348 char *strunc = NULL; local
548 TRUNCATE_DIGITS(s0, strunc, nd, nd0, nf, fpi->nbits, fpi->emin, dplen);
1089 if (strunc)
1091 FREE(strunc);
1093 free(strunc);

Completed in 116 milliseconds