Home
last modified time | relevance | path

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

/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h60 double d = strtod(nptr, endptr); in strtof()
71 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } in atof()
99 return strtod(__s, __end_ptr); in strtod_l()
/bionic/tests/
Dstdlib_test.cpp549 TEST(stdlib, strtod) { in TEST() argument
550 CheckStrToFloat(strtod); in TEST()
569 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-308", nullptr)); in TEST()
570 ASSERT_EQ(2.2250738585072014e-308, strtod("0.00022250738585072012e-304", nullptr)); in TEST()
571 ASSERT_EQ(2.2250738585072014e-308, strtod("00000002.2250738585072012e-308", nullptr)); in TEST()
572 ASSERT_EQ(2.2250738585072014e-308, strtod("2.225073858507201200000e-308", nullptr)); in TEST()
573 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-00308", nullptr)); in TEST()
574 ASSERT_EQ(2.2250738585072014e-308, strtod("2.22507385850720129978001e-308", nullptr)); in TEST()
575 ASSERT_EQ(-2.2250738585072014e-308, strtod("-2.2250738585072012e-308", nullptr)); in TEST()
/bionic/libc/bionic/
Datof.cpp34 return strtod(s, nullptr); in atof()
Dstrtold.cpp43 return strtod(s, end_ptr); in strtold()
Dstdlib_l.cpp33 return strtod(s, end_ptr); in strtod_l()
Dwcstod.cpp101 return wcstod<double>(s, end, strtod); in wcstod()
/bionic/libc/include/
Dstdlib.h84 double strtod(const char* __s, char** __end_ptr);
85 long double strtold(const char* __s, char** __end_ptr) __RENAME_LDBL(strtod, 3, 21);
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.h113 extern double strtod ANSI((CONST char *, char **));
Dstrtod.c83 strtod in strtod() function
1102 DEF_STRONG(strtod);
/bionic/tests/headers/posix/
Dstdlib_h.c129 FUNCTION(strtod, double (*f)(const char*, char**)); in stdlib_h()
/bionic/libc/stdio/
Dvfscanf.cpp712 double res = strtod(buf, &p); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1021 strtod
/bionic/tools/versioner/platforms/
Dlibc.map.txt1030 strtod;
/bionic/libc/
Dlibc.map.txt1030 strtod;
DAndroid.bp695 "upstream-openbsd/lib/libc/gdtoa/strtod.c",
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_111.S6844 CALL(strtod)
Dliblinker_reloc_bench_063.S11281 CALL(strtod)
Dliblinker_reloc_bench_151.S13847 CALL(strtod)
Dliblinker_reloc_bench_000.S8260 CALL(strtod)
Dliblinker_reloc_bench_030.S19424 CALL(strtod)