Searched refs:parsefloat (Results 1 – 5 of 5) sorted by relevance
| /third_party/musl/porting/linux/user/src/stdio/ |
| D | vfscanf.c | 24 extern int parsefloat(FILE *f, char *buf, char *end); 317 int count = parsefloat(f, buf, buf + width); in vfscanf()
|
| /third_party/musl/src/stdio/ |
| D | vfscanf.c | 24 extern int parsefloat(FILE *f, char *buf, char *end); 317 int count = parsefloat(f, buf, buf + width); in vfscanf()
|
| /third_party/FreeBSD/lib/libc/stdio/ |
| D | parsefloat.c | 46 int parsefloat(FILE *f, char *buf, char *end) in parsefloat() function
|
| /third_party/FreeBSD/ |
| D | BUILD.gn | 96 "lib/libc/stdio/parsefloat.c",
|
| /third_party/node/deps/v8/src/builtins/ |
| D | number.tq | 221 // ES6 #sec-number.parsefloat
|