Searched refs:strtod (Results 101 - 125 of 155) sorted by relevance

1234567

/external/chromium_org/v8/tools/gyp/
H A Dv8_base.target.linux-arm64.mk207 v8/src/strtod.cc \
H A Dv8_base.target.linux-mips.mk207 v8/src/strtod.cc \
H A Dv8_base.target.linux-mips64.mk207 v8/src/strtod.cc \
H A Dv8_base.target.linux-x86.mk207 v8/src/strtod.cc \
H A Dv8_base.target.linux-x86_64.mk207 v8/src/strtod.cc \
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc379 INTERCEPTOR_STRTO(double, strtod) // NOLINT
1517 INTERCEPT_FUNCTION(strtod);
/external/ltrace/etc/
H A Dlibc.so.conf251 double strtod(string, +string*);
/external/qemu/android/
H A Dconsole.c2260 double val = strtod( p, &end );
2608 scale = strtod( args, &end );
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dplurults.cpp557 double expectedVal = strtod(ep, &xp);
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c1102 return strtod(source, endp);
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc899 double r = strtod(buf, &end);
902 // Microsoft's strtod() doesn't handle inf and nan, so we have to
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc506 double ret = strtod(nptr, &tmp_endptr);
/external/compiler-rt/test/dfsan/
H A Dcustom.c517 double ret = strtod(buf, &endptr);
/external/icu/icu4c/source/test/intltest/
H A Dplurults.cpp557 double expectedVal = strtod(ep, &xp);
/external/iproute2/misc/
H A Darpd.c621 if ((poll_timeout = 1000 * strtod(optarg, NULL)) < 100) {
/external/iputils/
H A Dping_common.c281 dbl = strtod(optarg, &ep);
/external/libxml2/
H A Dtriostr.c1102 return strtod(source, endp);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-report.c652 callchain_param.min_percent = strtod(tok, &endptr);
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp82 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp100 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp83 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp85 NumVal = strtod(NumStr.c_str(), 0);
H A Dtoy.cpp85 NumVal = strtod(NumStr.c_str(), 0);
/external/pcre/dist/
H A Dpcrecpp.cc882 double r = strtod(buf, &end);
/external/regex-re2/re2/
H A Dre2.cc1162 r = strtod(buf, &end);

Completed in 1513 milliseconds

1234567