Home
last modified time | relevance | path

Searched defs:decpt (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/lib/libc/gdtoa/
H A Dhdtoa.c97 dorounding(char *s0, int ndigits, int sign, int *decpt) in dorounding()
149 hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in hdtoa()
262 hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in hldtoa()
370 hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in hldtoa()
H A Dldtoa.c54 ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) in ldtoa()
H A Dg_dfmt.c46 int decpt, ex, i, mode; local
H A Dg_ffmt.c46 int decpt, ex, i, mode; local
H A Dg__fmt.c40 g__fmt(b, s, se, decpt, sign, blen) char *b; char *s; char *se; int decpt; ULong sign; size_t blen; in g__fmt() argument
H A Dg_xLfmt.c62 int decpt, ex, i, mode; local
H A Dg_Qfmt.c64 int decpt, ex, i, mode; local
H A Dg_xfmt.c67 int decpt, ex, i, mode; local
H A Dg_ddfmt.c46 int bx, by, decpt, ex, ey, i, j, mode; local
H A Dgethex.c44 CONST char *decpt, *s, *s0, *s1; local
H A Ddtoa.c80 (d0, mode, ndigits, decpt, sign, rve) in dtoa() argument
H A Dgdtoa.c120 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument
H A Dstrtod.c120 int Rounding, decpt = 0; local
H A Dstrtodg.c330 int decpt; local
/netbsd-src/usr.bin/time/
H A Dtime.c73 const char *decpt; in main() local
208 prts(const char *pre, const char *decpt, const struct timespec *ts, in prts()
217 prtv(const char *pre, const char *decpt, const struct timeval *tv, in prtv()
/netbsd-src/lib/libc/gdtoa/test/
H A Ddt.c91 int decpt, i, j, k, sign; local
167 int decpt, sign; local
192 int decpt, sign; in main() local
/netbsd-src/external/bsd/top/dist/
H A Dap_snprintf.c117 static char *ap_cvt(double arg, int ndigits, int *decpt, int *sign, int eflag, char *buf) in ap_cvt()
190 static char *ap_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf) in ap_ecvt()
195 static char *ap_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf) in ap_fcvt()
207 int sign, decpt; in ap_gcvt() local
/netbsd-src/lib/libc/stdio/
H A Dvfwscanf.c772 wchar_t decpt = (wchar_t)(unsigned char)*localeconv_l(loc)->decimal_point; in parsefloat() local
H A Dvfscanf.c970 char decpt = *localeconv_l(loc)->decimal_point; in parsefloat() local
/netbsd-src/bin/ksh/
H A Dshf.c886 int expo, decpt; local