Searched refs:strtof (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstof.c | 11 #define STRTOD_FUNC strtof
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtof.c | 36 strtof(s, sp) CONST char *s; char **sp; in strtof() function 38 strtof(CONST char *s, char **sp)
|
D | gdtoa.h | 112 extern float strtof ANSI((CONST char *, char **));
|
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 36 static __inline float strtof(const char *nptr, char **endptr) { in strtof() function
|
/bionic/tests/ |
D | stdlib_test.cpp | 293 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/ |
D | stdlib.h | 82 _BIONIC_NOT_BEFORE_21(extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;)
|
/bionic/libstdc++/include/ |
D | cstdlib | 60 using ::strtof;
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfscanf.c | 847 float res = strtof(buf, (char **)NULL); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1022 strtof
|
/bionic/libc/ |
D | libc.map | 1137 strtof;
|
D | Android.mk | 334 upstream-openbsd/lib/libc/gdtoa/strtof.c \
|