/bionic/libc/bionic/ |
strtold_l.cpp | 32 return strtold(nptr, endptr);
|
strtold.cpp | 34 long double strtold(const char* s, char** end_ptr) { function
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
wcstold.c | 11 #define STRTOD_FUNC strtold
|
/external/clang/test/CodeGen/ |
libcalls-fno-builtin.c | 25 long double strtold(const char *nptr, char **endptr); 107 long double t20(char **x) { return strtold("123.4", x); } 109 // CHECK: strtold
|
/bionic/libc/include/ |
stdlib.h | 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
|
/development/ndk/platforms/android-L/include/ |
stdlib.h | 76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__;
|
/external/libcxx/include/support/android/ |
locale_bionic.h | 159 return strtold(nptr, endptr);
|
/external/libcxx/include/support/win32/ |
support.h | 59 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) function
|
/external/libcxx/test/depr/depr.c.headers/ |
stdlib_h.pass.cpp | 49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), "");
|
/bionic/tests/ |
stdlib_test.cpp | 202 TEST(stdlib, strtold) { 203 ASSERT_DOUBLE_EQ(1.23, strtold("1.23", NULL));
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
stdlib.pxd | 20 long double strtold (const char *string, char **tailptr)
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 289 return strtold(__nptr, __endptr);
|
/external/libcxx/include/support/solaris/ |
xlocale.h | 138 return strtold(__nptr, __endptr);
|
/external/libcxx/test/language.support/support.runtime/ |
cstdlib.pass.cpp | 49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), "");
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 609 /// long double strtold(const char *nptr, char **endptr); 610 strtold, enumerator in enum:llvm::LibFunc::Func
|
/external/libcxx/src/ |
string.cpp | 225 return as_float_helper<long double>( func, s, idx, strtold );
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfscanf.c | 840 long double res = strtold(buf,
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 381 INTERCEPTOR_STRTO(long double, strtold) // NOLINT [all...] |
/external/ltrace/etc/ |
libc.so.conf | 253 ldouble strtold(string, +string*);
|
/external/chromium_org/third_party/libxml/src/ |
triostr.c | 967 return strtold(source, endp); [all...] |
/external/libxml2/ |
triostr.c | 967 return strtold(source, endp); [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 862 case LibFunc::strtold: [all...] |
/bionic/libc/ |
Android.mk | 210 bionic/strtold.cpp \ [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |