Searched refs:strtod (Results 1 – 20 of 20) sorted by relevance
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 60 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/ |
D | stdlib_test.cpp | 549 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/ |
D | atof.cpp | 34 return strtod(s, nullptr); in atof()
|
D | strtold.cpp | 43 return strtod(s, end_ptr); in strtold()
|
D | stdlib_l.cpp | 33 return strtod(s, end_ptr); in strtod_l()
|
D | wcstod.cpp | 101 return wcstod<double>(s, end, strtod); in wcstod()
|
/bionic/libc/include/ |
D | stdlib.h | 84 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/ |
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/stdio/ |
D | vfscanf.cpp | 712 double res = strtod(buf, &p); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1021 strtod
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1030 strtod;
|
/bionic/libc/ |
D | libc.map.txt | 1030 strtod;
|
D | Android.bp | 695 "upstream-openbsd/lib/libc/gdtoa/strtod.c",
|
/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)
|
D | liblinker_reloc_bench_000.S | 8260 CALL(strtod)
|
D | liblinker_reloc_bench_030.S | 19424 CALL(strtod)
|