Home
last modified time | relevance | path

Searched refs:strtold (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/bionic/
Dstrtold.cpp34 long double strtold(const char* s, char** end_ptr) { in strtold() function
Dstdlib_l.cpp45 return strtold(s, end_ptr); in strtold_l()
Dwcstod.cpp103 return wcstod<long double>(s, end, strtold); in wcstold()
/bionic/tests/headers/posix/
Dstdlib_h.c132 FUNCTION(strtold, long double (*f)(const char*, char**)); in stdlib_h()
/bionic/libc/include/
Dstdlib.h81 long double strtold(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr);
/bionic/tests/
Dstdlib_test.cpp592 TEST(stdlib, strtold) { in TEST() argument
593 CheckStrToFloat(strtold); in TEST()
/bionic/libc/stdio/
Dvfscanf.cpp679 long double res = strtold(buf, &p); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1026 strtold
/bionic/libc/
Dlibc.map.txt1036 strtold; # introduced=21
DAndroid.bp956 "bionic/strtold.cpp",
/bionic/tools/versioner/platforms/
Dlibc.map.txt1036 strtold; # introduced=21
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11283 CALL(strtold)