Home
last modified time | relevance | path

Searched refs:wcstold (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
Dwcstod.cpp104 long double wcstold(const wchar_t* s, wchar_t** end) { in wcstold() function
Dwchar_l.cpp77 return wcstold(s, end_ptr); in wcstold_l()
/bionic/tests/
Dwchar_test.cpp893 TEST(wchar, wcstold) { in TEST() argument
894 TestWcsToFloat(wcstold); in TEST()
898 TestWcsToFloatHexFloats(wcstold); in TEST()
902 TestWcsToFloatInfNan(wcstold); in TEST()
/bionic/tests/headers/posix/
Dwchar_h.c106 FUNCTION(wcstold, long double (*f)(const wchar_t*, wchar_t**)); in wchar_h()
/bionic/libc/include/
Dwchar.h105 long double wcstold(const wchar_t* __s, wchar_t** __end_ptr) __RENAME_LDBL(wcstod, 3, 21);
/bionic/libc/stdio/
Dvfwscanf.c616 long double res = wcstold(buf, &p); in __vfwscanf()
/bionic/libc/tools/
Dposix-2013.txt1161 wcstold
/bionic/tools/versioner/platforms/
Dlibc.map.txt1193 wcstold; # introduced=21
/bionic/libc/
Dlibc.map.txt1193 wcstold; # introduced=21
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11284 CALL(wcstold)