Searched refs:strtold (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/bionic/ |
D | strtold.cpp | 36 long double strtold(const char* s, char** end_ptr) { in strtold() function
|
D | stdlib_l.cpp | 45 return strtold(s, end_ptr); in strtold_l()
|
D | wcstod.cpp | 105 return wcstod<long double>(s, end, strtold); in wcstold()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 132 FUNCTION(strtold, long double (*f)(const char*, char**)); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 85 long double strtold(const char* __s, char** __end_ptr) __RENAME_LDBL(strtod, 3, 21);
|
/bionic/tests/ |
D | stdlib_test.cpp | 563 TEST(stdlib, strtold) { in TEST() argument 564 CheckStrToFloat(strtold); in TEST()
|
/bionic/libc/stdio/ |
D | vfscanf.cpp | 709 long double res = strtold(buf, &p); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1026 strtold
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1036 strtold; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1036 strtold; # introduced=21
|
D | Android.bp | 1153 "bionic/strtold.cpp",
|