Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstold.c11 #define STRTOD_FUNC strtold
/bionic/libc/bionic/
Dstrtold_l.cpp32 return strtold(nptr, endptr); in strtold_l()
Dstrtold.cpp34 long double strtold(const char* s, char** end_ptr) { in strtold() function
/bionic/libc/include/
Dstdlib.h76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
/bionic/tests/
Dstdlib_test.cpp202 TEST(stdlib, strtold) { in TEST() argument
203 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/
DAndroid.mk210 bionic/strtold.cpp \