Searched refs:wcstod (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/bionic/ |
D | wcstod.cpp | 40 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()
|
D | wchar_l.cpp | 53 return wcstod(s, end_ptr); in wcstod_l()
|
/bionic/libc/include/ |
D | wchar.h | 97 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/ |
D | wchar_test.cpp | 881 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/ |
D | wchar_h.c | 102 FUNCTION(wcstod, double (*f)(const wchar_t*, wchar_t**)); in wchar_h()
|
/bionic/libc/stdio/ |
D | vfwscanf.c | 619 double res = wcstod(buf, &p); in __vfwscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1157 wcstod
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1188 wcstod;
|
/bionic/libc/ |
D | libc.map.txt | 1188 wcstod;
|
D | Android.bp | 1159 "bionic/wcstod.cpp",
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11282 CALL(wcstod)
|