Searched refs:strtod (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/bionic/ |
D | atof.cpp | 34 return strtod(s, nullptr); in atof()
|
D | strtold.cpp | 41 return strtod(s, end_ptr); in strtold()
|
D | stdlib_l.cpp | 33 return strtod(s, end_ptr); in strtod_l()
|
D | wcstod.cpp | 99 return wcstod<double>(s, end, strtod); in wcstod()
|
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 42 return strtod(__s, __end_ptr); in strtod_l()
|
/bionic/tests/ |
D | stdlib_test.cpp | 584 TEST(stdlib, strtod) { in TEST() argument 585 CheckStrToFloat(strtod); in TEST() 604 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-308", nullptr)); in TEST() 605 ASSERT_EQ(2.2250738585072014e-308, strtod("0.00022250738585072012e-304", nullptr)); in TEST() 606 ASSERT_EQ(2.2250738585072014e-308, strtod("00000002.2250738585072012e-308", nullptr)); in TEST() 607 ASSERT_EQ(2.2250738585072014e-308, strtod("2.225073858507201200000e-308", nullptr)); in TEST() 608 ASSERT_EQ(2.2250738585072014e-308, strtod("2.2250738585072012e-00308", nullptr)); in TEST() 609 ASSERT_EQ(2.2250738585072014e-308, strtod("2.22507385850720129978001e-308", nullptr)); in TEST() 610 ASSERT_EQ(-2.2250738585072014e-308, strtod("-2.2250738585072012e-308", nullptr)); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoa.h | 113 extern double strtod ANSI((CONST char *, char **));
|
D | strtod.c | 83 strtod in strtod() function 1102 DEF_STRONG(strtod);
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 129 FUNCTION(strtod, double (*f)(const char*, char**)); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 80 double strtod(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr);
|
/bionic/libc/stdio/ |
D | vfscanf.cpp | 682 double res = strtod(buf, &p); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1021 strtod
|
/bionic/libc/ |
D | libc.map.txt | 1030 strtod;
|
D | Android.bp | 690 "upstream-openbsd/lib/libc/gdtoa/strtod.c",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1030 strtod;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_111.S | 6844 CALL(strtod)
|
D | liblinker_reloc_bench_063.S | 11281 CALL(strtod)
|
D | liblinker_reloc_bench_151.S | 13847 CALL(strtod)
|