Searched refs:strtold (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c25 long double strtold(const char *nptr, char **endptr);
107 long double t20(char **x) { return strtold("123.4", x); }
109 // CHECK: strtold
/external/libcxx/include/support/android/
H A Dlocale_bionic.h159 return strtold(nptr, endptr);
/external/libcxx/include/support/win32/
H A Dsupport.h59 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) function
/external/libcxx/test/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), "");
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdlib.pxd20 long double strtold (const char *string, char **tailptr)
/external/libcxx/include/support/ibm/
H A Dxlocale.h289 return strtold(__nptr, __endptr);
/external/libcxx/include/support/solaris/
H A Dxlocale.h138 return strtold(__nptr, __endptr);
/external/libcxx/test/language.support/support.runtime/
H A Dcstdlib.pass.cpp49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), "");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h609 /// long double strtold(const char *nptr, char **endptr);
610 strtold, enumerator in enum:llvm::LibFunc::Func
/external/libcxx/src/
H A Dstring.cpp225 return as_float_helper<long double>( func, s, idx, strtold );
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc381 INTERCEPTOR_STRTO(long double, strtold) // NOLINT
1519 INTERCEPT_FUNCTION(strtold);
/external/ltrace/etc/
H A Dlibc.so.conf253 ldouble strtold(string, +string*);
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c967 return strtold(source, endp);
/external/libxml2/
H A Dtriostr.c967 return strtold(source, endp);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp862 case LibFunc::strtold:
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2153 case LibFunc::strtold:
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1587 TEST_STRTO_FLOAT(strtold)
/external/valgrind/main/perf/
H A Dtinycc.c5376 #define strtold (long double)strtod
5382 long double strtold(const char *nptr, char **endptr)
5393 extern long double strtold (const char *__nptr, char **__endptr);
9057 tokc.ld = strtold(token_buf, NULL);
5374 #define strtold macro
5380 long double strtold(const char *nptr, char **endptr) function

Completed in 1309 milliseconds