/external/llvm/test/Transforms/InstCombine/ |
D | strto-1.ll | 13 declare float @strtof(i8* %s, i8** %endptr, i32 %base) 14 ; CHECK: declare float @strtof(i8* readonly, i8** nocapture, i32) 44 call float @strtof(i8* %x, i8** null, i32 10) 45 ; CHECK-NEXT: call float @strtof(i8* nocapture %x, i8** null, i32 10)
|
D | disable-simplify-libcalls.ll | 33 declare float @strtof(i8*, i8**) 197 %ret = call float @strtof(i8* %x, i8** %y) 199 ; CHECK: call float @strtof
|
/external/clang/test/CodeGen/ |
D | libcalls-fno-builtin.c | 24 float strtof(const char *nptr, char **endptr); 103 float t19(char **x) { return strtof("123.4", x); } in t19()
|
/external/libcxx/include/ |
D | cstdlib | 40 float strtof (const char* restrict nptr, char** restrict endptr); // C99 110 using ::strtof;
|
/external/libcxx/include/support/win32/ |
D | support.h | 54 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) in strtof() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 48 static_assert((std::is_same<decltype(strtof("", endptr)), float>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 60 static_assert((std::is_same<decltype(std::strtof("", endptr)), float>::value), ""); in main()
|
/external/mesa3d/src/mesa/main/ |
D | imports.c | 552 return strtof(s, end); in _mesa_strtof()
|
/external/iproute2/ip/ |
D | iplink_can.c | 69 res = strtof(arg, &ptr); in get_float()
|
/external/squashfs-tools/squashfs-tools/ |
D | xz_wrapper.c | 111 size = strtof(argv[1], &b); in xz_options()
|
/external/skia/samplecode/ |
D | SamplePath.cpp | 62 float x = strtof("9.94099e+07", nullptr); in test_cubic2()
|
/external/libcxx/src/ |
D | string.cpp | 210 return as_float_helper<float>( func, s, idx, strtof ); in as_float()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 999 /// float strtof(const char *nptr, char **endptr); 1000 TLI_DEFINE_ENUM_INTERNAL(strtof) 1001 TLI_DEFINE_STRING_INTERNAL("strtof")
|
/external/ltrace/etc/ |
D | libc.so.conf | 252 float strtof(string, +string*);
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 462 INTERCEPTORS_STRTO(float, strtof, char) // NOLINT in INTERCEPTORS_STRTO() 1570 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1217 *value = strtof(str, &endptr); in safe_strtof()
|
/external/libxml2/ |
D | triostr.c | 1131 return strtof(source, endp);
|
/external/regex-re2/re2/ |
D | re2.cc | 1160 r = strtof(buf, &end); in parse_double_float()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1033 case LibFunc::strtof: in inferPrototypeAttributes()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2136 case LibFunc::strtof: in optimizeStringMemoryLibCall()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1652 TEST_STRTO_FLOAT(strtof, char, )
|
/external/valgrind/perf/ |
D | tinycc.c | 5375 #define strtof (float)strtod macro 5384 float strtof(const char *nptr, char **endptr) in strtof() function 5390 extern float strtof (const char *__nptr, char **__endptr); 9051 tokc.f = strtof(token_buf, NULL); in parse_number()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3004 fun:strtof=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 208 PUBLIC 38750 0 strtof
|