Searched refs:strtod (Results 1 – 24 of 24) sorted by relevance
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 37 return (float)strtod(nptr, endptr); in strtof() 40 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } in atof()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | wcstod.c | 11 #define STRTOD_FUNC strtod
|
/bionic/libc/bionic/ |
D | atof.cpp | 34 return strtod(s, NULL); in atof()
|
D | strtold.cpp | 41 return strtod(s, end_ptr); in strtold()
|
/bionic/tests/ |
D | stdlib_test.cpp | 291 TEST(stdlib, strtod) { in TEST() argument 292 ASSERT_DOUBLE_EQ(1.23, strtod("1.23", NULL)); in TEST() 311 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-308", NULL)); in TEST() 312 ASSERT_EQ(2.2250738585072014e-308, strtod("0.00022250738585072012e-304", NULL)); in TEST() 313 ASSERT_EQ(2.2250738585072014e-308, strtod("00000002.2250738585072012e-308", NULL)); in TEST() 314 ASSERT_EQ(2.2250738585072014e-308, strtod("2.225073858507201200000e-308", NULL)); in TEST() 315 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-00308", NULL)); in TEST() 316 ASSERT_EQ(2.2250738585072014e-308, strtod("2.22507385850720129978001e-308", NULL)); in TEST() 317 ASSERT_EQ(-2.2250738585072014e-308, strtod("-2.2250738585072012e-308", NULL)); in TEST()
|
/bionic/libc/include/ |
D | stdlib.h | 81 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__;
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoa.h | 113 extern double strtod ANSI((CONST char *, char **));
|
D | gdtoaimp.h | 613 extern double strtod ANSI((const char *s00, char **se));
|
D | strtod.c | 83 strtod in strtod() function
|
/bionic/libstdc++/include/ |
D | cstdlib | 59 using ::strtod;
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vfscanf.c | 844 double res = strtod(buf, (char **)NULL); in __svfscanf()
|
/bionic/libc/ |
D | libc.mips64.map | 952 strtod;
|
D | libc.x86_64.map | 952 strtod;
|
D | libc.arm64.map | 952 strtod;
|
D | libc.x86.brillo.map | 1008 strtod;
|
D | libc.mips.brillo.map | 1010 strtod;
|
D | libc.arm.brillo.map | 1012 strtod;
|
D | libc.mips.map | 1010 strtod;
|
D | libc.x86.map | 1008 strtod;
|
D | libc.arm.map | 1012 strtod;
|
D | libc.map.txt | 1037 strtod;
|
D | Android.mk | 360 upstream-openbsd/lib/libc/gdtoa/strtod.c \
|
D | Android.bp | 778 "upstream-openbsd/lib/libc/gdtoa/strtod.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1021 strtod
|