Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstold.c11 #define STRTOD_FUNC strtold
/bionic/libc/bionic/
Dstrtold.cpp34 long double strtold(const char* s, char** end_ptr) { in strtold() function
Dlocale.cpp204 return strtold(s, end_ptr); in strtold_l()
/bionic/libc/include/
Dstdlib.h83 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
/bionic/tests/
Dstdlib_test.cpp297 TEST(stdlib, strtold) { in TEST() argument
298 ASSERT_DOUBLE_EQ(1.23, strtold("1.23", NULL)); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfscanf.c840 long double res = strtold(buf, in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1026 strtold
/bionic/libc/
Dlibc.map1142 strtold;
DAndroid.mk213 bionic/strtold.cpp \