Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm/test/Transforms/InstCombine/
Dstrto-1.ll13 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)
Ddisable-simplify-libcalls.ll33 declare float @strtof(i8*, i8**)
197 %ret = call float @strtof(i8* %x, i8** %y)
199 ; CHECK: call float @strtof
/external/clang/test/CodeGen/
Dlibcalls-fno-builtin.c31 float strtof(const char *nptr, char **endptr);
110 float t19(char **x) { return strtof("123.4", x); } in t19()
/external/mesa3d/src/util/
Dstrtod.c81 return strtof(s, end); in _mesa_strtof()
/external/libcxx/include/support/xlocale/
D__strtonum_fallback.h25 return ::strtof(nptr, endptr); in strtof_l()
/external/libcxx/include/support/solaris/
Dxlocale.h59 return strtof(__nptr, __endptr); in strtof_l()
/external/autotest/client/site_tests/camera_V4L2/src/
Dcamera_characteristics.cc235 float tmp_focal_length = strtof(focal_length, NULL); in AddPerModuleCharacteristic()
301 float tmp_value = strtof(value, NULL); in AddFloatValue()
/external/libcxx/include/
Dcstdlib40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
113 using ::strtof;
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp78 static_assert((std::is_same<decltype(strtof("", endptr)), float>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp66 static_assert((std::is_same<decltype(std::strtof("", endptr)), float>::value), ""); in main()
/external/squashfs-tools/squashfs-tools/
Dxz_wrapper.c111 size = strtof(argv[1], &b); in xz_options()
/external/iproute2/ip/
Diplink_can.c69 res = strtof(arg, &ptr); in get_float()
/external/libcxx/src/
Dstring.cpp210 return as_float_helper<float>( func, s, idx, strtof ); in as_float()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll738 ; CHECK: declare void @strtof(...)
739 declare void @strtof(...)
Dannotate.ll754 ; CHECK: declare float @strtof(i8* readonly, i8** nocapture) [[G0]]
755 declare float @strtof(i8*, i8**)
/external/harfbuzz_ng/src/
Dhb-common.cc670 v = strtof (p, &pend); in parse_float()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1004 /// float strtof(const char *nptr, char **endptr);
1005 TLI_DEFINE_ENUM_INTERNAL(strtof)
1006 TLI_DEFINE_STRING_INTERNAL("strtof")
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc448 INTERCEPTORS_STRTO(float, strtof, char) // NOLINT in INTERCEPTORS_STRTO()
1513 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
/external/libxml2/
Dtriostr.c1131 return strtof(source, endp);
/external/regex-re2/re2/
Dre2.cc1160 r = strtof(buf, &end); in parse_double_float()
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in403 /* Define to 1 if you have the `strtof' function. */
Dconfig.h.cmake405 /* Define to 1 if you have the `strtof' function. */
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp128 case LibFunc::strtof: in inferLibFuncAttributes()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp514 case LibFunc::strtof: in isValidProtoForLibFunc()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1328 *value = strtof(str, &endptr); in safe_strtof()

12