Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 11 of 11) 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/android/
Dlegacy_stdlib_inlines.h36 static __inline float strtof(const char *nptr, char **endptr) { in strtof() function
/bionic/tests/
Dstdlib_test.cpp293 TEST(stdlib, strtof) { in TEST() argument
294 ASSERT_FLOAT_EQ(1.23, strtof("1.23", NULL)); in TEST()
302 ASSERT_EQ(0.0f, strtof("7.0064923216240853546186479164495e-46", NULL)); in TEST()
303 ASSERT_EQ(1.4e-45f, strtof("7.0064923216240853546186479164496e-46", NULL)); in TEST()
/bionic/libc/include/
Dstdlib.h82 _BIONIC_NOT_BEFORE_21(extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;)
/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/tools/
Dposix-2013.txt1022 strtof
/bionic/libc/
Dlibc.map1137 strtof;
DAndroid.mk334 upstream-openbsd/lib/libc/gdtoa/strtof.c \