Searched refs:strtof (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c24 float strtof(const char *nptr, char **endptr);
103 float t19(char **x) { return strtof("123.4", x); }
105 // CHECK: strtof
/external/iproute2/ip/
H A Diplink_can.c57 res = strtof(arg, &ptr);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.c540 /** Wrapper around strtof() */
552 return strtof(s, end);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h560 /// float strtof(const char *nptr, char **endptr);
561 strtof, enumerator in enum:llvm::LibFunc::Func
/external/mesa3d/src/mesa/main/
H A Dimports.c540 /** Wrapper around strtof() */
552 return strtof(s, end);
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc300 INTERCEPTOR(float, strtof, const char *nptr, char **endptr) { // NOLINT
302 float res = REAL(strtof)(nptr, endptr); // NOLINT
1208 INTERCEPT_FUNCTION(strtof);
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc17 #define strtof strtod macro
1178 r = strtof(buf, &end);
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c1125 return strtof(source, endp);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc1100 #if defined(_WIN32) || defined (__hpux) // has no strtof()
1103 *value = strtof(str, &endptr);
/external/libxml2/
H A Dtriostr.c1125 return strtof(source, endp);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc1055 #if defined(_WIN32) || defined (__hpux) // has no strtof()
1058 *value = strtof(str, &endptr);
/external/regex-re2/re2/
H A Dre2.cc1160 r = strtof(buf, &end);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp840 case LibFunc::strtof:
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1175 TEST(MemorySanitizer, strtof) {
1177 assert(0 != strtof("1.5", &e));
/external/genext2fs/
H A Dgenext2fs.c401 f = strtof(nptr, &suffixptr);
H A Dconfigure5314 for ac_func in getopt_long getline strtof
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1804 case LibFunc::strtof:
/external/valgrind/main/perf/
H A Dtinycc.c5377 #define strtof (float)strtod
5386 float strtof(const char *nptr, char **endptr)
5392 extern float strtof (const char *__nptr, char **__endptr);
9053 tokc.f = strtof(token_buf, NULL);
5375 #define strtof macro
5384 float strtof(const char *nptr, char **endptr) function
/external/llvm/
H A Dconfigure17834 for ac_func in powf fmodf strtof round
/external/llvm/projects/sample/
H A Dconfigure16677 for ac_func in powf fmodf strtof round

Completed in 577 milliseconds