Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 21 of 21) 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.cpp295 TEST(stdlib, strtof) { in TEST() argument
296 ASSERT_FLOAT_EQ(1.23, strtof("1.23", NULL)); in TEST()
304 ASSERT_EQ(0.0f, strtof("7.0064923216240853546186479164495e-46", NULL)); in TEST()
305 ASSERT_EQ(1.4e-45f, strtof("7.0064923216240853546186479164496e-46", NULL)); in TEST()
/bionic/libc/include/
Dstdlib.h82 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __INTRODUCED_IN(21);
/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/
Dlibc.mips64.map953 strtof;
Dlibc.x86_64.map953 strtof;
Dlibc.arm64.map953 strtof;
Dlibc.x86.brillo.map1009 strtof;
Dlibc.mips.brillo.map1011 strtof;
Dlibc.arm.brillo.map1013 strtof;
Dlibc.mips.map1011 strtof;
Dlibc.x86.map1009 strtof;
Dlibc.arm.map1013 strtof;
Dlibc.map.txt1038 strtof;
DAndroid.mk362 upstream-openbsd/lib/libc/gdtoa/strtof.c \
DAndroid.bp780 "upstream-openbsd/lib/libc/gdtoa/strtof.c",
/bionic/libc/tools/
Dposix-2013.txt1022 strtof