Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h37 return (float)strtod(nptr, endptr); in strtof()
40 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } in atof()
/bionic/libc/bionic/
Datof.cpp34 return strtod(s, NULL); in atof()
Dstrtold.cpp41 return strtod(s, end_ptr); in strtold()
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstod.c11 #define STRTOD_FUNC strtod
/bionic/tests/
Dstdlib_test.cpp289 TEST(stdlib, strtod) { in TEST() argument
290 ASSERT_DOUBLE_EQ(1.23, strtod("1.23", NULL)); in TEST()
309 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-308", NULL)); in TEST()
310 ASSERT_EQ(2.2250738585072014e-308, strtod("0.00022250738585072012e-304", NULL)); in TEST()
311 ASSERT_EQ(2.2250738585072014e-308, strtod("00000002.2250738585072012e-308", NULL)); in TEST()
312 ASSERT_EQ(2.2250738585072014e-308, strtod("2.225073858507201200000e-308", NULL)); in TEST()
313 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-00308", NULL)); in TEST()
314 ASSERT_EQ(2.2250738585072014e-308, strtod("2.22507385850720129978001e-308", NULL)); in TEST()
315 ASSERT_EQ(-2.2250738585072014e-308, strtod("-2.2250738585072012e-308", NULL)); in TEST()
/bionic/libc/include/
Dstdlib.h81 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__;
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.h113 extern double strtod ANSI((CONST char *, char **));
Dgdtoaimp.h613 extern double strtod ANSI((const char *s00, char **se));
Dstrtod.c83 strtod in strtod() function
/bionic/libstdc++/include/
Dcstdlib59 using ::strtod;
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfscanf.c844 double res = strtod(buf, (char **)NULL); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1021 strtod
/bionic/libc/
Dlibc.map1136 strtod;
DAndroid.mk332 upstream-openbsd/lib/libc/gdtoa/strtod.c \