Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstof.c11 #define STRTOD_FUNC strtof
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtof.c36 strtof(s, sp) CONST char *s; char **sp; in strtof() function
38 strtof(CONST char *s, char **sp)
Dgdtoa.h112 extern float strtof ANSI((CONST char *, char **));
/bionic/libc/include/
Dstdlib.h75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;
/bionic/tests/
Dstdlib_test.cpp198 TEST(stdlib, strtof) { in TEST() argument
199 ASSERT_FLOAT_EQ(1.23, strtof("1.23", NULL)); in TEST()
/bionic/libstdc++/include/
Dcstdlib60 using ::strtof;
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfscanf.c847 float res = strtof(buf, (char **)NULL); in __svfscanf()
/bionic/libc/
DAndroid.mk324 upstream-openbsd/lib/libc/gdtoa/strtof.c \