Searched defs:rounding (Results 1 – 7 of 7) sorted by relevance
/minix3/lib/libc/gdtoa/ |
H A D | strtorf.c | 71 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f; in strtorf() argument
|
H A D | strtord.c | 76 strtord(CONST char *s, char **sp, int rounding, double *d, locale_t loc) in strtord()
|
H A D | strtordd.c | 177 strtordd(s, sp, rounding, dd) CONST char *s; char **sp; int rounding; double *dd; in strtordd() argument
|
H A D | strtorxL.c | 90 strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorxL() argument
|
H A D | strtorQ.c | 99 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorQ() argument
|
H A D | strtorx.c | 102 strtorx(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorx() argument
|
H A D | gdtoa.h | 100 int rounding; member
|