Home
last modified time | relevance | path

Searched refs:wcstod (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/bionic/
Dwcstod.cpp40 float_type wcstod(const wchar_t* str, wchar_t** end, float_type strtod_fn(const char*, char**)) { in wcstod() function
97 return wcstod<float>(s, end, strtof); in wcstof()
100 double wcstod(const wchar_t* s, wchar_t** end) { in wcstod() function
101 return wcstod<double>(s, end, strtod); in wcstod()
105 return wcstod<long double>(s, end, strtold); in wcstold()
Dwchar_l.cpp53 return wcstod(s, end_ptr); in wcstod_l()
/bionic/libc/include/
Dwchar.h97 double wcstod(const wchar_t* __s, wchar_t** __end_ptr);
105 long double wcstold(const wchar_t* __s, wchar_t** __end_ptr) __RENAME_LDBL(wcstod, 3, 21);
/bionic/tests/
Dwchar_test.cpp881 TEST(wchar, wcstod) { in TEST() argument
882 TestWcsToFloat(wcstod); in TEST()
886 TestWcsToFloatHexFloats(wcstod); in TEST()
890 TestWcsToFloatInfNan(wcstod); in TEST()
/bionic/tests/headers/posix/
Dwchar_h.c102 FUNCTION(wcstod, double (*f)(const wchar_t*, wchar_t**)); in wchar_h()
/bionic/libc/stdio/
Dvfwscanf.c619 double res = wcstod(buf, &p); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1157 wcstod
/bionic/tools/versioner/platforms/
Dlibc.map.txt1188 wcstod;
/bionic/libc/
Dlibc.map.txt1188 wcstod;
DAndroid.bp1159 "bionic/wcstod.cpp",
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11282 CALL(wcstod)