Searched refs:__floatscan (Results 1 – 18 of 18) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.h | 6 hidden long double __floatscan(FILE *, int, int);
|
D | floatscan.c | 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.h | 6 hidden long double __floatscan(FILE *, int, int);
|
D | floatscan.c | 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
|
/third_party/musl/src/internal/ |
D | floatscan.h | 6 hidden long double __floatscan(FILE *, int, int);
|
D | floatscan.c | 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.h | 6 hidden long double __floatscan(FILE *, int, int);
|
D | floatscan.c | 426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
|
/third_party/musl/src/stdlib/ |
D | strtod.c | 11 long double y = __floatscan(&f, prec, 1); in strtox()
|
D | wcstod.c | 43 long double y = __floatscan(&f, prec, 1); in wcstox()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | strtod.c | 11 long double y = __floatscan(&f, prec, 1); in strtox()
|
/third_party/musl/porting/linux/user/src/stdlib/ |
D | strtod.c | 12 long double y = __floatscan(&f, prec, 1); in strtox()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtod.c | 11 long double y = __floatscan(&f, prec, 1); in strtox()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtod.c | 11 long double y = __floatscan(&f, prec, 1); in strtox()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | vfscanf.c | 302 y = __floatscan(f, size, 0); in vfscanf()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | vfscanf.c | 302 y = __floatscan(f, size, 0); in vfscanf()
|
/third_party/musl/src/stdio/ |
D | vfscanf.c | 305 y = __floatscan(f, size, 0); in vfscanf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | vfscanf.c | 337 y = __floatscan(f, size, 0); in vfscanf()
|