Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 7 of 7) sorted by relevance

/minix3/lib/libc/gdtoa/
H A Dstrtorf.c71 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f; in strtorf() argument
H A Dstrtord.c76 strtord(CONST char *s, char **sp, int rounding, double *d, locale_t loc) in strtord()
H A Dstrtordd.c177 strtordd(s, sp, rounding, dd) CONST char *s; char **sp; int rounding; double *dd; in strtordd() argument
H A DstrtorxL.c90 strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorxL() argument
H A DstrtorQ.c99 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorQ() argument
H A Dstrtorx.c102 strtorx(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorx() argument
H A Dgdtoa.h100 int rounding; member