| /src/lib/libc/gdtoa/ |
| strtodnrp.c | 33 /* This is a variant of strtod that works on Intel ia32 systems */ 44 strtod(s, sp) CONST char *s; char **sp; function 46 strtod(CONST char *s, char **sp)
|
| strtodnrp.c | 33 /* This is a variant of strtod that works on Intel ia32 systems */ 44 strtod(s, sp) CONST char *s; char **sp; function 46 strtod(CONST char *s, char **sp)
|
| strtod.c | 1 /* $NetBSD: strtod.c,v 1.20 2024/01/23 15:31:58 christos Exp $ */ 50 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */ 65 __strong_alias(_strtold, strtod) 1107 strtod(CONST char *s, char **sp) function in typeref:typename:double
|
| strtod.c | 1 /* $NetBSD: strtod.c,v 1.20 2024/01/23 15:31:58 christos Exp $ */ 50 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */ 65 __strong_alias(_strtold, strtod) 1107 strtod(CONST char *s, char **sp) function in typeref:typename:double
|