Searched refs:strtof (Results 1 – 21 of 21) 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 | 295 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/ |
D | stdlib.h | 82 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __INTRODUCED_IN(21);
|
/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/ |
D | libc.mips64.map | 953 strtof;
|
D | libc.x86_64.map | 953 strtof;
|
D | libc.arm64.map | 953 strtof;
|
D | libc.x86.brillo.map | 1009 strtof;
|
D | libc.mips.brillo.map | 1011 strtof;
|
D | libc.arm.brillo.map | 1013 strtof;
|
D | libc.mips.map | 1011 strtof;
|
D | libc.x86.map | 1009 strtof;
|
D | libc.arm.map | 1013 strtof;
|
D | libc.map.txt | 1038 strtof;
|
D | Android.mk | 362 upstream-openbsd/lib/libc/gdtoa/strtof.c \
|
D | Android.bp | 780 "upstream-openbsd/lib/libc/gdtoa/strtof.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1022 strtof
|