Home
last modified time | relevance | path

Searched refs:parsefloat (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dwcstod.cpp75 size_t actual_len = parsefloat(&f, ascii_str, ascii_str + max_len); in wcstod()
/aosp12/bionic/libc/stdio/
H A Dlocal.h259 size_t parsefloat(FILE*, char*, char*);
H A Dparsefloat.c40 size_t parsefloat(FILE *fp, char *buf, char *end) { in parsefloat() function
H A Dvfscanf.cpp706 if ((width = parsefloat(fp, buf, buf + width)) == 0) goto match_failure; in __svfscanf()
/aosp12/bionic/libc/
H A DAndroid.bp33 "stdio/parsefloat.c",