/external/llvm/test/Transforms/InstCombine/ |
D | strto-1.ll | 22 declare double @strtold(i8* %s, i8** %endptr) 23 ; CHECK: declare double @strtold(i8* readonly, i8** nocapture) 65 call double @strtold(i8* %x, i8** null) 66 ; CHECK-NEXT: call double @strtold(i8* nocapture %x, i8** null)
|
D | disable-simplify-libcalls.ll | 34 declare x86_fp80 @strtold(i8*, i8**) 205 %ret = call x86_fp80 @strtold(i8* %x, i8** %y) 207 ; CHECK: call x86_fp80 @strtold
|
/external/clang/test/CodeGen/ |
D | libcalls-fno-builtin.c | 25 long double strtold(const char *nptr, char **endptr); 107 long double t20(char **x) { return strtold("123.4", x); } in t20()
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 49 return strtold(__nptr, __endptr); in strtold_l()
|
/external/libcxx/include/ |
D | cstdlib | 41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 111 using ::strtold;
|
/external/toybox/toys/posix/ |
D | printf.c | 127 long double ld = strtold(aa, &end); in printf_main()
|
/external/libcxx/include/support/win32/ |
D | support.h | 62 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) in strtold() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 49 static_assert((std::is_same<decltype(strtold("", endptr)), long double>::value), ""); in main()
|
/external/libcxx/include/support/xlocale/ |
D | xlocale.h | 161 return strtold(nptr, endptr); in strtold_l()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), ""); in main()
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 289 return strtold(__nptr, __endptr); in strtold_l()
|
/external/libcxx/src/ |
D | string.cpp | 225 return as_float_helper<long double>( func, s, idx, strtold ); in as_float()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 921 /// long double strtold(const char *nptr, char **endptr); 922 TLI_DEFINE_ENUM_INTERNAL(strtold) 923 TLI_DEFINE_STRING_INTERNAL("strtold")
|
/external/ltrace/etc/ |
D | libc.so.conf | 253 ldouble strtold(string, +string*);
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 457 INTERCEPTORS_STRTO(long double, strtold, char) // NOLINT in INTERCEPTORS_STRTO() 1518 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
|
/external/libxml2/ |
D | triostr.c | 973 return strtold(source, endp);
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 870 case LibFunc::strtold: in inferPrototypeAttributes()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1932 case LibFunc::strtold: in optimizeStringMemoryLibCall()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1654 TEST_STRTO_FLOAT(strtold, char, )
|
/external/valgrind/perf/ |
D | tinycc.c | 5374 #define strtold (long double)strtod macro 5380 long double strtold(const char *nptr, char **endptr) in strtold() function 5391 extern long double strtold (const char *__nptr, char **__endptr); 9055 tokc.ld = strtold(token_buf, NULL); in parse_number()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3011 fun:strtold=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 212 PUBLIC 387b0 0 strtold
|