Home
last modified time | relevance | path

Searched refs:__floatscan (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.h6 hidden long double __floatscan(FILE *, int, int);
Dfloatscan.c426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.h6 hidden long double __floatscan(FILE *, int, int);
Dfloatscan.c426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
/third_party/musl/src/internal/
Dfloatscan.h6 hidden long double __floatscan(FILE *, int, int);
Dfloatscan.c426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.h6 hidden long double __floatscan(FILE *, int, int);
Dfloatscan.c426 long double __floatscan(FILE *f, int prec, int pok) in __floatscan() function
/third_party/musl/src/stdlib/
Dstrtod.c11 long double y = __floatscan(&f, prec, 1); in strtox()
Dwcstod.c43 long double y = __floatscan(&f, prec, 1); in wcstox()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtod.c11 long double y = __floatscan(&f, prec, 1); in strtox()
/third_party/musl/porting/linux/user/src/stdlib/
Dstrtod.c12 long double y = __floatscan(&f, prec, 1); in strtox()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtod.c11 long double y = __floatscan(&f, prec, 1); in strtox()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtod.c11 long double y = __floatscan(&f, prec, 1); in strtox()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfscanf.c302 y = __floatscan(f, size, 0); in vfscanf()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfscanf.c302 y = __floatscan(f, size, 0); in vfscanf()
/third_party/musl/src/stdio/
Dvfscanf.c305 y = __floatscan(f, size, 0); in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
Dvfscanf.c337 y = __floatscan(f, size, 0); in vfscanf()